summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftplib tests: provide a global socket's TIMEOUT variable and use it everywher...Giampaolo Rodola'2013-05-161-14/+15
* null mege 3.3 with fix not applicable hereBenjamin Peterson2013-05-150-0/+0
|\
| * complain about "global __class__" in a class body (closes #17983)Benjamin Peterson2013-05-153-0/+13
* | hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-157-152/+221
* | null-merge from 3.3Georg Brandl2013-05-150-0/+0
|\ \ | |/
| * post-release update.Georg Brandl2013-05-152-6/+6
* | - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-153-2/+4
|\ \ | |/
| * - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-153-4/+6
* | - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-152-1/+3
|\ \ | |/
| * - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-152-1/+3
| * Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 releasedoko@ubuntu.com2013-05-151-8/+23
* | null merge 3.3 from backportBenjamin Peterson2013-05-150-0/+0
|\ \ | |/
| * when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-155-2/+63
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-148-334/+244
* | - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-142-1/+4
|\ \ | |/
| * - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-142-1/+4
* | merge 3.3 (#17968)Benjamin Peterson2013-05-141-0/+1
|\ \ | |/
| * prevent double free in cleanup code (#17968)Benjamin Peterson2013-05-141-0/+1
* | Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
|\ \ | |/
| * Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
* | Merge with 3.3Terry Jan Reedy2013-05-131-1/+2
|\ \ | |/
| * Silence unclosed open file ResourceWarning.Terry Jan Reedy2013-05-131-1/+2
* | Complete 2 to 3 conversionTerry Jan Reedy2013-05-131-1/+1
|\ \ | |/
| * Complete 2 to 3 conversionTerry Jan Reedy2013-05-131-1/+1
* | Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-132-2/+6
|\ \ | |/
| * Issue #17968: Fix memory leak in os.listxattr().Antoine Pitrou2013-05-132-2/+6
* | remove support GCC PyArg_ParseTuple format patch, last seen in 2006Benjamin Peterson2013-05-135-69/+1
* | merge 3.3Benjamin Peterson2013-05-131-2/+2
|\ \ | |/
| * use correct format code for exceptionsBenjamin Peterson2013-05-131-2/+2
* | when an argument is a cell, set the local copy to NULL (see #17927)Benjamin Peterson2013-05-123-11/+28
* | merge with 3.3Georg Brandl2013-05-125-7/+8
|\ \ | |/
| * Added tag v3.3.2 for changeset d047928ae3f6Georg Brandl2013-05-121-0/+1
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-127-10/+12
| * mergeGeorg Brandl2013-05-126-8/+8
| |\
| | * bump to 3.3.2Georg Brandl2013-05-126-8/+8
* | | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-124-0/+27
|\ \ \ | |/ /
| * | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-124-0/+27
| |/
* | merge with 3.3Georg Brandl2013-05-125-3/+87
|\ \ | |/
| * Closes issue #17732: ignore install-directory specific options inGeorg Brandl2013-05-125-3/+87
* | null-merge reversion of #1159051 patch from 3.3Georg Brandl2013-05-120-0/+0
|\ \ | |/
| * Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-125-82/+44
* | merge with 3.3Georg Brandl2013-05-123-0/+45
|\ \ | |/
| * merge with 3.2Georg Brandl2013-05-123-0/+39
| |\
| | * Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-123-0/+39
| * | merge with 3.2Georg Brandl2013-05-121-0/+9
| |\ \ | | |/
| | * Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-124-68/+41
| | * Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-284-7/+13
| | * Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-123-7/+12
| | * Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-123-0/+8
| | * Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-083-4/+23