Lines Matching refs:Patch

7 Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye.
109 positional argument, no keyword): avoid copying the tuple. Patch written by
178 Patch written by Josh Snider.
320 PendingDeprecationWarning to DeprecationWarning. Patch by Anish Shah.
731 ``ignore``, ``replace``, ``surrogateescape``, ``surrogatepass``. Patch
776 Patch from Mark Dickinson.
787 time. Given x=3, then f'value={x}' == 'value=3'. Patch by Eric V. Smith.
854 with EACCESS. The function now falls back to fcntl(). Patch written by
936 well as for extracting data. Patch by Thomas Kluyver.
945 Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by
956 stdout is not redirected. Patch by Akira Li.
965 mock_open 'files' no longer error on readline at end of file. Patch from
994 Use bisect in statistics.median instead of a linear search. Patch by Upendra
1005 Patch by Stefan Krah.
1042 weakref.ref() no longer silently ignores keyword arguments. Patch by Georg
1086 `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos.
1097 have a bypassed hostname as a suffix. Patch by Xiang Zhang.
1125 recursive_repr() now sets __qualname__ of wrapper. Patch by Xiang Zhang.
1135 UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen.
1156 platform.dist() and platform.linux_distribution(). Patch by Kumaripaba
1176 Disassembling a class now disassembles class and static methods. Patch by
1187 :exc:`AttributeError` instead of :exc:`NameError`. Patch written by Emanuel
1219 Stop encoding Latin-1-ized WSGI paths with UTF-8. Patch by Anthony Sottile.
1237 Add context manager to socketserver. Patch by Aviv Palivoda.
1257 Eliminate http.server._quote_html() and use html.escape(quote=False). Patch
1276 Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'.
1285 Add .csv to mimetypes.types_map. Patch by Geoff Wilson.
1323 handler. Patch by Eric Price.
1333 plain socket objects. Patch by Aviv Palivoda.
1344 raising an unhandled exception. Patch by Xiang Zhang.
1395 ourselves. Patch by Andrew Plummer.
1542 ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
1573 Handle sockets in directories unittest discovery is scanning. Patch from
1613 unittest.mock. Patch written by Amit Saha.
1710 methods. Patch by Jakub Stasiak.
1731 Patch by Silent Ghost.
1751 Leading ``<~`` is optional now in base64.a85decode() with adobe=True. Patch
1781 socket) when verify_request() returns false. Patch by Aviv Palivoda.
1840 Support keyword arguments to zlib.compress(). Patch by Aviv Palivoda.
1887 Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). Patch by
1930 Patch by Thomas Nyberg.
2025 Add docstrings to the fields of urllib.parse results. Patch contributed by
2035 Convert trace module option parsing mechanism to argparse. Patch contributed
2065 after patching. Patch contributed by Sean McCully.
2094 Patch by Ulrich Petri.
2419 ZipFile now always writes a ZIP_STORED header for directory entries. Patch
2564 the FileInput was opened with binary mode. Patch by Ryosuke Ito.
2726 RobotFileParser now supports Crawl-delay and Request-rate extensions. Patch
2759 Patch by Chris Laws.
2780 mark (?) rather than the last. Patch from Xiang Zhang.
2790 URL as if it were a path. Patch from Xiang Zhang.
2870 worst times. Patch from Serhiy Storchaka.
2918 urllib.parse raises ValueError on all invalid ports. Patch by Martin Panter.
2927 Improve __repr__ of argparse.Namespace() for invalid identifiers. Patch by
2937 run_setup was broken in distutils. Patch from Alexander Belopolsky.
2946 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
2956 with 'r'. Patch from Jeff Balogh and John O'Connor.
2965 improved tests for zipimporter2. Patch from Mark Lawrence.
2974 unittest.mock.mock_open().reset_mock would recurse infinitely. Patch from
2996 regression vs Python 3.4. Patch from Ignacio Rossi
3061 Skip getaddrinfo if host is already resolved. Patch by A. Jesse Jiryu Davis.
3070 Add asyncio.StreamReader.readuntil() method. Patch by Марк Коренберг.
3090 of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
3099 Fix asyncio/subprocess.communicate() to handle empty input. Patch by Jack
3127 Add tests for idlelib.configHelpSourceEdit. Patch by Saimadhav Heblikar.
3204 Improve the appearance of the IDLE editor window status bar. Patch by Mark
3226 than a separate dialog. The former tabs are now a sorted list. Patch by
3303 Patch by Mark Roseman.
3312 Make right-click for context menu work on Mac Aqua. Patch by Mark Roseman.
3322 them a 'sheet'. Patch by Mark Roseman.
3470 "_thread" modules. Patch from Mattip.
3490 Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle
3587 descriptors. Patch written by Richard Oudkerk.
3635 Fix linking extension modules for cross builds. Patch by Xavier de Gaye.
3645 particular on Android). Patch by Chi Hsuan Yen.
3656 code anyway, and is still regenerated when doing a native build. Patch by
3667 Patch written by Chi Hsuan Yen.
3708 Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
3872 before the Python executable. Patch written by Thomas Ilsche.
3881 Fix the Freeze tool to properly use flags passed through configure. Patch by
3891 Add dictionary unpacking support to Tools/parser/unparse.py. Patch by Guo Ci