Lines Matching full:by
42 (Contributed by P.Y. Developer in :issue:`12345`.)
80 methods. (Contributed by Arnon Yaari in :issue:`9951`.)
83 (Contributed by Antoine Pitrou in :issue:`23632`.)
86 object being iterated by ``yield from`` expressions. (Contributed
87 by Benno Leslie and Yury Selivanov in :issue:`24450`.)
90 recursion depth is reached. (Contributed by Georg Brandl
99 (Contributed by Victor Stinner in :issue:`19977`.)
101 * ``.pyo`` files are no longer used and have been replaced by a more flexible
139 It can still be enabled by instantiating a :class:`ssl.SSLContext`
144 against potential injection attacks. (Contributed by Antoine Pitrou
171 by adding :term:`awaitable objects <awaitable>`,
183 can be *awaited*, as long as it implements the :term:`awaitable` protocol by
266 PEP written and implemented by Yury Selivanov.
276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
313 PEP written by Nathaniel J. Smith; implemented by Benjamin Peterson.
353 PEP written by Joshua Landau; implemented by Neil Girdhar,
381 Unicode is not allowed for ``%b``, but it is accepted by ``%a`` (equivalent of
398 PEP written by Ethan Furman; implemented by Neil Schemenauer and
439 PEP written by Guido van Rossum, Jukka Lehtosalo, and Łukasz Langa;
440 implemented by Guido van Rossum.
442 PEP written by Guido van Rossum
454 largely achieved by greatly reducing the number of calls to :func:`os.stat`
473 PEP written and implemented by Ben Hoyt with the help of Victor Stinner.
482 is waiting for I/O, is interrupted by a signal. Previously, Python would
513 by a signal:
552 PEP and implementation written by Charles-François Natali and
564 interpreted as the end of the iteration by the loop construct driving the
572 by the generator to terminate silently. This is particularly pernicious in
601 PEP written by Chris Angelico and Guido van Rossum. Implemented by
639 PEP written by Christopher Barker; implemented by Chris Barker and
656 PEP written and implemented by Paul Moore.
677 PEP written and implemented by Brett Cannon.
686 two step module loading mechanism introduced by :pep:`451` in Python 3.4.
696 PEP written by Petr Viktorin, Stefan Behnel, and Nick Coghlan;
697 implemented by Petr Viktorin.
707 (Contributed by Serhiy Storchaka in :issue:`19676` and :issue:`22286`.)
710 :class:`int`. (Contributed by Serhiy Storchaka in :issue:`23681`.)
713 (Contributed by Serhiy Storchaka in :issue:`22682` and :issue:`22681`.)
717 (Contributed by Berker Peksag in :issue:`24064`.)
720 (Contributed by Brett Cannon and Antoine Pitrou in :issue:`17636`.)
752 The module implementation has been contributed by Paul Moore in
767 :ref:`abbreviated usage <prefix-matching>` of long options by setting
768 :ref:`allow_abbrev` to ``False``. (Contributed by Jonathan Paugh,
782 (Contributed by Victor Stinner.)
785 (Contributed by Antoine Pitrou and Victor Stinner in :issue:`22560`.)
789 (Contributed by Victor Stinner in :issue:`21326`.)
793 for a coroutine. The ``create_task`` method is also used by all
796 (Contributed by Victor Stinner.)
801 (Contributed by Victor Stinner.)
805 (Contributed by Yury Selivanov.)
811 <asyncio.loop.create_task>` method uses. (Contributed by Yury
816 (Contributed by Victor Stinner.)
820 (Contributed by Victor Stinner.)
827 (Contributed by Yury Selivanov.)
831 (Contributed by Vincent Michel.)
835 (Contributed by Yury Selivanov.)
839 (Contributed by Yann Sionneau.)
848 (Contributed by Yury Selivanov.)
852 (Contributed by Yury Selivanov.)
857 (Contributed by Mark Korenberg.)
863 (Contributed by A. Jesse Jiryu Davis.)
867 (Contributed by A. Jesse Jiryu Davis.)
875 size of decompressed data. (Contributed by Nikolaus Rath in :issue:`15955`.)
882 protocol. (Contributed by Berker Peksag in :issue:`20289`.)
889 equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)
897 interpreter. (Contributed by Claudiu Popa in :issue:`17442`.)
906 makes it 4 to 100 times faster. (Contributed by Eric Snow in :issue:`16991`.)
912 (Contributed by Serhiy Storchaka in :issue:`19505`.)
919 (Contributed by Raymond Hettinger in :issue:`23704`.)
921 Docstrings produced by :func:`~collections.namedtuple` can now be updated::
928 (Contributed by Berker Peksag in :issue:`24064`.)
934 (Contributed by Joe Jevnik in :issue:`22189`.)
943 (Contributed by Devin Jeanpierre in :issue:`23086`.)
946 by Stefan Behnel in :issue:`24018`.)
951 (Contributed by Yury Selivanov in :issue:`24184`.)
963 parameter. (Contributed by Claudiu Popa in :issue:`16104`.)
966 level for subdirectories. (Contributed by Claudiu Popa in :issue:`19628`.)
973 (Contributed by Thomas Kluyver in :issue:`21338`.)
982 (Contributed by Dan O'Reilly in :issue:`11271`.)
986 (Contributed by Claudiu Popa in :issue:`21527`.)
993 of values by specifying a dictionary of converters in the
994 :class:`~configparser.ConfigParser` constructor, or by defining them
996 a parser instance are inherited by its section proxies.
1016 (Contributed by Łukasz Langa in :issue:`18159`.)
1035 (Contributed by Berker Peksag in :issue:`22389`.)
1042 not just sequences. (Contributed by Serhiy Storchaka in :issue:`23171`.)
1050 manual screen resizing. (Contributed by Arnon Yaari in :issue:`4254`.)
1057 has the value ``"n"``. (Contributed by Claudiu Popa in :issue:`18039`.)
1063 The charset of HTML documents generated by
1065 can now be customized by using a new *charset* keyword-only argument.
1068 (Contributed by Berker Peksag in :issue:`2052`.)
1072 (Contributed by Terry J. Reedy and Greg Ward in :issue:`17445`.)
1080 (Contributed by Antoine Pitrou in :issue:`5309`.)
1083 enabled by passing ``xztar`` as an argument to ``bdist --format``.
1084 (Contributed by Serhiy Storchaka in :issue:`16314`.)
1092 raising :exc:`ValueError`. (Contributed by Glenn Jones in :issue:`15916`.)
1100 prefixed with a ``">"`` character by generators. The default is ``True`` for
1102 (Contributed by Milan Oberkirch in :issue:`20098`.)
1108 (Contributed by Abhilash Raj in :issue:`21083`.)
1114 ``SMTPUTF8`` extension. (Contributed by R. David Murray in
1119 (Contributed by Claude Paroz and Berker Peksag in :issue:`16324`.)
1134 (Contributed by Ethan Furman in :issue:`21706`.)
1144 (Contributed by Wei Wu in :issue:`23566`.)
1153 it significantly faster. (Contributed by Matt Joiner, Alexey Kachayev, and
1162 (Contributed by Serhiy Storchaka in :issue:`13968`.)
1170 (Contributed by Tim Heaney in :issue:`19222`.)
1176 Element comparison in :func:`~heapq.merge` can now be customized by
1189 (Contributed by Raymond Hettinger in :issue:`13742`.)
1197 (Contributed by Demian Brecht in :issue:`21793`.)
1219 (Contributed by Martin Panter in :issue:`3566`.)
1226 import by other programs, it gets improvements with every release. See
1238 (Contributed by Tarek Ziadé and Serhiy Storchaka in :issue:`4972`.)
1244 (Contributed by Milan Oberkirch, R. David Murray, and Maciej Szulik in
1248 and passwords using UTF-8, as recommended by the RFCs. (Contributed by Milan
1257 (contributed by Martin Vignali and Claudiu Popa in :issue:`20295`),
1259 (contributed by Fabrice Aneche and Claudiu Popa in :issue:`20197`.)
1267 (Contributed by Brett Cannon in :issue:`17621`.)
1271 object with code compiled from a string by running
1273 (Contributed by Brett Cannon in :issue:`21156`.)
1279 spec object. (Contributed by Brett Cannon in :issue:`20383`.)
1286 now picklable and hashable. (Contributed by Yury Selivanov in :issue:`20726`
1299 (Contributed by Yury Selivanov in :issue:`24190`.)
1304 by Yury Selivanov and Eric Snow in :issue:`17373`.)
1309 (Contributed by Yury Selivanov in :issue:`20691`.)
1317 (Contributed by Yury Selivanov in :issue:`24017` and :issue:`24400`.)
1322 (Contributed by Daniel Shahaf in :issue:`16808`.)
1332 (Contributed by Nikolaus Rath in :issue:`20578`.)
1348 (Contributed by Peter Moody and Antoine Pitrou in :issue:`16531`.)
1362 (Contributed by Leon Weber in :issue:`20480`.)
1370 to sort the keys alphabetically. (Contributed by Berker Peksag
1375 (Contributed by Serhiy Storchaka in :issue:`19361`.)
1385 (Contributed by Robert Collins in :issue:`17911`.)
1404 (Contributed by Cédric Krier in :issue:`13918`.)
1423 (Contributed by Yury Selivanov in :issue:`20537`.)
1428 (Contributed by Alex Gaynor in :issue:`22788`.)
1433 (Contributed by Vinay Sajip.)
1442 (Contributed by Martin Panter in :issue:`15955`.)
1449 and :data:`~math.nan`. (Contributed by Mark Dickinson in :issue:`23185`.)
1452 equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)
1455 function is now deprecated. (Contributed by Mark Dickinson and Serhiy
1464 (Contributed by Charles-François Natali in :issue:`21565`.)
1472 (Contributed by Josh Rosenberg and Serhiy Storchaka in :issue:`22955`.)
1476 (Contributed by Benjamin Peterson in :issue:`21176`.)
1486 significantly improve performance. (Contributed by Ben Hoyt with the help
1492 of the ``BY_HANDLE_FILE_INFORMATION`` structure returned by
1493 ``GetFileInformationByHandle()``. (Contributed by Ben Hoyt in :issue:`21719`.)
1498 exhaustion. (Contributed by Victor Stinner in :issue:`22181`.)
1502 (Contributed by Victor Stinner in :issue:`22054`.)
1505 on Windows. (Contributed by Steve Dower in :issue:`23668`.)
1518 (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.)
1534 (Contributed by Vajrasky Kok and Antoine Pitrou in :issue:`19775`.)
1538 functionality. (Contributed by Berker Peksag in :issue:`21539`.)
1541 expand ``~`` and ``~user`` prefixes. (Contributed by Serhiy Storchaka and
1547 (Contributed by Victor Salgado and Mayank Tripathi in :issue:`19777`.)
1563 (Contributed by Christopher Welborn in :issue:`20218`.)
1571 Protocol version 4 already supports these cases. (Contributed by Serhiy
1580 (Contributed by Milan OberKirch in :issue:`21804`.)
1596 (Contributed by Serhiy Storchaka in :issue:`9179`.)
1599 100. (Contributed by Serhiy Storchaka in :issue:`22437`.)
1603 (Contributed by Serhiy Storchaka in :issue:`1519638`.)
1619 (Contributed by Serhiy Storchaka in :issue:`22578`.)
1627 (Contributed by Bruno Cauet in :issue:`22940`.)
1635 (Contributed by Giampaolo Rodola' in :issue:`18931`.)
1645 (Contributed by Claudiu Popa in :issue:`19840`.)
1648 (Contributed by Serhiy Storchaka in :issue:`5411`.)
1655 socket handles. (Contributed by Victor Stinner in :issue:`22018`.)
1660 (Contributed by Giampaolo Rodola' in :issue:`21076`.)
1675 (Contributed by Maciej Szulik in :issue:`19662`.)
1682 (Contributed by Milan Oberkirch and R. David Murray in :issue:`21795`.)
1690 (Contributed by Milan Oberkirch in :issue:`21725`.)
1694 successfully connect. (Contributed by Milan Oberkirch in :issue:`14758`.)
1701 implement custom authentication mechanisms. (Contributed by Milan
1706 messages. (Contributed by Gavin Chappell and Maciej Szulik in :issue:`16914`.)
1711 (Contributed by Milan Oberkirch and R. David Murray in :issue:`22027`.)
1718 a :func:`~collections.namedtuple`. (Contributed by Claudiu Popa in
1726 (Contributed by Victor Stinner in :issue:`22043`.)
1729 sending a file over a socket by using the high-performance :func:`os.sendfile`
1732 (Contributed by Giampaolo Rodola' in :issue:`17552`.)
1737 (Contributed by Victor Stinner in :issue:`23853`.)
1740 method is now optional. By default it is set to
1742 (Contributed by Charles-François Natali in :issue:`21455`.)
1753 (Contributed by Geert Jansen in :issue:`21965`.)
1773 (Contributed by Benjamin Peterson in :issue:`20188`.)
1794 (Contributed by Antoine Pitrou in :issue:`20421`.)
1798 (Contributed by Giampaolo Rodola' in :issue:`17552`.)
1803 ``0``. (Contributed by Nikolaus Rath in :issue:`20951`.)
1807 value is always an :class:`int`. (Contributed by Akira Li in :issue:`19940`.)
1811 the list of ciphers sent by the client during the handshake.
1812 (Contributed by Benjamin Peterson in :issue:`23186`.)
1820 (Contributed by Victor Stinner in :issue:`23853`.)
1823 (Contributed by Antoine Pitrou in :issue:`23239`.)
1831 (Contributed by Claudiu Popa in :issue:`10203`; by Lucas Sinclair,
1846 (Contributed by Thomas Kluyver in :issue:`23342`.)
1868 is created by an :keyword:`async def` function. A corresponding
1871 and are intended for debugging purposes only. (Contributed by Yury Selivanov
1876 (Contributed by Antoine Pitrou in :issue:`22696`.)
1883 two components of the Python version. (Contributed by Paul Moore
1891 to request exclusive creation. (Contributed by Berker Peksag in :issue:`21717`.)
1896 directories will be owned by the numeric ``uid`` and ``gid`` from the tarfile.
1898 they will be owned by the named user and group in the tarfile.
1899 (Contributed by Michael Vogt and Eric Smith in :issue:`23193`.)
1903 by :meth:`TarFile.getmembers() <tarfile.TarFile.getmembers>`.
1904 (Contributed by Serhiy Storchaka in :issue:`21549`.)
1913 (Contributed by Victor Stinner in :issue:`22043`.)
1920 (Contributed by Victor Stinner in :issue:`22043`.)
1928 or ``sec``. (Contributed by Julian Gindi in :issue:`18983`.)
1932 (Contributed by Ben Roberts in :issue:`2527`.)
1939 on Windows has been replaced by a private function in the :mod:`_tkinter`
1941 (Contributed by Zachary Ware in :issue:`20035`.)
1951 (Contributed by Robert Collins in :issue:`17911`.)
1955 (Contributed by Robert Collins in :issue:`17911`.)
1959 (Contributed by Dmitry Kazakov in :issue:`22619`.)
1969 (Contributed by Yury Selivanov in :issue:`24017`.)
1972 :term:`coroutine` objects created by :keyword:`async def` functions.
1973 (Contributed by Yury Selivanov in :issue:`24400`.)
1991 (Contributed by Robert Collins and Barry A. Warsaw in :issue:`16662`.)
1996 (Contributed by Robert Collins in :issue:`19746`.)
1999 tracebacks. (Contributed by Robert Collins in :issue:`22936`.)
2010 (Contributed by Kushal Das in :issue:`21238`.)
2014 (Contributed by Kushal Das in :issue:`21262`.)
2018 (Contributed by Johannes Baiter in :issue:`20968`, and Håkan Lövdahl
2023 (Contributed by Kushal Das in :issue:`17660`.)
2035 is not sent. (Contributed by Matej Cepl in :issue:`19494` and Akshit Khurana in
2041 (Contributed by Samwyse and Arnon Yaari in :issue:`13866`.)
2045 the HTTPS connection. (Contributed by Alex Gaynor in :issue:`22366`.)
2050 (Contributed by Demian Brecht and Senthil Kumaran in :issue:`22118`.)
2058 (Contributed by Pablo Torres Navarrete and SilentGhost in :issue:`5800`.)
2066 (Contributed by Claudiu Popa in :issue:`20627`.)
2070 (Contributed by Alex Gaynor in :issue:`22960`.)
2078 (Contributed by Serhiy Storchaka in :issue:`2175`.)
2081 (Contributed by Serhiy Storchaka in :issue:`10590`.)
2088 (Contributed by Serhiy Storchaka in :issue:`23252`.)
2092 (Contributed by Serhiy Storchaka in :issue:`21717`.)
2101 (Contributed by Serhiy Storchaka in :issue:`23001`.)
2107 The :func:`os.walk` function has been sped up by 3 to 5 times on POSIX systems,
2108 and by 7 to 20 times on Windows. This was done using the new :func:`os.scandir`
2110 ``FindFirstFile``/``FindNextFile`` system calls. (Contributed by
2113 Construction of ``bytes(int)`` (filled by zero bytes) is faster and uses less
2116 (Contributed by Victor Stinner in :issue:`21233`.)
2123 (Contributed by Antoine Pitrou, Michel Albert, and Markus in
2127 smaller output. (Contributed by Serhiy Storchaka in :issue:`23133`.)
2130 (Contributed by Serhiy Storchaka in :issue:`15381` and David Wilson in
2136 (Contributed by Serhiy Storchaka in :issue:`20416` and :issue:`23344`.)
2139 (Contributed by Serhiy Storchaka in :issue:`15027`.)
2142 (Contributed by Serhiy Storchaka in :issue:`19380`.)
2146 (Contributed by Naoki Inada in :issue:`23206`.)
2151 (Contributed Georg Brandl by in :issue:`22540`.)
2155 (Contributed by Antoine Pitrou in :issue:`22847`.)
2158 builds. (Contributed by Serhiy Storchaka in :issue:`23488`.)
2161 (Contributed by Joe Jevnik in :issue:`23910`.)
2164 (Contributed by Stefan Behnel in :issue:`22464`.)
2169 (Contributed by Serhiy Storchaka in :issue:`23573`.)
2181 (Contributed by Victor Stinner in :issue:`21233`.)
2188 (Contributed by Victor Stinner in :issue:`18395`.)
2192 (Contributed by Serhiy Storchaka in :issue:`19676`.)
2196 (Contributed by Antoine Pitrou in :issue:`18711`.)
2199 (Contributed by Georg Brandl in :issue:`19235`.)
2202 and :c:func:`PyModule_ExecDef` functions introduced by :pep:`489` --
2204 (Contributed by Petr Viktorin in :issue:`24268`.)
2209 (Contributed by Benjamin Peterson in :issue:`21176`. See also :pep:`465`
2268 function or module names. Introduced by :pep:`492` in Python 3.5, they will
2285 Windows XP is no longer supported by Microsoft, thus, per :PEP:`11`, CPython
2299 email messages using the ``utf-8`` codec. This can now be controlled by the
2314 (Contributed by Serhiy Storchaka in :issue:`23671`.)
2319 (Contributed by Vajrasky Kok and Berker Peksag in :issue:`1322`.)
2324 method instead. (Contributed by Yury Selivanov in :issue:`24248`.)
2331 deprecated in favor of the :func:`inspect.signature` API. (Contributed by Yury
2338 deprecated. (Contributed by Serhiy Storchaka in :issue:`22407`.)
2343 (Contributed by Serhiy Storchaka in :issue:`23622`.)
2348 (Contributed by Robert Collins and Barry A. Warsaw in :issue:`16662`.)
2366 (Contributed by Matt Chaput in :issue:`6623`.)
2372 (Contributed by A. Jesse Jiryu Davis in :issue:`23464`.)
2398 * :pep:`475`: System calls are now retried when interrupted by a signal instead
2410 it would return ``0``. (Contributed by Nikolaus Rath in :issue:`20951`.)
2417 (Contributed by Victor Stinner in :issue:`21205`.)
2421 removed. (Contributed by Ezio Melotti in :issue:`15114`.)
2423 now ``True`` by default. (Contributed by Berker Peksag in :issue:`21047`.)
2429 (Contributed by Ezio Melotti in :issue:`16518`.)
2440 compatibility. (Contributed by Demian Brecht in :issue:`21793`.)
2448 ``None``. (Contributed by Brett Cannon in :issue:`23014`.)
2456 (Contributed by Serhiy Storchaka in :issue:`22818`.)
2466 is now ignored. (Contributed by Demian Brecht in :issue:`2211`.)
2484 value is always an :class:`int`. (Contributed by Akira Li in :issue:`19940`.)
2496 range. (Contributed by Serhiy Storchaka in :issue:`24284`.)
2504 (Contributed by Serhiy Storchaka in :issue:`15582`.)
2510 (Contributed by Alexander Belopolsky in :issue:`7830`.)
2526 (Contributed by Serhiy Storchaka in :issue:`22453`.)
2532 (Contributed by Serhiy Storchaka in :issue:`20204`.)
2558 (Contributed by Victor Stinner in :issue:`23404`.)
2567 of generated files by updating their modification times has been removed.
2569 It has been replaced by the new ``make regen-all`` target.
2571 (Contributed by Victor Stinner in :issue:`23404`.)