summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...Jesus Cea2012-05-101-0/+1
|\ \ | |/
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-0/+1
| * Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-091-0/+1
| * #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-061-0/+1
* | Add John Regehr to Misc/ACKS for his help with finding integer overflows (iss...Mark Dickinson2012-05-071-0/+1
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-0/+1
|\ \ | |/
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-0/+1
* | merge 3.2Benjamin Peterson2012-04-231-0/+1
|\ \ | |/
| * add Mark ShannonBenjamin Peterson2012-04-231-0/+1
* | Merge from 3.2Nick Coghlan2012-04-191-0/+1
|\ \ | |/
| * Close #14032: fix incorrect variable reference in test_cmd_line_scriptNick Coghlan2012-04-191-0/+1
| * #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+1
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-121-0/+1
|\ \ | |/
| * Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-121-0/+1
* | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+1
|\ \ | |/
| * Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+1
* | Close #14249: Use bit shifts instead of an union, it's more efficient.Victor Stinner2012-04-051-0/+1
* | Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-051-0/+1
* | Issue #14435: Add Misc/NEWS and Misc/ACKSKristján Valur Jónsson2012-03-311-0/+1
* | #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.R David Murray2012-03-291-0/+1
* | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-231-0/+1
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-211-0/+1
* | #14269: smtpd now conforms to the RFC and requires HELO before MAIL.R David Murray2012-03-201-0/+1
* | Merge with 3.2 for #14359.Ross Lagerwall2012-03-191-0/+1
|\ \ | |/
| * Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.Ross Lagerwall2012-03-191-0/+1
* | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-0/+1
|\ \ | |/
| * #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-0/+1
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-141-0/+1
* | #14179: merge with 3.2.Ezio Melotti2012-03-121-0/+1
|\ \ | |/
| * #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+1