summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+1
|\
| * Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+1
| * Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+1
* | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+1
* | construct fields in the right order (closes #15517)Benjamin Peterson2012-08-011-1/+1
* | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-0/+1
|\ \ | |/
| * Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-0/+1
| * Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-0/+1
| * #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-221-0/+1
* | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-271-0/+1
* | Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-201-0/+1
|\ \ | |/
| * Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-201-0/+1
* | Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-191-0/+1
|\ \ | |/
| * Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-191-0/+1
* | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-0/+1
|\ \ | |/
| * Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-161-0/+1
| * 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
* | Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-0/+1
|\ \ | |/
| * Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-111-0/+1
* | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...Vinay Sajip2012-07-031-0/+2
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pycBrett Cannon2012-07-021-0/+1
* | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-301-0/+1
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-0/+1
|\ \ | |/
| * Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-281-0/+1
* | Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-0/+1
|\ \ | |/
| * Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-0/+1
* | Document the rest of zlib.compressobj()'s arguments.Nadeem Vawda2012-06-211-0/+1
* | #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
* | Close #13857: Added textwrap.indent() function (initial patch by EzraNick Coghlan2012-06-111-0/+1
* | 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 be...Nick Coghlan2012-05-311-0/+1
* | #14835: Make plistlib output empty arrays & dicts like OS XHynek Schlawack2012-05-291-0/+1
* | Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-0/+1
|\ \ | |/
| * Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-0/+1
| * #14472: Update .gitignorePetri Lehtinen2012-05-221-0/+1
| * #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
* | #665194: Add a localtime function to email.utils.R David Murray2012-05-261-0/+1
* | #14472: Update .gitignorePetri Lehtinen2012-05-221-0/+1
* | 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 Jędrzejew...Mark Dickinson2012-05-131-0/+1
* | Issue #13031: Small speed-up for tarfile when unzipping tarfiles.Ross Lagerwall2012-05-171-0/+1
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-161-0/+1
* | Issue #14732: The _csv module now uses PEP 3121 module initialization.Antoine Pitrou2012-05-161-0/+1
* | #14809: Add HTTP status codes from RFC 6585 to http.server and http.clientHynek Schlawack2012-05-161-0/+1
* | Issue #14532: Add a secure_compare() helper to the hmac module, to mitigateCharles-François Natali2012-05-131-0/+1