summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* 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
* | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-0/+1
|\ \ | |/
| * str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-0/+1
* | Fixes #13842: cannot pickle Ellipsis or NotImplemented.Łukasz Langa2012-03-121-0/+1
* | Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...Eric V. Smith2012-03-121-0/+1
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-031-0/+1
|\ \ | |/
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-031-0/+1
* | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-0/+1
|\ \ | |/
| * Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-0/+1
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-0/+1
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-0/+1
* | Merge branch '3.2'Petri Lehtinen2012-02-211-0/+1
|\ \ | |/
| * sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-0/+1
* | Merge branch '3.2'Petri Lehtinen2012-02-151-0/+1
|\ \ | |/
| * Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-151-0/+1
* | Merge branch '3.2'Petri Lehtinen2012-02-121-0/+1
|\ \ | |/
| * Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-121-0/+1
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-0/+1
|\ \ | |/
| * Branch mergeÉric Araujo2012-02-051-0/+1
| |\
| | * Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-151-0/+1
* | | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-031-0/+1
* | | Merge 3.2Terry Jan Reedy2012-01-311-0/+1
|\ \ \ | |/ /
| * | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-311-1/+2
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-291-0/+1
* | | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
|\ \ \ | |/ /
| * | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+1
|\ \ \ | |/ /
| * | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-171-0/+1
| |/
* | Issue #13588: Rename decorators in importlib.Brett Cannon2012-01-161-0/+1
* | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
|\ \ | |/
| * Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+2
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-0/+1
* | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-061-0/+1
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+1
|\ \ | |/
| * Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+1
* | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...Antoine Pitrou2011-12-211-0/+1