Lines Matching full:by
42 (Contributed by P.Y. Developer in :issue:`12345`.)
146 Both of these issues are fixed by postponing the evaluation of
153 are interned by the interpreter) and make startup time faster.
179 PEP written and implemented by Łukasz Langa.
189 currently implied by the use of the default C or POSIX locale on non-Windows
209 Locale coercion is silent by default, but to assist in debugging potentially
211 :data:`~sys.stderr`) can be requested by setting ``PYTHONCOERCECLOCALE=warn``.
226 PEP written and implemented by Nick Coghlan.
238 UTF-8 encoding by default. The error handlers for :data:`sys.stdin` and
252 The UTF-8 mode is enabled by default when the locale is ``C`` or ``POSIX``, and
260 PEP written and implemented by Victor Stinner
271 Built-in ``breakpoint()`` calls :func:`sys.breakpointhook`. By default, the
272 latter imports :mod:`pdb` and then calls ``pdb.set_trace()``, but by binding
282 PEP written and implemented by Barry Warsaw
296 :pep:`539` changes this by providing a new :ref:`Thread Specific Storage (TSS)
314 PEP written by Erik M. Bray; implementation by Masayuki Yamamoto.
332 PEP written and implemented by Ivan Levkivskyi
341 of a floating point number returned by the :func:`time.time` function
362 PEP written and implemented by Victor Stinner
371 these warnings are once more shown by default, but only when the code
375 deprecation warnings triggered by imported application, library and framework
376 modules will continue to be hidden by default.
381 * :exc:`FutureWarning`: always displayed by default, recommended for warnings
382 intended to be seen by application end users (e.g. for deprecated application
384 * :exc:`DeprecationWarning`: displayed by default only in :mod:`__main__` and when
385 running tests, recommended for warnings intended to be seen by other Python
388 * :exc:`PendingDeprecationWarning`: displayed by default only when running
395 by breaking changes in the APIs they used.
400 PEP written and implemented by Nick Coghlan
410 module are extensively used by the community, so this restriction is removed.
412 ``__mro_entries__``, these methods are now used by most classes and special
421 PEP written and implemented by Ivan Levkivskyi
430 (i.e., ``.pyc`` files) by comparing the source metadata (last-modified timestamp
440 called "hash-based". By default, Python still uses timestamp-based invalidation
456 PEP written and implemented by Benjamin Peterson
476 PEP written and implemented by Julien Palard, Inada Naoki, and
488 additional runtime checks that are too expensive to be enabled by default.
497 now have more than 255 parameters. (Contributed by Serhiy Storchaka in
501 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.)
506 (Contributed by INADA Naoki in :issue:`32677`.)
509 ``from ... import ...`` fails. (Contributed by Matthias Bussonnier in
514 (Contributed by Serhiy Storchaka in :issue:`30024`.)
518 (Contributed by Serhiy Storchaka in :issue:`28974`.)
524 (Contributed by Nathaniel J. Smith in :issue:`30579`.)
530 (Contributed by Nick Coghlan in :issue:`33053`.)
535 (Contributed by Victor Stinner in :issue:`31415`.)
560 PEP written and implemented by Yury Selivanov
588 PEP written and implemented by Eric V. Smith
604 Contributed by Barry Warsaw and Brett Cannon in :issue:`32248`.
622 (Contributed by paul.j3 in :issue:`14191`.)
635 be used to run a coroutine from synchronous code by automatically creating and
637 (Contributed by Yury Selivanov in :issue:`32314`.)
648 (Contributed by Yury Selivanov in :issue:`32436`.)
652 (Contributed by Andrew Svetlov in :issue:`32311`.)
656 (Contributed by Yury Selivanov in :issue:`23749`.)
661 (Contributed by Antoine Pitrou in :issue:`31819`.)
668 (Contributed by Andrew Svetlov in :issue:`32250`.)
672 (Contributed by Yury Selivanov in :issue:`32251`.)
678 (Contributed by Yury Selivanov in :issue:`32269`.)
684 (Contributed by Andrew Svetlov in :issue:`32391`.)
688 (Contributed by Andrew Svetlov in :issue:`32410`.)
695 (Contributed by Yury Selivanov in :issue:`32415` and
717 (Contributed by Yury Selivanov in :issue:`32662`.)
719 * Callback objects returned by
723 (Contributed by Andrew Svetlov in :issue:`32741`.)
728 (Contributed by Quentin Dawans in :issue:`31245`.)
736 (Contributed by Neil Aspinall in :issue:`29970`.)
740 (Contributed by Marat Sharafutdinov in :issue:`31943`.)
744 (Contributed by Andrew Svetlov in :issue:`32193`.)
752 (Contributed by Yury Selivanov in :issue:`32356`.)
756 (Contributed by Yury Selivanov in :issue:`32066`.)
759 flag set by default.
760 (Contributed by Yury Selivanov and Victor Stinner in :issue:`27456`.)
763 (Contributed by Yury Selivanov in :issue:`30508`.)
767 (Contributed by Yury Selivanov in :issue:`33792`.)
777 keyword argument. When it's true, zeros are represented by ``'`'``
778 instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
786 (Contributed by Oz Tiram in :issue:`30095`.)
793 (Contributed by Raymond Hettinger in :issue:`32320`.)
804 (Contributed by Benjamin Peterson in :issue:`31650`.)
813 (Contributed by Antoine Pitrou in :issue:`21423`.)
817 (Contributed by Thomas Moreau in :issue:`31540`.)
825 (Contributed by Jesse-Bakker in :issue:`10049`.)
831 by Jelle Zijlstra in :issue:`29679` and :issue:`30241`,
832 and by Alexander Mohr and Ilya Kulakov in :issue:`29302`.)
839 alternative to script path. (Contributed by Sanyam Khurana in :issue:`21862`.)
846 (Contributed by Serhiy Storchaka in :issue:`31664`.)
849 for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)
857 in one of the formats output by
859 (Contributed by Paul Ganssle in :issue:`15873`.)
862 (Contributed by Alexander Belopolsky in :issue:`5288`.)
877 (Contributed by Yury Selivanov in :issue:`32630`.)
886 classes). The maximum depth of disassembly recursion is controlled by
888 (Contributed by Serhiy Storchaka in :issue:`11822`.)
896 (Contributed by Ryan Gonzalez in :issue:`11913`.)
905 (Contributed by Ethan Furman in :issue:`31801`.)
912 (Contributed by Ethan Furman in :issue:`33217`.)
920 (Contributed by Łukasz Langa in :issue:`32227`.)
927 by the garbage collector and excluding them from future collections.
932 (Contributed by Li Zekun in :issue:`31558`.)
940 (Contributed by Christian Heimes in :issue:`32433`.)
948 (Contributed by Nir Soffer in :issue:`31945`.)
957 (Contributed by Pierre Quentel in :issue:`29654`.)
961 With this parameter, the server serves the specified directory, by default it
963 (Contributed by Stéphane Wirtel and Julien Palard in :issue:`28707`.)
968 (Contributed by Julien Palard in :issue:`31639`.)
974 Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue:`15786`.)
979 (Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
984 (Contributed by Cheryl Sabella and Terry Jan Reedy in multiple issues.)
988 (Contributed by Terry Jan Reedy in :issue:`13802`.)
990 (Contributed by Serhiy Storchaka in :issue:`31860`.)
995 (Contributed by Charles Wohlganger and Terry Jan Reedy in :issue:`27099`.)
1000 (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
1007 (Contributed by Terry Jan Reedy in :issue:`33656`.)
1011 Output over N lines (50 by default) is squeezed down to a button.
1013 Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
1015 by double-clicking the button or into the clipboard or a separate window
1016 by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
1027 (Contributed by Barry Warsaw, Brett Cannon in :issue:`32248`.)
1031 (Contributed by Garvit Khatri in :issue:`29851`.)
1036 (Contributed by Milan Oberkirch in :issue:`30436`.)
1040 embeds the value returned by this function.
1048 (Contributed by Antoine Pitrou in :issue:`30526` and
1058 (Contributed by Michel Albert and Cheryl Sabella in :issue:`20825`.)
1067 (Contributed by Will Roberts in :issue:`30537`.)
1075 grouping strings. (Contributed by Garvit in :issue:`10379`.)
1085 (Contributed by Vinay Sajip in :issue:`30520`.)
1089 (Contributed by Vinay Sajip in :issue:`30522`.)
1093 (Contributed by Preston Landers in :issue:`31080`.)
1100 operation. (Contributed by Mark Dickinson in :issue:`29962`.)
1108 (Contributed by Nitish Chandra in :issue:`22589`.)
1116 (Contributed by Berker Peksag in :issue:`20486`.)
1126 (Contributed by Antoine Pitrou in :issue:`30596`.)
1130 (Contributed by Vitor Pereira in :issue:`30794`.)
1132 Non-daemonic threads created by :class:`~multiprocessing.Process` are now
1134 (Contributed by Antoine Pitrou in :issue:`18966`.)
1141 (Contributed by Serhiy Storchaka in :issue:`28682`.)
1144 (Contributed by Serhiy Storchaka in :issue:`25996`.)
1148 (Contributed by Antoine Pitrou in :issue:`16500`.)
1152 of :func:`os.writev` and :func:`os.pwrite`). (Contributed by Pablo Galindo in
1157 (Contributed by Serhiy Storchaka in :issue:`19930`.)
1161 (Contributed by Benjamin Peterson in :issue:`32441`.)
1163 The structure returned by :func:`os.stat` now contains the
1165 (Contributed by Jesús Cea Avión in :issue:`32659`.)
1173 (Contributed by Cooper Ry Lees in :issue:`30897`.)
1181 begins. (Contributed by Barry Warsaw in :issue:`31389`.)
1184 script file. (Contributed by Mario Corchero in :issue:`32206`.)
1190 :func:`py_compile.compile` -- and by extension, :mod:`compileall` -- now
1191 respects the :envvar:`SOURCE_DATE_EPOCH` environment variable by
1195 files when they are created eagerly. (Contributed by Bernhard M. Wiedemann
1202 The pydoc server can now bind to an arbitrary hostname specified by the
1204 (Contributed by Feanil Patel in :issue:`31128`.)
1211 (Contributed by Antoine Pitrou in :issue:`14976`.)
1219 (Contributed by Serhiy Storchaka in :issue:`31690`.)
1223 (Contributed by Serhiy Storchaka in :issue:`25054`.)
1228 (Contributed by Serhiy Storchaka in :issue:`30215`.)
1233 (Contributed by Serhiy Storchaka in :issue:`30349`.)
1237 (Contributed by Serhiy Storchaka in :issue:`10076`.)
1246 (Contributed by Nathaniel J. Smith in :issue:`30050`.)
1254 (Contributed by Yury Selivanov in :issue:`32373`.)
1259 (Contributed by Christian Heimes in :issue:`32454`.)
1264 (Contributed by Omar Sandoval in :issue:`26273` and
1269 (Contributed by Cathy Avery in :issue:`27584`.)
1272 by default.
1273 (Contributed by Christian Heimes in :issue:`28134`.)
1293 (Contributed by Lele Gaifax in :issue:`27645`.)
1297 (Contributed by Anders Lorentsen in :issue:`31843`.)
1311 (Contributed by Christian Heimes in :issue:`31399`.)
1320 (Contributed by Christian Heimes in :issue:`32185`.)
1324 has partial wildcard matching disabled by default.
1325 (Contributed by Mandeep Singh in :issue:`23033` and Christian Heimes in
1330 ciphers that have been blocked by OpenSSL security updates. Default cipher
1332 (Contributed by Christian Heimes in :issue:`31429`.)
1338 rather than the U-label form (``"pythön.org"``). (Contributed by
1346 (Contributed by Christian Heimes in :issue:`32947`, :issue:`20995`,
1353 (Contributed by Christian Heimes in :issue:`32951`)
1358 Supported protocols are indicated by several new flags, such as
1360 (Contributed by Christian Heimes in :issue:`32609`.)
1365 (Contributed by Christian Heimes in :issue:`34670`.)
1372 separately. (Contributed by Barry Warsaw in :issue:`1198569`.)
1382 (Contributed by Bo Bayles in :issue:`32102`.)
1387 (Contributed by Andrew Clegg in :issue:`31756`.)
1394 (Contributed by Segev Finer in :issue:`19764`.)
1402 (Contributed by Gregory P. Smith in :issue:`25942`.)
1408 The new :func:`sys.breakpointhook` hook function is called by the
1410 (Contributed by Barry Warsaw in :issue:`31353`.)
1414 (Contributed by Victor Stinner in :issue:`28740`.)
1417 the current coroutine origin tracking depth, as set by
1421 (Contributed by Nathaniel J. Smith in :issue:`32591`.)
1450 (Contributed by Antoine Pitrou in :issue:`32025`.)
1460 (Contributed by Alan Moore in :issue:`32585`.)
1472 (Contributed by Jesse Bakker in :issue:`32121`.)
1481 (Contributed by Manuel Krebber and Guido van Rossum in :issue:`29377`,
1485 dynamically as specified by :pep:`560`.
1486 (Contributed by Ivan Levkivskyi in :issue:`32717`.)
1493 <http://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin
1500 The new ``-k`` command-line option allows filtering tests by a name
1505 (Contributed by Jonas Haag in :issue:`32071`.)
1512 when they are :mod:`copied <copy>` or :mod:`pickled <pickle>`. (Contributed by
1519 (Contributed by Mario Corchero in :issue:`30541`.)
1526 adding ``~`` to the set of characters that are never quoted by default.
1527 (Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)
1534 keyword argument. When it's true, zeros are represented by ``'`'``
1535 instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
1544 (Contributed by Barry Warsaw in :issue:`22807`.)
1551 (Contributed by Barry Warsaw in :issue:`32107`.)
1572 * any implicit filters defined directly by the warnings machinery
1574 * in CPython debug builds, all warnings are now displayed by default (the
1577 (Contributed by Nick Coghlan and Victor Stinner in :issue:`20361`,
1580 Deprecation warnings are once again shown by default in single-file scripts and
1582 (Contributed by Nick Coghlan in :issue:`31975`.)
1590 external entities by default.
1591 (Contributed by Christian Heimes in :issue:`17239`.)
1600 better readability. (Contributed by Stefan Behnel in :issue:`31648`.)
1607 can now be used as a decorator. (Contributed by Xiang Zhang in
1616 archive. (Contributed by Irmen de Jong in :issue:`31072`.)
1621 (Contributed by Zhiming Wang in :issue:`31638`.)
1629 (Contributed by Bo Bayles in :issue:`21417`.)
1631 Subdirectories in archives created by ``ZipFile`` are now stored in
1633 (Contributed by Bernhard M. Wiedemann in :issue:`30693`.)
1642 (Contributed by Masayuki Yamamoto in :issue:`25658`.)
1649 (Contributed by Eric Snow in :issue:`28411`.)
1653 (Contributed by Petr Victorin in :issue:`23699`.)
1657 (Contributed by Barry Warsaw in :issue:`31338`.)
1662 (Contributed by Victor Stinner in :issue:`30054`.)
1667 (Contributed by Christian Heimes in :issue:`31574`.)
1673 ``char *``. (Contributed by Serhiy Storchaka in :issue:`28761`.)
1676 is now of type ``const char *`` rather of ``char *``. (Contributed by Serhiy
1681 tuple. (Contributed by Oren Milman in :issue:`28280`.)
1684 (Contributed by Serhiy Storchaka in :issue:`27867`.)
1688 :c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
1693 during finalization of the interpreter. Contributed by Xavier de Gaye in
1699 Contributed by Paul Ganssle in :issue:`10381`.
1705 (Contributed by Serhiy Storchaka in :issue:`6532`.)
1709 characters. (Contributed by Serhiy Storchaka in :issue:`30708`.)
1714 relied on more heavily, and failing to abide by it may lead to segfaults in
1721 (Contributed by Eric Snow in :issue:`29102`.)
1725 (Contributed by Victor Stinner in :issue:`29240`.)
1729 (Contributed by Victor Stinner in :issue:`29240`.)
1733 (Contributed by Xiang Zhang in :issue:`28822`.)
1741 (Contributed by Antoine Pitrou in :issue:`31370`.).
1746 (Contributed by Zachary Ware in :issue:`27979`.)
1751 download a copy of 32-bit Python for this purpose. (Contributed by Zachary
1766 implemented in C has been significantly reduced by porting more code
1768 (Contributed by Victor Stinner in :issue:`29300`, :issue:`29507`,
1771 Various optimizations have reduced Python startup time by 10% on Linux and
1773 (Contributed by Victor Stinner, INADA Naoki in :issue:`29585`, and
1778 (Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
1787 (Contributed by Yury Selivanov in :issue:`32296`.)
1790 (Contributed by Yury Selivanov in :issue:`32348`.)
1793 (Contributed by Yury Selivanov in :issue:`32355`.)
1797 (Contributed by Andrew Svetlov in :issue:`32351`.)
1800 (Contributed by Antoine Pitrou in :issue:`31970`.)
1803 of :mod:`typing` has been reduced by a factor of 7, and many typing operations
1805 (Contributed by Ivan Levkivskyi in :issue:`32226`.)
1809 (Contributed by Elliot Gorokhovsky in :issue:`28685`.)
1812 (Contributed by Yury Selivanov in :issue:`31179`.)
1817 (Contributed by INADA Naoki in :issue:`32544`.)
1822 (Contributed by Serhiy Storchaka in :issue:`24821`.)
1826 (Contributed by Jelle Zijlstra with further improvements by INADA Naoki,
1831 (Contributed by Paul Ganssle in :issue:`32403`.)
1835 (Contributed by Serhiy Storchaka in :issue:`25996`.)
1837 The speed of the :func:`shutil.rmtree` function has been improved by
1839 (Contributed by Serhiy Storchaka in :issue:`28564`.)
1843 (Contributed by Serhiy Storchaka in :issue:`30285`.)
1847 Python 3.6 by about 10% depending on the pattern.
1848 (Contributed by INADA Naoki in :issue:`31671`.)
1853 heavy loads. (Contributed by Giampaolo Rodola' in :issue:`30014`)
1857 (Contributed by Eugene Toder and INADA Naoki in :issue:`29469` and
1863 start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki
1867 :class:`datetime.date` and :class:`datetime.datetime` by using fast-path
1868 constructors when not constructing subclasses. (Contributed by Paul Ganssle
1874 (Contributed by Adrian Wielgosik in :issue:`24700`.)
1878 (Contributed by Serhiy Storchaka in :issue:`26121`.)
1885 the ``opcode`` events from the interpreter by setting the corresponding new
1887 frame being traced. (Contributed by Nick Coghlan in :issue:`31344`.)
1899 (Contributed by Raymond Hettinger in :issue:`32690`.)
1904 (Contributed by Bo Bayles in :issue:`32304`.)
1919 (Contributed by Serhiy Storchaka in :issue:`10544`.)
1925 (Contributed by Serhiy Storchaka in :issue:`28894`.)
1937 (Contributed by Brian Curtin in :issue:`31985`.)
1949 (Contributed by Andrew Svetlov in :issue:`32253`.)
1953 (Contributed by Andrew Svetlov in :issue:`32250`.)
1963 (Contributed by Serhiy Storchaka in :issue:`25988`.)
1973 (Contributed by Serhiy Storchaka in :issue:`28847`.)
1984 (Contributed by Ethan Furman in :issue:`33217`.)
1991 now deprecated. It never correctly worked. (Contributed by Serhiy Storchaka
2000 (replaced by
2004 (replaced by
2007 (Contributed by Matthias Bussonnier in :issue:`29576`)
2017 instead. (Contributed by Garvit in :issue:`10379`.)
2024 (Contributed by Chi Hsuan Yen in :issue:`9850`.)
2033 (Contributed by Antoine Pitrou in :issue:`31370`.)
2042 (Contributed by Oren Milman in :issue:`28332`.)
2050 (Contributed by Christian Heimes in :issue:`28124`.)
2058 (Contributed by Brian Curtin in :issue:`31985`.)
2069 (Contributed by Victor Stinner in :issue:`28799`.)
2077 (Contributed by Brian Curtin in :issue:`31985`.)
2086 or higher. (Contributed by Serhiy Storchaka in :issue:`27867`.)
2090 (Contributed by Antoine Pitrou in :issue:`16500`.)
2108 (aka "Trusty") LTS Linux distributions, as they still use OpenSSL 1.0.1 by
2145 class creation. (Contributed by Jelle Zijlstra with further improvements
2146 by INADA Naoki, Serhiy Storchaka, and Raymond Hettinger in :issue:`28638`.)
2173 (Contributed by Christian Heimes in :issue:`32951`.)
2176 (Contributed by Eric N. Vander Weele in :issue:`29218`.)
2182 The ``fpectl`` module has been removed. It was never enabled by
2185 (Contributed by Nathaniel J. Smith in :issue:`29137`.)
2196 (Contributed by Steve Barnes in :issue:`30291`.)
2202 (Contributed by Steve Barnes in :issue:`30362`.)
2219 (Contributed by Jelle Zijlstra in :issue:`30406`.)
2225 (Contributed by Yury Selivanov in :issue:`32670`.)
2228 asynchronous. (Contributed by Yury Selivanov in :issue:`31709`.)
2242 (Contributed by Serhiy Storchaka in :issue:`32012` and :issue:`32023`.)
2248 behaviour, will need to be updated accordingly (e.g. by also checking for
2260 (Contributed by Victor Stinner in :issue:`31233` and :issue:`33540`.)
2266 (Contributed by Victor Stinner in :issue:`31151` and :issue:`33540`.)
2270 (Contributed by Victor Stinner in :issue:`31900`.)
2274 (Contributed by Sanyam Khurana in :issue:`24744`.)
2279 by Serhiy Storchaka in :issue:`29193`.)
2287 (Contributed by Serhiy Storchaka in :issue:`29192`.)
2293 (Contributed by Serhiy Storchaka in :issue:`19930`.)
2296 :class:`bytes`. (Contributed by Victor Stinner in :issue:`21071`.)
2302 (Contributed by Pierre Quentel in :issue:`29979`.)
2305 on a socket created by :func:`socket.share <socket.socket.share>` in older
2309 comma. Most exceptions are affected by this change.
2310 (Contributed by Serhiy Storchaka in :issue:`30399`.)
2313 arguments in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)
2327 (Contributed by Serhiy Storchaka in :issue:`30349`.)
2336 The previous behavior can be restored by changing the pattern
2353 (Contributed by Serhiy Storchaka in :issue:`25054` and :issue:`32308`.)
2357 (Contributed by Serhiy Storchaka in :issue:`29995`.)
2361 (Contributed by Jesse Bakker in :issue:`32121`.)
2368 (Contributed by Yury Selivanov in :issue:`32331`.)
2381 (Contributed by Brett Cannon in :issue:`33169`.)
2392 (Contributed by Yury Selivanov in :issue:`32327`.)
2396 (Contributed by Yury Selivanov in :issue:`32662`.)
2400 (Contributed by Victor Stinner in :issue:`21071`.)
2404 (Contributed by Serhiy Storchaka in :issue:`31778`.)
2412 The new methods return tuples and are not restricted by the range supported by
2414 (Contributed by Alexander Belopolsky in :issue:`28292`.)
2417 mappings. (Contributed by Raymond Hettinger in :issue:`32792`.)
2422 (Contributed by Mark Nemec in :issue:`33097`.)
2428 (Contributed by James Tocknell in :issue:`23835`.)
2447 (Contributed by Serhiy Storchaka in :issue:`27867`.)
2454 (Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
2457 (Contributed by Mark Shannon in :issue:`32550`.)
2466 (Contributed by Steve Dower in :issue:`28137`.)
2481 (Initially contributed by Nick Coghlan and Eric Snow as part of
2482 :issue:`22257`, and further updated by Nick, Eric, and Victor Stinner in a
2485 * :c:func:`PySys_AddWarnOptionUnicode` is not currently usable by embedding
2489 * warnings filters added by an embedding application with
2491 over the default filters set by the interpreter
2500 Due to a change in the way docstrings are handled by the compiler, the
2506 This simplified the interpreter and fixed a couple of obscure bugs caused by
2508 (Contributed by Mark Shannon in :issue:`25612`.)
2525 external entities by default. See also :issue:`17239`.
2530 (Contributed by Ammar Askar in :issue:`33899`.)