Lines Matching refs:Patch

59 platforms other than Windows. Patch written by Campbell Barton.
109 access if available. Patch written by Vitor de Lima and Gustavo Temple.
311 Fix inspect.getsource() to support decorated functions. Patch by Claudiu
402 be weakref'ed. Patch by Wei Wu.
422 Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat.
536 has a reference count of 1. Patch by Nikolaus Rath.
546 environment variable. Patch by Arfrever.
583 Patch by Josh Rosenberg.
611 Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab.
630 Patch by Serhiy Storchaka.
639 Key-sharing now also works for instance dictionaries of subclasses. Patch
690 Add ipaddress.reverse_pointer. Patch by Leon Weber.
712 Patch by Torsten Landschoff.
749 Print response headers for CONNECT requests when debuglevel > 0. Patch by
837 not only if why is WHY_YIELD or WHY_RETURN. Patch co-written with Antoine
971 the remote traceback is now displayed in the parent process. Patch by
981 Add an option to limit output size when decompressing LZMA data. Patch by
1055 ``ensure_ascii=True``. Patch by Naoki Inada.
1122 Patch by Demian Brecht.
1168 Added missing names to codecs.__all__. Patch by Martin Panter.
1208 host header was set to "None". Patch by Demian Brecht.
1230 Linux (and, presumably, any other non-Windows OS). Patch by Greg Ward.
1249 Support wrapped callables in doctest. Patch by Claudiu Popa.
1376 function is checked during the compilation. Patch written by Bernard Spil.
1470 Reject coroutines in asyncio add_signal_handler(). Patch by Ludovic.Gasc.
1479 Added urllib.request.HTTPBasicPriorAuthHandler. Patch by Matej Cepl.
1534 Updated reprlib output format for sets to use set literals. Patch
1593 Patch by Tim Graham.
1620 Remove deprecated Netrc class in the ftplib module. Patch by Matt Chaput.
1687 number. Patch by Aaron Hill.
1698 converting it to a specific type. Patch by Cédric Krier.
1800 have a multilevel value. Patch by Thomas Kluyver.
1845 Raise ConversionError in xdrlib as documented. Patch by Filip Gruszczyński
1893 Add support for in-memory SSL to the ssl module. Patch by Geert Jansen.
1922 iterating. Patch by Olivier Grisel.
1933 ProcessPoolExecutor. Patch by Dan O'Reilly.
2069 Fixed macpath.join() for empty first component. Patch by Oleg Oshmyan.
2089 Patch by Joshua Moore-Oliva.
2169 rather than block buffering. Patch by Akira Li.
2207 argument which will then be used for HTTPS connection. Patch by Alex Gaynor.
2226 and send a 414 error code for higher lengths. Patch contributed by Devin
2348 added and documented. Patch given by Robert Collins, tweaked by Barry
2369 received. Patch by Martin Panter.
2389 KeyErrors are removed, which leads to cleaner tracebacks. Patch by Claudiu
2455 number of CPUs. Patch by Claudiu Popa.
2476 __slots__ so that subclasses don't always get an instance dict. Patch by
2487 mutation of the waiters queue without holding the lock. Patch by Doug
2509 Patch by Claudiu Popa.
2538 inspect.stack() now returns a named tuple instead of a tuple. Patch by
2558 globals namespace in which the timed code is executed. Patch by Ben Roberts.
2568 URLs, rather than RFCs 1808 and 2396. Patch by Demian Brecht.
2740 `os.makedirs()` functionality. When true, ignore FileExistsErrors. Patch
2761 True. Patch by Berker Peksag.
2810 Patch by David Wilson.
2841 Patch by Lita Cho.
2851 Patch by Arfrever Frehtes Taifersar Arahesis.
2860 Convert sha1, sha256, sha512 and md5 to ArgumentClinic. Patch by Vajrasky
2891 gi_code attribute. Patch by Clement Rouault.
2910 Fixed premature DECREF in call_tzinfo_method. Patch by Tom Flanagan.
3087 calling Path.with_suffix('') allows removing the suffix again. Patch by
3118 ``REG_BINARY`` value to SetValueEx. Patch by John Ehresman.
3156 Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda.
3215 Patch by Claudiu Popa.
3252 uploading fails. Patch by Martin Dengler.
3262 Patch written by Vajrasky Kok.
3282 using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'.
3292 value 'n'. Patch by Claudiu Popa.
3479 Added support for the WebP image type in the imghdr module. Patch by Fabrice
3500 "locked" or "unlocked" status. Patch by Berker Peksag.
3616 specified. Patch by Sam Kimbrel.
3685 underlying binary stream. Patch by akira.
3694 Unlink now removes junctions on Windows. Patch by Kim Gräsman
3753 Add __slots__ to the MappingViews ABC. Patch by Josh Rosenberg.
3772 the slice is exhausted. Patch by Anton Afanasyev.
3783 Patch by Nikolaus Rath.
3794 return 0. Patch by Nikolaus Rath.
3886 descriptor close. Patch contributed by Christian Theune.
4004 create_autospec now works. Patch by Kushal Das.
4014 http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath.
4023 unittest.mock.MagicMock now supports division. Patch by Johannes Baiter.
4052 Fixed undocumented filter API of the rot13 codec. Patch by Berker Peksag.
4091 operations. Patch by Raymond Hettinger.
4109 signal module constants were turned into enums. Patch by Giampaolo Rodola'.
4299 selectors module now supports /dev/poll on Solaris. Patch by Giampaolo
4372 Prevent possible gzip "'read' is not defined" NameError. Patch by Claudiu
4468 keyword-only arguments. Patch by Jeremiah Lowin.
4478 missing. Patch by Jeremiah Lowin.
4551 Patch by John Szakmeister.
4590 fix for security issue #19435. Patch by Zach Byrne.
4622 FormatParagraph tab of the Config Extensions dialog. Patch by Tal Einat.
4704 menu, but it may move to Run. Patch by Ramchandra Apt and Lita Cho.
4731 Add unittest for SearchDialogBase. Patch by Phil Webster.
4740 Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
4759 Idle so Caps Lock does not disable them. Patch by Roger Serwy.
4778 Add unittest for textView. Patch by Phil Webster.
4787 Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
4796 Add unittest for AutoComplete. Patch by Phil Webster.
4855 Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart.
4902 Check whether self.extensions is empty in setup.py. Patch by Jonathan
4912 Remove incorrect uses of recursive make. Patch by Jonas Wagner.
4921 Define HAVE_ROUND when building with Visual Studio 2013 and above. Patch by
5194 Patch by Martin Panter.
5255 Patch by Jack McCracken.
5315 updated documentation remain accurate. Patch by Martin Panter.
5351 Skip two tests in test_urllib2net.py if _ssl module not present. Patch by
5361 Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye.
5390 Assorted cleanups in test_imaplib. Patch by Milan Oberkirch.
5471 1.2. Patch written by Lennart Regebro.
5620 asyncio tests no longer rely on tests.txt file. (Patch by Vajrasky Kok)
5706 files with directory entries. Patch by Ryan Wilson.
5735 Make Tools/scripts/md5sum.py work in Python 3. Patch by Zachary Ware.
5771 Fix module exception list and __file__ handling in freeze. Patch by Meador
5781 Consider ABI tags in freeze. Patch by Meador Inge.
5790 PYTHONWARNING no longer affects the run_tests.py script. Patch by Arfrever
5859 Use versioned labels in the Windows start menu. Patch by Olive Kilburn.