summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+1
|\ | | | | | | Patch by Ludwig Hähne.
| * Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+1
| | | | | | | | Patch by Ludwig Hähne.
| * Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+1
| | | | | | | | Initial patch by Anton Barkovsky.
* | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+1
| | | | | | | | Initial patch by Anton Barkovsky.
* | construct fields in the right order (closes #15517)Benjamin Peterson2012-08-011-1/+1
| | | | | | | | Patch from Taihyun Hwang.
* | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵Andrew Svetlov2012-07-301-0/+1
|\ \ | |/ | | | | SimpleDialog.
| * Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵Andrew Svetlov2012-07-301-0/+1
| | | | | | | | SimpleDialog.
| * Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-0/+1
| | | | | | | | Original patch by J Derek Wilson.
| * #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-221-0/+1
| | | | | | | | Patch by Jeff Knupp.
* | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-0/+1
| | | | | | | | Original patch by J Derek Wilson.
* | Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-201-0/+1
|\ \ | |/ | | | | Patch by Flávio Ribeiro.
| * Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-201-0/+1
| | | | | | | | Patch by Flávio Ribeiro.
* | Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-191-0/+1
|\ \ | |/ | | | | Patch by Julia Lawall.
| * Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-191-0/+1
| | | | | | | | Patch by Julia Lawall.
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-0/+1
|\ \ | |/ | | | | to avoid failing due to the select() file descriptor limit.
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-0/+1
| | | | | | | | to avoid failing due to the select() file descriptor limit.
| * Remove duplicate entry and fix orderAntoine Pitrou2012-07-131-2/+1
| |
| * Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1
| | | | | | | | Patch by Jeremy Kloth.
* | Issue #15300: Ensure the temporary test working directories are in the same ↵Antoine Pitrou2012-07-111-0/+1
|\ \ | |/ | | | | | | | | parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
| * Issue #15300: Ensure the temporary test working directories are in the same ↵Antoine Pitrou2012-07-111-0/+1
| | | | | | | | | | | | parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
* | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks ↵Vinay Sajip2012-07-031-0/+2
| | | | | | | | to Yuriy Syrovetskiy for the report and Juancarlo Añez for the patch on which this fix is based.
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-021-0/+1
| | | | | | | | | | | | | | file size header field. Thanks to Marc Abramowitz and Ronan Lamy for helping out with various parts of the patch.
* | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-301-0/+1
| | | | | | | | Patch by Marc Abramowitz.
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-0/+1
|\ \ | |/ | | | | Patch by Jakub Wilk.
| * Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-0/+1
| | | | | | | | Patch by Jakub Wilk.
* | Issue #15079: make a test applicable to both C and Python versions of the ↵Antoine Pitrou2012-06-261-0/+1
|\ \ | |/ | | | | | | | | pickle module. Patch by Stefan Mihaila.
| * Issue #15079: make a test applicable to both C and Python versions of the ↵Antoine Pitrou2012-06-261-0/+1
| | | | | | | | | | | | pickle module. Patch by Stefan Mihaila.
* | Document the rest of zlib.compressobj()'s arguments.Nadeem Vawda2012-06-211-0/+1
| | | | | | | | Original patch by Jim Jewett; see issue 14684.
* | #14840: merge with 3.2.Ezio Melotti2012-06-171-0/+1
|\ \ | |/
| * #14840: Add a bit on the difference between tuples and lists. Initial patch ↵Ezio Melotti2012-06-171-0/+1
| | | | | | | | by Zachary Ware.
* | Close #13857: Added textwrap.indent() function (initial patch by EzraNick Coghlan2012-06-111-0/+1
| | | | | | | | Berch)
* | Issue #14090: fix some minor C API problems in default branch (3.3)Eli Bendersky2012-06-031-0/+1
| |
* | Issue #14963: Added test cases for contextlib.ExitStack exception handling ↵Nick Coghlan2012-05-311-0/+1
| | | | | | | | behaviour (Initial patch by Alon Horev)
* | #14835: Make plistlib output empty arrays & dicts like OS XHynek Schlawack2012-05-291-0/+1
| | | | | | | | Patch by Sidney San Martín.
* | Issue #14775: Fix a potential quadratic dict build-up due to the garbage ↵Antoine Pitrou2012-05-281-0/+1
|\ \ | |/ | | | | | | | | collector repeatedly trying to untrack dicts. Additional comments by Tim Silk.
| * Issue #14775: Fix a potential quadratic dict build-up due to the garbage ↵Antoine Pitrou2012-05-281-0/+1
| | | | | | | | | | | | collector repeatedly trying to untrack dicts. Additional comments by Tim Silk.
| * #14472: Update .gitignorePetri Lehtinen2012-05-221-0/+1
| | | | | | | | Patch by Matej Cepl.
| * #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-191-0/+1
| |
* | #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smtpd now handles EHLO and has infrastructure for extended smtp command mode. The SIZE extension is also implemented. In order to support parameters on MAIL FROM, the RFC 5322 parser from the email package is used to parse the address "token". Logging subclasses things and overrides __init__, so it was necessary to update those __init__ functions in the logging tests to make the logging tests pass. The original suggestion and patch were by Alberto Trevino. Juhana Jauhiainen added the --size argument and SIZE parameter support. Michele Orrù improved the patch and added more tests. Dan Boswell conditionalized various bits of code on whether or not we are in HELO or EHLO mode, as well as some other improvements and tests. I finalized the patch and added the address parsing.
* | #665194: Add a localtime function to email.utils.R David Murray2012-05-261-0/+1
| | | | | | | | | | | | | | | | Without this function people would be tempted to use the other date functions in email.utils to compute an aware localtime, and those functions are not as good for that purpose as this code. The code is Alexander Belopolsy's from his proposed patch for issue 9527, with a fix (and additional tests) by Brian K. Jones.
* | #14472: Update .gitignorePetri Lehtinen2012-05-221-0/+1
| | | | | | | | Patch by Matej Cepl.
* | Issue #14814: addition of the ipaddress module (stage 1 - code and tests)Nick Coghlan2012-05-201-0/+1
| |
* | #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+1
|\ \ | |/
| * #14798: pyclbr now raises ImportError instead of KeyError for missing packagesPetri Lehtinen2012-05-181-0/+1
| |
| * Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵Mark Dickinson2012-05-131-0/+1
| | | | | | | | Jędrzejewski-Szmek for some of the wording.
* | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-171-0/+1
| | | | | | | | Patch by Justin Peel.
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ↵Antoine Pitrou2012-05-161-0/+1
| | | | | | | | | | | | the default certificate store. Initial patch by James Oakley.
* | Issue #14732: The _csv module now uses PEP 3121 module initialization.Antoine Pitrou2012-05-161-0/+1
| | | | | | | | Patch by Robin Schreiber.
* | #14809: Add HTTP status codes from RFC 6585 to http.server and http.clientHynek Schlawack2012-05-161-0/+1
| | | | | | | | Patch by EungJun Yi.
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-131-0/+1
| | | | | | | | timing attacks. Patch by Jon Oberheide.