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
683 `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos.
694 have a bypassed hostname as a suffix. Patch by Xiang Zhang.
703 recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang.
713 UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen.
734 platform.dist() and platform.linux_distribution(). Patch by Kumaripaba
754 Disassembling a class now disassembles class and static methods. Patch by
765 :exc:`AttributeError` instead of :exc:`NameError`. Patch written by Emanuel
797 Stop encoding Latin-1-ized WSGI paths with UTF-8. Patch by Anthony Sottile.
817 Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'.
826 Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
845 handler. Patch by Eric Price.
856 raising an unhandled exception. Patch by Xiang Zhang.
877 ourselves. Patch by Andrew Plummer.
947 ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
978 Handle sockets in directories unittest discovery is scanning. Patch from
1086 Patch by Silent Ghost.
1106 Leading ``<~`` is optional now in base64.a85decode() with adobe=True. Patch
1136 socket) when verify_request() returns false. Patch by Aviv Palivoda.
1226 Patch by Thomas Nyberg.
1321 after patching. Patch contributed by Sean McCully.
1350 Patch by Ulrich Petri.
1557 ZipFile now always writes a ZIP_STORED header for directory entries. Patch
1567 Skip getaddrinfo if host is already resolved. Patch by A. Jesse Jiryu Davis.
1576 Add asyncio.StreamReader.readuntil() method. Patch by Марк Коренберг.
1596 of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
1605 Fix asyncio/subprocess.communicate() to handle empty input. Patch by Jack
1633 asyncio: Fix _read_ready and _write_ready to respect _conn_lost. Patch by
1643 asyncio: Fix inconsistency cancelling Condition.wait. Patch by David Coles.
1769 Add tests for idlelib.configHelpSourceEdit. Patch by Saimadhav Heblikar.
1810 Patch by Ammar Askar.
1878 Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle
1946 Fix linking extension modules for cross builds. Patch by Xavier de Gaye.
1958 Patch by Xavier de Gaye.
1967 Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de
1978 Patch written by Xavier de Gaye.
2019 Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
2165 before the Python executable. Patch written by Thomas Ilsche.
2174 Fix the Freeze tool to properly use flags passed through configure. Patch by
2184 Add dictionary unpacking support to Tools/parser/unparse.py. Patch by Guo Ci