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.
239 UTF-8 encoding by default. The error handlers for :data:`sys.stdin` and
253 The UTF-8 mode is enabled by default when the locale is ``C`` or ``POSIX``, and
261 PEP written and implemented by Victor Stinner
272 Built-in ``breakpoint()`` calls :func:`sys.breakpointhook`. By default, the
273 latter imports :mod:`pdb` and then calls ``pdb.set_trace()``, but by binding
283 PEP written and implemented by Barry Warsaw
297 :pep:`539` changes this by providing a new :ref:`Thread Specific Storage (TSS)
315 PEP written by Erik M. Bray; implementation by Masayuki Yamamoto.
333 PEP written and implemented by Ivan Levkivskyi
342 of a floating point number returned by the :func:`time.time` function
363 PEP written and implemented by Victor Stinner
372 these warnings are once more shown by default, but only when the code
376 deprecation warnings triggered by imported application, library and framework
377 modules will continue to be hidden by default.
382 * :exc:`FutureWarning`: always displayed by default, recommended for warnings
383 intended to be seen by application end users (e.g. for deprecated application
385 * :exc:`DeprecationWarning`: displayed by default only in :mod:`__main__` and when
386 running tests, recommended for warnings intended to be seen by other Python
389 * :exc:`PendingDeprecationWarning`: displayed by default only when running
396 by breaking changes in the APIs they used.
401 PEP written and implemented by Nick Coghlan
411 module are extensively used by the community, so this restriction is removed.
413 ``__mro_entries__``, these methods are now used by most classes and special
422 PEP written and implemented by Ivan Levkivskyi
431 (i.e., ``.pyc`` files) by comparing the source metadata (last-modified timestamp
441 called "hash-based". By default, Python still uses timestamp-based invalidation
457 PEP written and implemented by Benjamin Peterson
477 PEP written and implemented by Julien Palard, Inada Naoki, and
489 additional runtime checks that are too expensive to be enabled by default.
503 now have more than 255 parameters. (Contributed by Serhiy Storchaka in
507 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.)
512 (Contributed by INADA Naoki in :issue:`32677`.)
515 ``from ... import ...`` fails. (Contributed by Matthias Bussonnier in
520 (Contributed by Serhiy Storchaka in :issue:`30024`.)
524 (Contributed by Serhiy Storchaka in :issue:`28974`.)
530 (Contributed by Nathaniel J. Smith in :issue:`30579`.)
536 (Contributed by Nick Coghlan in :issue:`33053`.)
541 (Contributed by Inada Naoki in :issue:`31415`.)
566 PEP written and implemented by Yury Selivanov
594 PEP written and implemented by Eric V. Smith
610 Contributed by Barry Warsaw and Brett Cannon in :issue:`32248`.
628 (Contributed by paul.j3 in :issue:`14191`.)
641 be used to run a coroutine from synchronous code by automatically creating and
643 (Contributed by Yury Selivanov in :issue:`32314`.)
654 (Contributed by Yury Selivanov in :issue:`32436`.)
658 (Contributed by Andrew Svetlov in :issue:`32311`.)
662 (Contributed by Yury Selivanov in :issue:`23749`.)
667 (Contributed by Antoine Pitrou in :issue:`31819`.)
674 (Contributed by Andrew Svetlov in :issue:`32250`.)
678 (Contributed by Yury Selivanov in :issue:`32251`.)
684 (Contributed by Yury Selivanov in :issue:`32269`.)
690 (Contributed by Andrew Svetlov in :issue:`32391`.)
694 (Contributed by Andrew Svetlov in :issue:`32410`.)
701 (Contributed by Yury Selivanov in :issue:`32415` and
723 (Contributed by Yury Selivanov in :issue:`32662`.)
725 * Callback objects returned by
729 (Contributed by Andrew Svetlov in :issue:`32741`.)
734 (Contributed by Quentin Dawans in :issue:`31245`.)
742 (Contributed by Neil Aspinall in :issue:`29970`.)
746 (Contributed by Marat Sharafutdinov in :issue:`31943`.)
750 (Contributed by Andrew Svetlov in :issue:`32193`.)
758 (Contributed by Yury Selivanov in :issue:`32356`.)
762 (Contributed by Yury Selivanov in :issue:`32066`.)
765 flag set by default.
766 (Contributed by Yury Selivanov and Victor Stinner in :issue:`27456`.)
769 (Contributed by Yury Selivanov in :issue:`30508`.)
773 (Contributed by Yury Selivanov in :issue:`33792`.)
783 keyword argument. When it's true, zeros are represented by ``'`'``
784 instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
792 (Contributed by Oz Tiram in :issue:`30095`.)
799 (Contributed by Raymond Hettinger in :issue:`32320`.)
810 (Contributed by Benjamin Peterson in :issue:`31650`.)
819 (Contributed by Antoine Pitrou in :issue:`21423`.)
823 (Contributed by Thomas Moreau in :issue:`31540`.)
831 (Contributed by Jesse-Bakker in :issue:`10049`.)
837 by Jelle Zijlstra in :issue:`29679` and :issue:`30241`,
838 and by Alexander Mohr and Ilya Kulakov in :issue:`29302`.)
845 alternative to script path. (Contributed by Sanyam Khurana in :issue:`21862`.)
852 (Contributed by Serhiy Storchaka in :issue:`31664`.)
855 for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)
863 in one of the formats output by
865 (Contributed by Paul Ganssle in :issue:`15873`.)
868 (Contributed by Alexander Belopolsky in :issue:`5288`.)
883 (Contributed by Yury Selivanov in :issue:`32630`.)
892 classes). The maximum depth of disassembly recursion is controlled by
894 (Contributed by Serhiy Storchaka in :issue:`11822`.)
902 (Contributed by Ryan Gonzalez in :issue:`11913`.)
911 (Contributed by Ethan Furman in :issue:`31801`.)
918 (Contributed by Ethan Furman in :issue:`33217`.)
926 (Contributed by Łukasz Langa in :issue:`32227`.)
933 by the garbage collector and excluding them from future collections.
938 (Contributed by Li Zekun in :issue:`31558`.)
946 (Contributed by Christian Heimes in :issue:`32433`.)
954 (Contributed by Nir Soffer in :issue:`31945`.)
963 (Contributed by Pierre Quentel in :issue:`29654`.)
967 With this parameter, the server serves the specified directory, by default it
969 (Contributed by Stéphane Wirtel and Julien Palard in :issue:`28707`.)
974 (Contributed by Julien Palard in :issue:`31639`.)
980 Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue:`15786`.)
985 (Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
990 (Contributed by Cheryl Sabella and Terry Jan Reedy in multiple issues.)
994 (Contributed by Terry Jan Reedy in :issue:`13802`.)
996 (Contributed by Serhiy Storchaka in :issue:`31860`.)
1001 (Contributed by Charles Wohlganger and Terry Jan Reedy in :issue:`27099`.)
1006 (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
1013 (Contributed by Terry Jan Reedy in :issue:`33656`.)
1017 Output over N lines (50 by default) is squeezed down to a button.
1019 Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
1021 by double-clicking the button or into the clipboard or a separate window
1022 by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
1031 suppress the normal Shell main module restart. (Contributed by Cheryl
1040 (Contributed by Tal Einat and Saimadhav Heblikar in :issue:`17535`.)
1049 (Contributed by Barry Warsaw, Brett Cannon in :issue:`32248`.)
1053 (Contributed by Garvit Khatri in :issue:`29851`.)
1058 (Contributed by Milan Oberkirch in :issue:`30436`.)
1062 embeds the value returned by this function.
1070 (Contributed by Antoine Pitrou in :issue:`30526` and
1080 (Contributed by Michel Albert and Cheryl Sabella in :issue:`20825`.)
1089 (Contributed by Will Roberts in :issue:`30537`.)
1097 grouping strings. (Contributed by Garvit in :issue:`10379`.)
1107 (Contributed by Vinay Sajip in :issue:`30520`.)
1111 (Contributed by Vinay Sajip in :issue:`30522`.)
1115 (Contributed by Preston Landers in :issue:`31080`.)
1122 operation. (Contributed by Mark Dickinson in :issue:`29962`.)
1130 (Contributed by Nitish Chandra in :issue:`22589`.)
1138 (Contributed by Berker Peksag in :issue:`20486`.)
1148 (Contributed by Antoine Pitrou in :issue:`30596`.)
1152 (Contributed by Vitor Pereira in :issue:`30794`.)
1154 Non-daemonic threads created by :class:`~multiprocessing.Process` are now
1156 (Contributed by Antoine Pitrou in :issue:`18966`.)
1163 (Contributed by Serhiy Storchaka in :issue:`28682`.)
1166 (Contributed by Serhiy Storchaka in :issue:`25996`.)
1170 (Contributed by Antoine Pitrou in :issue:`16500`.)
1174 of :func:`os.writev` and :func:`os.pwrite`). (Contributed by Pablo Galindo in
1179 (Contributed by Serhiy Storchaka in :issue:`19930`.)
1183 (Contributed by Benjamin Peterson in :issue:`32441`.)
1185 The structure returned by :func:`os.stat` now contains the
1187 (Contributed by Jesús Cea Avión in :issue:`32659`.)
1195 (Contributed by Cooper Ry Lees in :issue:`30897`.)
1203 begins. (Contributed by Barry Warsaw in :issue:`31389`.)
1206 script file. (Contributed by Mario Corchero in :issue:`32206`.)
1212 :func:`py_compile.compile` -- and by extension, :mod:`compileall` -- now
1213 respects the :envvar:`SOURCE_DATE_EPOCH` environment variable by
1217 files when they are created eagerly. (Contributed by Bernhard M. Wiedemann
1224 The pydoc server can now bind to an arbitrary hostname specified by the
1226 (Contributed by Feanil Patel in :issue:`31128`.)
1233 (Contributed by Antoine Pitrou in :issue:`14976`.)
1241 (Contributed by Serhiy Storchaka in :issue:`31690`.)
1245 (Contributed by Serhiy Storchaka in :issue:`25054`.)
1250 (Contributed by Serhiy Storchaka in :issue:`30215`.)
1255 (Contributed by Serhiy Storchaka in :issue:`30349`.)
1259 (Contributed by Serhiy Storchaka in :issue:`10076`.)
1268 (Contributed by Nathaniel J. Smith in :issue:`30050`.)
1276 (Contributed by Yury Selivanov in :issue:`32373`.)
1281 (Contributed by Christian Heimes in :issue:`32454`.)
1286 (Contributed by Omar Sandoval in :issue:`26273` and
1291 (Contributed by Cathy Avery in :issue:`27584`.)
1294 by default.
1295 (Contributed by Christian Heimes in :issue:`28134`.)
1315 (Contributed by Lele Gaifax in :issue:`27645`.)
1319 (Contributed by Anders Lorentsen in :issue:`31843`.)
1333 (Contributed by Christian Heimes in :issue:`31399`.)
1342 (Contributed by Christian Heimes in :issue:`32185`.)
1346 (Contributed by Mandeep Singh in :issue:`23033` and Christian Heimes in
1351 ciphers that have been blocked by OpenSSL security updates. Default cipher
1353 (Contributed by Christian Heimes in :issue:`31429`.)
1359 rather than the U-label form (``"pythön.org"``). (Contributed by
1367 (Contributed by Christian Heimes in :issue:`32947`, :issue:`20995`,
1374 (Contributed by Christian Heimes in :issue:`32951`)
1379 Supported protocols are indicated by several new flags, such as
1381 (Contributed by Christian Heimes in :issue:`32609`.)
1389 separately. (Contributed by Barry Warsaw in :issue:`1198569`.)
1399 (Contributed by Bo Bayles in :issue:`32102`.)
1404 (Contributed by Andrew Clegg in :issue:`31756`.)
1411 (Contributed by Segev Finer in :issue:`19764`.)
1419 (Contributed by Gregory P. Smith in :issue:`25942`.)
1425 The new :func:`sys.breakpointhook` hook function is called by the
1427 (Contributed by Barry Warsaw in :issue:`31353`.)
1431 (Contributed by Victor Stinner in :issue:`28740`.)
1434 the current coroutine origin tracking depth, as set by
1438 (Contributed by Nathaniel J. Smith in :issue:`32591`.)
1467 (Contributed by Antoine Pitrou in :issue:`32025`.)
1477 (Contributed by Alan Moore in :issue:`32585`.)
1489 (Contributed by Jesse Bakker in :issue:`32121`.)
1498 (Contributed by Manuel Krebber and Guido van Rossum in :issue:`29377`,
1502 dynamically as specified by :pep:`560`.
1503 (Contributed by Ivan Levkivskyi in :issue:`32717`.)
1510 <https://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin
1517 The new ``-k`` command-line option allows filtering tests by a name
1522 (Contributed by Jonas Haag in :issue:`32071`.)
1529 when they are :mod:`copied <copy>` or :mod:`pickled <pickle>`. (Contributed by
1536 (Contributed by Mario Corchero in :issue:`30541`.)
1543 adding ``~`` to the set of characters that are never quoted by default.
1544 (Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)
1551 keyword argument. When it's true, zeros are represented by ``'`'``
1552 instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
1561 (Contributed by Barry Warsaw in :issue:`22807`.)
1568 (Contributed by Barry Warsaw in :issue:`32107`.)
1589 * any implicit filters defined directly by the warnings machinery
1592 by default (the implicit filter list is empty)
1594 (Contributed by Nick Coghlan and Victor Stinner in :issue:`20361`,
1597 Deprecation warnings are once again shown by default in single-file scripts and
1599 (Contributed by Nick Coghlan in :issue:`31975`.)
1608 better readability. (Contributed by Stefan Behnel in :issue:`31648`.)
1615 can now be used as a decorator. (Contributed by Xiang Zhang in
1624 archive. (Contributed by Irmen de Jong in :issue:`31072`.)
1629 (Contributed by Zhiming Wang in :issue:`31638`.)
1637 (Contributed by Bo Bayles in :issue:`21417`.)
1639 Subdirectories in archives created by ``ZipFile`` are now stored in
1641 (Contributed by Bernhard M. Wiedemann in :issue:`30693`.)
1650 (Contributed by Masayuki Yamamoto in :issue:`25658`.)
1657 (Contributed by Eric Snow in :issue:`28411`.)
1661 (Contributed by Petr Victorin in :issue:`23699`.)
1665 (Contributed by Barry Warsaw in :issue:`31338`.)
1670 (Contributed by Victor Stinner in :issue:`30054`.)
1675 (Contributed by Christian Heimes in :issue:`31574`.)
1681 ``char *``. (Contributed by Serhiy Storchaka in :issue:`28761`.)
1684 is now of type ``const char *`` rather of ``char *``. (Contributed by Serhiy
1689 tuple. (Contributed by Oren Milman in :issue:`28280`.)
1692 (Contributed by Serhiy Storchaka in :issue:`27867`.)
1696 :c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
1701 during finalization of the interpreter. Contributed by Xavier de Gaye in
1707 Contributed by Paul Ganssle in :issue:`10381`.
1713 (Contributed by Serhiy Storchaka in :issue:`6532`.)
1717 characters. (Contributed by Serhiy Storchaka in :issue:`30708`.)
1722 relied on more heavily, and failing to abide by it may lead to segfaults in
1729 (Contributed by Eric Snow in :issue:`29102`.)
1733 (Contributed by Victor Stinner in :issue:`29240`.)
1737 (Contributed by Victor Stinner in :issue:`29240`.)
1741 (Contributed by Xiang Zhang in :issue:`28822`.)
1749 (Contributed by Antoine Pitrou in :issue:`31370`.).
1754 (Contributed by Zachary Ware in :issue:`27979`.)
1759 download a copy of 32-bit Python for this purpose. (Contributed by Zachary
1774 implemented in C has been significantly reduced by porting more code
1776 (Contributed by Victor Stinner in :issue:`29300`, :issue:`29507`,
1779 Various optimizations have reduced Python startup time by 10% on Linux and
1781 (Contributed by Victor Stinner, INADA Naoki in :issue:`29585`, and
1786 (Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
1795 (Contributed by Yury Selivanov in :issue:`32296`.)
1798 (Contributed by Yury Selivanov in :issue:`32348`.)
1801 (Contributed by Yury Selivanov in :issue:`32355`.)
1805 (Contributed by Andrew Svetlov in :issue:`32351`.)
1808 (Contributed by Antoine Pitrou in :issue:`31970`.)
1811 of :mod:`typing` has been reduced by a factor of 7, and many typing operations
1813 (Contributed by Ivan Levkivskyi in :issue:`32226`.)
1817 (Contributed by Elliot Gorokhovsky in :issue:`28685`.)
1820 (Contributed by Yury Selivanov in :issue:`31179`.)
1825 (Contributed by INADA Naoki in :issue:`32544`.)
1830 (Contributed by Serhiy Storchaka in :issue:`24821`.)
1834 (Contributed by Jelle Zijlstra with further improvements by INADA Naoki,
1839 (Contributed by Paul Ganssle in :issue:`32403`.)
1843 (Contributed by Serhiy Storchaka in :issue:`25996`.)
1845 The speed of the :func:`shutil.rmtree` function has been improved by
1847 (Contributed by Serhiy Storchaka in :issue:`28564`.)
1851 (Contributed by Serhiy Storchaka in :issue:`30285`.)
1855 Python 3.6 by about 10% depending on the pattern.
1856 (Contributed by INADA Naoki in :issue:`31671`.)
1861 heavy loads. (Contributed by Giampaolo Rodola' in :issue:`30014`)
1865 (Contributed by Eugene Toder and INADA Naoki in :issue:`29469` and
1871 start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki
1875 :class:`datetime.date` and :class:`datetime.datetime` by using fast-path
1876 constructors when not constructing subclasses. (Contributed by Paul Ganssle
1882 (Contributed by Adrian Wielgosik in :issue:`24700`.)
1886 (Contributed by Serhiy Storchaka in :issue:`26121`.)
1893 the ``opcode`` events from the interpreter by setting the corresponding new
1895 frame being traced. (Contributed by Nick Coghlan in :issue:`31344`.)
1907 (Contributed by Raymond Hettinger in :issue:`32690`.)
1912 (Contributed by Bo Bayles in :issue:`32304`.)
1927 (Contributed by Serhiy Storchaka in :issue:`10544`.)
1933 (Contributed by Serhiy Storchaka in :issue:`28894`.)
1945 (Contributed by Brian Curtin in :issue:`31985`.)
1957 (Contributed by Andrew Svetlov in :issue:`32253`.)
1961 (Contributed by Andrew Svetlov in :issue:`32250`.)
1971 (Contributed by Serhiy Storchaka in :issue:`25988`.)
1981 (Contributed by Serhiy Storchaka in :issue:`28847`.)
1992 (Contributed by Ethan Furman in :issue:`33217`.)
1999 now deprecated. It never correctly worked. (Contributed by Serhiy Storchaka
2008 (replaced by
2012 (replaced by
2015 (Contributed by Matthias Bussonnier in :issue:`29576`)
2025 instead. (Contributed by Garvit in :issue:`10379`.)
2032 (Contributed by Chi Hsuan Yen in :issue:`9850`.)
2041 (Contributed by Antoine Pitrou in :issue:`31370`.)
2050 (Contributed by Oren Milman in :issue:`28332`.)
2058 (Contributed by Christian Heimes in :issue:`28124`.)
2066 (Contributed by Brian Curtin in :issue:`31985`.)
2077 (Contributed by Victor Stinner in :issue:`28799`.)
2085 (Contributed by Brian Curtin in :issue:`31985`.)
2094 or higher. (Contributed by Serhiy Storchaka in :issue:`27867`.)
2098 (Contributed by Antoine Pitrou in :issue:`16500`.)
2116 (aka "Trusty") LTS Linux distributions, as they still use OpenSSL 1.0.1 by
2154 class creation. (Contributed by Jelle Zijlstra with further improvements
2155 by INADA Naoki, Serhiy Storchaka, and Raymond Hettinger in :issue:`28638`.)
2182 (Contributed by Christian Heimes in :issue:`32951`.)
2185 (Contributed by Eric N. Vander Weele in :issue:`29218`.)
2191 The ``fpectl`` module has been removed. It was never enabled by
2194 (Contributed by Nathaniel J. Smith in :issue:`29137`.)
2205 (Contributed by Steve Barnes in :issue:`30291`.)
2211 (Contributed by Steve Barnes in :issue:`30362`.)
2228 (Contributed by Jelle Zijlstra in :issue:`30406`.)
2234 (Contributed by Yury Selivanov in :issue:`32670`.)
2237 asynchronous. (Contributed by Yury Selivanov in :issue:`31709`.)
2251 (Contributed by Serhiy Storchaka in :issue:`32012` and :issue:`32023`.)
2257 behaviour, will need to be updated accordingly (e.g. by also checking for
2269 (Contributed by Victor Stinner in :issue:`31233` and :issue:`33540`.)
2275 (Contributed by Victor Stinner in :issue:`31151` and :issue:`33540`.)
2279 (Contributed by Victor Stinner in :issue:`31900`.)
2283 (Contributed by Sanyam Khurana in :issue:`24744`.)
2288 by Serhiy Storchaka in :issue:`29193`.)
2296 (Contributed by Serhiy Storchaka in :issue:`29192`.)
2302 (Contributed by Serhiy Storchaka in :issue:`19930`.)
2305 :class:`bytes`. (Contributed by Victor Stinner in :issue:`21071`.)
2311 (Contributed by Pierre Quentel in :issue:`29979`.)
2314 on a socket created by :func:`socket.share <socket.socket.share>` in older
2318 comma. Most exceptions are affected by this change.
2319 (Contributed by Serhiy Storchaka in :issue:`30399`.)
2322 arguments in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)
2336 (Contributed by Serhiy Storchaka in :issue:`30349`.)
2345 The previous behavior can be restored by changing the pattern
2362 (Contributed by Serhiy Storchaka in :issue:`25054` and :issue:`32308`.)
2366 (Contributed by Serhiy Storchaka in :issue:`29995`.)
2370 (Contributed by Jesse Bakker in :issue:`32121`.)
2377 (Contributed by Yury Selivanov in :issue:`32331`.)
2390 (Contributed by Brett Cannon in :issue:`33169`.)
2401 (Contributed by Yury Selivanov in :issue:`32327`.)
2405 (Contributed by Yury Selivanov in :issue:`32662`.)
2409 (Contributed by Victor Stinner in :issue:`21071`.)
2411 * :mod:`argparse` subparsers can now be made mandatory by passing ``required=True``
2413 (Contributed by Anthony Sottile in :issue:`26510`.)
2417 (Contributed by Serhiy Storchaka in :issue:`31778`.)
2425 The new methods return tuples and are not restricted by the range supported by
2427 (Contributed by Alexander Belopolsky in :issue:`28292`.)
2430 mappings. (Contributed by Raymond Hettinger in :issue:`32792`.)
2435 (Contributed by Mark Nemec in :issue:`33097`.)
2441 (Contributed by James Tocknell in :issue:`23835`.)
2460 (Contributed by Serhiy Storchaka in :issue:`27867`.)
2467 (Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
2470 (Contributed by Mark Shannon in :issue:`32550`.)
2479 (Contributed by Steve Dower in :issue:`28137`.)
2494 (Initially contributed by Nick Coghlan and Eric Snow as part of
2495 :issue:`22257`, and further updated by Nick, Eric, and Victor Stinner in a
2498 * :c:func:`PySys_AddWarnOptionUnicode` is not currently usable by embedding
2502 * warnings filters added by an embedding application with
2504 over the default filters set by the interpreter
2513 Due to a change in the way docstrings are handled by the compiler, the
2519 This simplified the interpreter and fixed a couple of obscure bugs caused by
2521 (Contributed by Mark Shannon in :issue:`25612`.)
2540 (Contributed by Ammar Askar in :issue:`33899`.)
2559 (Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in
2573 (Contributed by Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)