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.
502 now have more than 255 parameters. (Contributed by Serhiy Storchaka in
506 whitespace, not only spaces. (Contributed by Robert Xiao in :issue:`28927`.)
511 (Contributed by INADA Naoki in :issue:`32677`.)
514 ``from ... import ...`` fails. (Contributed by Matthias Bussonnier in
519 (Contributed by Serhiy Storchaka in :issue:`30024`.)
523 (Contributed by Serhiy Storchaka in :issue:`28974`.)
529 (Contributed by Nathaniel J. Smith in :issue:`30579`.)
535 (Contributed by Nick Coghlan in :issue:`33053`.)
540 (Contributed by Victor Stinner in :issue:`31415`.)
565 PEP written and implemented by Yury Selivanov
593 PEP written and implemented by Eric V. Smith
609 Contributed by Barry Warsaw and Brett Cannon in :issue:`32248`.
627 (Contributed by paul.j3 in :issue:`14191`.)
640 be used to run a coroutine from synchronous code by automatically creating and
642 (Contributed by Yury Selivanov in :issue:`32314`.)
653 (Contributed by Yury Selivanov in :issue:`32436`.)
657 (Contributed by Andrew Svetlov in :issue:`32311`.)
661 (Contributed by Yury Selivanov in :issue:`23749`.)
666 (Contributed by Antoine Pitrou in :issue:`31819`.)
673 (Contributed by Andrew Svetlov in :issue:`32250`.)
677 (Contributed by Yury Selivanov in :issue:`32251`.)
683 (Contributed by Yury Selivanov in :issue:`32269`.)
689 (Contributed by Andrew Svetlov in :issue:`32391`.)
693 (Contributed by Andrew Svetlov in :issue:`32410`.)
700 (Contributed by Yury Selivanov in :issue:`32415` and
722 (Contributed by Yury Selivanov in :issue:`32662`.)
724 * Callback objects returned by
728 (Contributed by Andrew Svetlov in :issue:`32741`.)
733 (Contributed by Quentin Dawans in :issue:`31245`.)
741 (Contributed by Neil Aspinall in :issue:`29970`.)
745 (Contributed by Marat Sharafutdinov in :issue:`31943`.)
749 (Contributed by Andrew Svetlov in :issue:`32193`.)
757 (Contributed by Yury Selivanov in :issue:`32356`.)
761 (Contributed by Yury Selivanov in :issue:`32066`.)
764 flag set by default.
765 (Contributed by Yury Selivanov and Victor Stinner in :issue:`27456`.)
768 (Contributed by Yury Selivanov in :issue:`30508`.)
772 (Contributed by Yury Selivanov in :issue:`33792`.)
782 keyword argument. When it's true, zeros are represented by ``'`'``
783 instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
791 (Contributed by Oz Tiram in :issue:`30095`.)
798 (Contributed by Raymond Hettinger in :issue:`32320`.)
809 (Contributed by Benjamin Peterson in :issue:`31650`.)
818 (Contributed by Antoine Pitrou in :issue:`21423`.)
822 (Contributed by Thomas Moreau in :issue:`31540`.)
830 (Contributed by Jesse-Bakker in :issue:`10049`.)
836 by Jelle Zijlstra in :issue:`29679` and :issue:`30241`,
837 and by Alexander Mohr and Ilya Kulakov in :issue:`29302`.)
844 alternative to script path. (Contributed by Sanyam Khurana in :issue:`21862`.)
851 (Contributed by Serhiy Storchaka in :issue:`31664`.)
854 for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)
862 in one of the formats output by
864 (Contributed by Paul Ganssle in :issue:`15873`.)
867 (Contributed by Alexander Belopolsky in :issue:`5288`.)
882 (Contributed by Yury Selivanov in :issue:`32630`.)
891 classes). The maximum depth of disassembly recursion is controlled by
893 (Contributed by Serhiy Storchaka in :issue:`11822`.)
901 (Contributed by Ryan Gonzalez in :issue:`11913`.)
910 (Contributed by Ethan Furman in :issue:`31801`.)
917 (Contributed by Ethan Furman in :issue:`33217`.)
925 (Contributed by Łukasz Langa in :issue:`32227`.)
932 by the garbage collector and excluding them from future collections.
937 (Contributed by Li Zekun in :issue:`31558`.)
945 (Contributed by Christian Heimes in :issue:`32433`.)
953 (Contributed by Nir Soffer in :issue:`31945`.)
962 (Contributed by Pierre Quentel in :issue:`29654`.)
966 With this parameter, the server serves the specified directory, by default it
968 (Contributed by Stéphane Wirtel and Julien Palard in :issue:`28707`.)
973 (Contributed by Julien Palard in :issue:`31639`.)
979 Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue:`15786`.)
984 (Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
989 (Contributed by Cheryl Sabella and Terry Jan Reedy in multiple issues.)
993 (Contributed by Terry Jan Reedy in :issue:`13802`.)
995 (Contributed by Serhiy Storchaka in :issue:`31860`.)
1000 (Contributed by Charles Wohlganger and Terry Jan Reedy in :issue:`27099`.)
1005 (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
1012 (Contributed by Terry Jan Reedy in :issue:`33656`.)
1016 Output over N lines (50 by default) is squeezed down to a button.
1018 Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
1020 by double-clicking the button or into the clipboard or a separate window
1021 by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
1030 suppress the normal Shell main module restart. (Contributed by Cheryl
1039 (Contributed by Tal Einat and Saimadhav Heblikar in :issue:`17535`.)
1048 (Contributed by Barry Warsaw, Brett Cannon in :issue:`32248`.)
1052 (Contributed by Garvit Khatri in :issue:`29851`.)
1057 (Contributed by Milan Oberkirch in :issue:`30436`.)
1061 embeds the value returned by this function.
1069 (Contributed by Antoine Pitrou in :issue:`30526` and
1079 (Contributed by Michel Albert and Cheryl Sabella in :issue:`20825`.)
1088 (Contributed by Will Roberts in :issue:`30537`.)
1096 grouping strings. (Contributed by Garvit in :issue:`10379`.)
1106 (Contributed by Vinay Sajip in :issue:`30520`.)
1110 (Contributed by Vinay Sajip in :issue:`30522`.)
1114 (Contributed by Preston Landers in :issue:`31080`.)
1121 operation. (Contributed by Mark Dickinson in :issue:`29962`.)
1129 (Contributed by Nitish Chandra in :issue:`22589`.)
1137 (Contributed by Berker Peksag in :issue:`20486`.)
1147 (Contributed by Antoine Pitrou in :issue:`30596`.)
1151 (Contributed by Vitor Pereira in :issue:`30794`.)
1153 Non-daemonic threads created by :class:`~multiprocessing.Process` are now
1155 (Contributed by Antoine Pitrou in :issue:`18966`.)
1162 (Contributed by Serhiy Storchaka in :issue:`28682`.)
1165 (Contributed by Serhiy Storchaka in :issue:`25996`.)
1169 (Contributed by Antoine Pitrou in :issue:`16500`.)
1173 of :func:`os.writev` and :func:`os.pwrite`). (Contributed by Pablo Galindo in
1178 (Contributed by Serhiy Storchaka in :issue:`19930`.)
1182 (Contributed by Benjamin Peterson in :issue:`32441`.)
1184 The structure returned by :func:`os.stat` now contains the
1186 (Contributed by Jesús Cea Avión in :issue:`32659`.)
1194 (Contributed by Cooper Ry Lees in :issue:`30897`.)
1202 begins. (Contributed by Barry Warsaw in :issue:`31389`.)
1205 script file. (Contributed by Mario Corchero in :issue:`32206`.)
1211 :func:`py_compile.compile` -- and by extension, :mod:`compileall` -- now
1212 respects the :envvar:`SOURCE_DATE_EPOCH` environment variable by
1216 files when they are created eagerly. (Contributed by Bernhard M. Wiedemann
1223 The pydoc server can now bind to an arbitrary hostname specified by the
1225 (Contributed by Feanil Patel in :issue:`31128`.)
1232 (Contributed by Antoine Pitrou in :issue:`14976`.)
1240 (Contributed by Serhiy Storchaka in :issue:`31690`.)
1244 (Contributed by Serhiy Storchaka in :issue:`25054`.)
1249 (Contributed by Serhiy Storchaka in :issue:`30215`.)
1254 (Contributed by Serhiy Storchaka in :issue:`30349`.)
1258 (Contributed by Serhiy Storchaka in :issue:`10076`.)
1267 (Contributed by Nathaniel J. Smith in :issue:`30050`.)
1275 (Contributed by Yury Selivanov in :issue:`32373`.)
1280 (Contributed by Christian Heimes in :issue:`32454`.)
1285 (Contributed by Omar Sandoval in :issue:`26273` and
1290 (Contributed by Cathy Avery in :issue:`27584`.)
1293 by default.
1294 (Contributed by Christian Heimes in :issue:`28134`.)
1314 (Contributed by Lele Gaifax in :issue:`27645`.)
1318 (Contributed by Anders Lorentsen in :issue:`31843`.)
1332 (Contributed by Christian Heimes in :issue:`31399`.)
1341 (Contributed by Christian Heimes in :issue:`32185`.)
1345 (Contributed by Mandeep Singh in :issue:`23033` and Christian Heimes in
1350 ciphers that have been blocked by OpenSSL security updates. Default cipher
1352 (Contributed by Christian Heimes in :issue:`31429`.)
1358 rather than the U-label form (``"pythön.org"``). (Contributed by
1366 (Contributed by Christian Heimes in :issue:`32947`, :issue:`20995`,
1373 (Contributed by Christian Heimes in :issue:`32951`)
1378 Supported protocols are indicated by several new flags, such as
1380 (Contributed by Christian Heimes in :issue:`32609`.)
1388 separately. (Contributed by Barry Warsaw in :issue:`1198569`.)
1398 (Contributed by Bo Bayles in :issue:`32102`.)
1403 (Contributed by Andrew Clegg in :issue:`31756`.)
1410 (Contributed by Segev Finer in :issue:`19764`.)
1418 (Contributed by Gregory P. Smith in :issue:`25942`.)
1424 The new :func:`sys.breakpointhook` hook function is called by the
1426 (Contributed by Barry Warsaw in :issue:`31353`.)
1430 (Contributed by Victor Stinner in :issue:`28740`.)
1433 the current coroutine origin tracking depth, as set by
1437 (Contributed by Nathaniel J. Smith in :issue:`32591`.)
1466 (Contributed by Antoine Pitrou in :issue:`32025`.)
1476 (Contributed by Alan Moore in :issue:`32585`.)
1488 (Contributed by Jesse Bakker in :issue:`32121`.)
1497 (Contributed by Manuel Krebber and Guido van Rossum in :issue:`29377`,
1501 dynamically as specified by :pep:`560`.
1502 (Contributed by Ivan Levkivskyi in :issue:`32717`.)
1509 <http://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin
1516 The new ``-k`` command-line option allows filtering tests by a name
1521 (Contributed by Jonas Haag in :issue:`32071`.)
1528 when they are :mod:`copied <copy>` or :mod:`pickled <pickle>`. (Contributed by
1535 (Contributed by Mario Corchero in :issue:`30541`.)
1542 adding ``~`` to the set of characters that are never quoted by default.
1543 (Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)
1550 keyword argument. When it's true, zeros are represented by ``'`'``
1551 instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
1560 (Contributed by Barry Warsaw in :issue:`22807`.)
1567 (Contributed by Barry Warsaw in :issue:`32107`.)
1588 * any implicit filters defined directly by the warnings machinery
1590 * in CPython debug builds, all warnings are now displayed by default (the
1593 (Contributed by Nick Coghlan and Victor Stinner in :issue:`20361`,
1596 Deprecation warnings are once again shown by default in single-file scripts and
1598 (Contributed by Nick Coghlan in :issue:`31975`.)
1607 better readability. (Contributed by Stefan Behnel in :issue:`31648`.)
1614 can now be used as a decorator. (Contributed by Xiang Zhang in
1623 archive. (Contributed by Irmen de Jong in :issue:`31072`.)
1628 (Contributed by Zhiming Wang in :issue:`31638`.)
1636 (Contributed by Bo Bayles in :issue:`21417`.)
1638 Subdirectories in archives created by ``ZipFile`` are now stored in
1640 (Contributed by Bernhard M. Wiedemann in :issue:`30693`.)
1649 (Contributed by Masayuki Yamamoto in :issue:`25658`.)
1656 (Contributed by Eric Snow in :issue:`28411`.)
1660 (Contributed by Petr Victorin in :issue:`23699`.)
1664 (Contributed by Barry Warsaw in :issue:`31338`.)
1669 (Contributed by Victor Stinner in :issue:`30054`.)
1674 (Contributed by Christian Heimes in :issue:`31574`.)
1680 ``char *``. (Contributed by Serhiy Storchaka in :issue:`28761`.)
1683 is now of type ``const char *`` rather of ``char *``. (Contributed by Serhiy
1688 tuple. (Contributed by Oren Milman in :issue:`28280`.)
1691 (Contributed by Serhiy Storchaka in :issue:`27867`.)
1695 :c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
1700 during finalization of the interpreter. Contributed by Xavier de Gaye in
1706 Contributed by Paul Ganssle in :issue:`10381`.
1712 (Contributed by Serhiy Storchaka in :issue:`6532`.)
1716 characters. (Contributed by Serhiy Storchaka in :issue:`30708`.)
1721 relied on more heavily, and failing to abide by it may lead to segfaults in
1728 (Contributed by Eric Snow in :issue:`29102`.)
1732 (Contributed by Victor Stinner in :issue:`29240`.)
1736 (Contributed by Victor Stinner in :issue:`29240`.)
1740 (Contributed by Xiang Zhang in :issue:`28822`.)
1748 (Contributed by Antoine Pitrou in :issue:`31370`.).
1753 (Contributed by Zachary Ware in :issue:`27979`.)
1758 download a copy of 32-bit Python for this purpose. (Contributed by Zachary
1773 implemented in C has been significantly reduced by porting more code
1775 (Contributed by Victor Stinner in :issue:`29300`, :issue:`29507`,
1778 Various optimizations have reduced Python startup time by 10% on Linux and
1780 (Contributed by Victor Stinner, INADA Naoki in :issue:`29585`, and
1785 (Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
1794 (Contributed by Yury Selivanov in :issue:`32296`.)
1797 (Contributed by Yury Selivanov in :issue:`32348`.)
1800 (Contributed by Yury Selivanov in :issue:`32355`.)
1804 (Contributed by Andrew Svetlov in :issue:`32351`.)
1807 (Contributed by Antoine Pitrou in :issue:`31970`.)
1810 of :mod:`typing` has been reduced by a factor of 7, and many typing operations
1812 (Contributed by Ivan Levkivskyi in :issue:`32226`.)
1816 (Contributed by Elliot Gorokhovsky in :issue:`28685`.)
1819 (Contributed by Yury Selivanov in :issue:`31179`.)
1824 (Contributed by INADA Naoki in :issue:`32544`.)
1829 (Contributed by Serhiy Storchaka in :issue:`24821`.)
1833 (Contributed by Jelle Zijlstra with further improvements by INADA Naoki,
1838 (Contributed by Paul Ganssle in :issue:`32403`.)
1842 (Contributed by Serhiy Storchaka in :issue:`25996`.)
1844 The speed of the :func:`shutil.rmtree` function has been improved by
1846 (Contributed by Serhiy Storchaka in :issue:`28564`.)
1850 (Contributed by Serhiy Storchaka in :issue:`30285`.)
1854 Python 3.6 by about 10% depending on the pattern.
1855 (Contributed by INADA Naoki in :issue:`31671`.)
1860 heavy loads. (Contributed by Giampaolo Rodola' in :issue:`30014`)
1864 (Contributed by Eugene Toder and INADA Naoki in :issue:`29469` and
1870 start-up time by up to 10%. (Contributed by Ivan Levkivskyi and INADA Naoki
1874 :class:`datetime.date` and :class:`datetime.datetime` by using fast-path
1875 constructors when not constructing subclasses. (Contributed by Paul Ganssle
1881 (Contributed by Adrian Wielgosik in :issue:`24700`.)
1885 (Contributed by Serhiy Storchaka in :issue:`26121`.)
1892 the ``opcode`` events from the interpreter by setting the corresponding new
1894 frame being traced. (Contributed by Nick Coghlan in :issue:`31344`.)
1906 (Contributed by Raymond Hettinger in :issue:`32690`.)
1911 (Contributed by Bo Bayles in :issue:`32304`.)
1926 (Contributed by Serhiy Storchaka in :issue:`10544`.)
1932 (Contributed by Serhiy Storchaka in :issue:`28894`.)
1944 (Contributed by Brian Curtin in :issue:`31985`.)
1956 (Contributed by Andrew Svetlov in :issue:`32253`.)
1960 (Contributed by Andrew Svetlov in :issue:`32250`.)
1970 (Contributed by Serhiy Storchaka in :issue:`25988`.)
1980 (Contributed by Serhiy Storchaka in :issue:`28847`.)
1991 (Contributed by Ethan Furman in :issue:`33217`.)
1998 now deprecated. It never correctly worked. (Contributed by Serhiy Storchaka
2007 (replaced by
2011 (replaced by
2014 (Contributed by Matthias Bussonnier in :issue:`29576`)
2024 instead. (Contributed by Garvit in :issue:`10379`.)
2031 (Contributed by Chi Hsuan Yen in :issue:`9850`.)
2040 (Contributed by Antoine Pitrou in :issue:`31370`.)
2049 (Contributed by Oren Milman in :issue:`28332`.)
2057 (Contributed by Christian Heimes in :issue:`28124`.)
2065 (Contributed by Brian Curtin in :issue:`31985`.)
2076 (Contributed by Victor Stinner in :issue:`28799`.)
2084 (Contributed by Brian Curtin in :issue:`31985`.)
2093 or higher. (Contributed by Serhiy Storchaka in :issue:`27867`.)
2097 (Contributed by Antoine Pitrou in :issue:`16500`.)
2115 (aka "Trusty") LTS Linux distributions, as they still use OpenSSL 1.0.1 by
2152 class creation. (Contributed by Jelle Zijlstra with further improvements
2153 by INADA Naoki, Serhiy Storchaka, and Raymond Hettinger in :issue:`28638`.)
2180 (Contributed by Christian Heimes in :issue:`32951`.)
2183 (Contributed by Eric N. Vander Weele in :issue:`29218`.)
2189 The ``fpectl`` module has been removed. It was never enabled by
2192 (Contributed by Nathaniel J. Smith in :issue:`29137`.)
2203 (Contributed by Steve Barnes in :issue:`30291`.)
2209 (Contributed by Steve Barnes in :issue:`30362`.)
2226 (Contributed by Jelle Zijlstra in :issue:`30406`.)
2232 (Contributed by Yury Selivanov in :issue:`32670`.)
2235 asynchronous. (Contributed by Yury Selivanov in :issue:`31709`.)
2249 (Contributed by Serhiy Storchaka in :issue:`32012` and :issue:`32023`.)
2255 behaviour, will need to be updated accordingly (e.g. by also checking for
2267 (Contributed by Victor Stinner in :issue:`31233` and :issue:`33540`.)
2273 (Contributed by Victor Stinner in :issue:`31151` and :issue:`33540`.)
2277 (Contributed by Victor Stinner in :issue:`31900`.)
2281 (Contributed by Sanyam Khurana in :issue:`24744`.)
2286 by Serhiy Storchaka in :issue:`29193`.)
2294 (Contributed by Serhiy Storchaka in :issue:`29192`.)
2300 (Contributed by Serhiy Storchaka in :issue:`19930`.)
2303 :class:`bytes`. (Contributed by Victor Stinner in :issue:`21071`.)
2309 (Contributed by Pierre Quentel in :issue:`29979`.)
2312 on a socket created by :func:`socket.share <socket.socket.share>` in older
2316 comma. Most exceptions are affected by this change.
2317 (Contributed by Serhiy Storchaka in :issue:`30399`.)
2320 arguments in the output. (Contributed by Utkarsh Upadhyay in :issue:`30302`.)
2334 (Contributed by Serhiy Storchaka in :issue:`30349`.)
2343 The previous behavior can be restored by changing the pattern
2360 (Contributed by Serhiy Storchaka in :issue:`25054` and :issue:`32308`.)
2364 (Contributed by Serhiy Storchaka in :issue:`29995`.)
2368 (Contributed by Jesse Bakker in :issue:`32121`.)
2375 (Contributed by Yury Selivanov in :issue:`32331`.)
2388 (Contributed by Brett Cannon in :issue:`33169`.)
2399 (Contributed by Yury Selivanov in :issue:`32327`.)
2403 (Contributed by Yury Selivanov in :issue:`32662`.)
2407 (Contributed by Victor Stinner in :issue:`21071`.)
2409 * :mod:`argparse` subparsers can now be made mandatory by passing ``required=True``
2411 (Contributed by Anthony Sottile in :issue:`26510`.)
2415 (Contributed by Serhiy Storchaka in :issue:`31778`.)
2423 The new methods return tuples and are not restricted by the range supported by
2425 (Contributed by Alexander Belopolsky in :issue:`28292`.)
2428 mappings. (Contributed by Raymond Hettinger in :issue:`32792`.)
2433 (Contributed by Mark Nemec in :issue:`33097`.)
2439 (Contributed by James Tocknell in :issue:`23835`.)
2458 (Contributed by Serhiy Storchaka in :issue:`27867`.)
2465 (Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)
2468 (Contributed by Mark Shannon in :issue:`32550`.)
2477 (Contributed by Steve Dower in :issue:`28137`.)
2492 (Initially contributed by Nick Coghlan and Eric Snow as part of
2493 :issue:`22257`, and further updated by Nick, Eric, and Victor Stinner in a
2496 * :c:func:`PySys_AddWarnOptionUnicode` is not currently usable by embedding
2500 * warnings filters added by an embedding application with
2502 over the default filters set by the interpreter
2511 Due to a change in the way docstrings are handled by the compiler, the
2517 This simplified the interpreter and fixed a couple of obscure bugs caused by
2519 (Contributed by Mark Shannon in :issue:`25612`.)
2538 (Contributed by Ammar Askar in :issue:`33899`.)
2557 (Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in