Lines Matching refs:Patch
17 Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye.
44 Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik.
438 responses that don't have a body. Patch by Susumu Koshiba.
460 entropy pool is not initialized yet. Patch written by Colm Buckley.
491 Add ``__all__`` to :mod:`string`. Patch by Emanuel Barry.
541 with EACCESS. The function now falls back to fcntl(). Patch written by
583 Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by
594 stdout is not redirected. Patch by Akira Li.
603 mock_open 'files' no longer error on readline at end of file. Patch from
651 weakref.ref() no longer silently ignores keyword arguments. Patch by Georg
682 `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos.
693 have a bypassed hostname as a suffix. Patch by Xiang Zhang.
702 recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang.
712 UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen.
733 platform.dist() and platform.linux_distribution(). Patch by Kumaripaba
753 Disassembling a class now disassembles class and static methods. Patch by
764 :exc:`AttributeError` instead of :exc:`NameError`. Patch written by Emanuel
796 Stop encoding Latin-1-ized WSGI paths with UTF-8. Patch by Anthony Sottile.
816 Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'.
825 Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
844 handler. Patch by Eric Price.
855 raising an unhandled exception. Patch by Xiang Zhang.
876 ourselves. Patch by Andrew Plummer.
946 ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
977 Handle sockets in directories unittest discovery is scanning. Patch from
1085 Patch by Silent Ghost.
1105 Leading ``<~`` is optional now in base64.a85decode() with adobe=True. Patch
1135 socket) when verify_request() returns false. Patch by Aviv Palivoda.
1225 Patch by Thomas Nyberg.
1320 after patching. Patch contributed by Sean McCully.
1349 Patch by Ulrich Petri.
1556 ZipFile now always writes a ZIP_STORED header for directory entries. Patch
1566 Skip getaddrinfo if host is already resolved. Patch by A. Jesse Jiryu Davis.
1575 Add asyncio.StreamReader.readuntil() method. Patch by Марк Коренберг.
1595 of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
1604 Fix asyncio/subprocess.communicate() to handle empty input. Patch by Jack
1632 asyncio: Fix _read_ready and _write_ready to respect _conn_lost. Patch by
1642 asyncio: Fix inconsistency cancelling Condition.wait. Patch by David Coles.
1768 Add tests for idlelib.configHelpSourceEdit. Patch by Saimadhav Heblikar.
1809 Patch by Ammar Askar.
1877 Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle
1945 Fix linking extension modules for cross builds. Patch by Xavier de Gaye.
1957 Patch by Xavier de Gaye.
1966 Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de
1977 Patch written by Xavier de Gaye.
2018 Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
2164 before the Python executable. Patch written by Thomas Ilsche.
2173 Fix the Freeze tool to properly use flags passed through configure. Patch by
2183 Add dictionary unpacking support to Tools/parser/unparse.py. Patch by Guo Ci