summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 releasedoko@ubuntu.com2013-05-151-8/+23
* when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-155-2/+63
* - Issue #17977: The documentation for the cadefault argument's default valueBarry Warsaw2013-05-142-1/+4
* prevent double free in cleanup code (#17968)Benjamin Peterson2013-05-141-0/+1
* Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
* Silence unclosed open file ResourceWarning.Terry Jan Reedy2013-05-131-1/+2
* 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
* use correct format code for exceptionsBenjamin Peterson2013-05-131-2/+2
* 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
|/
* Closes issue #17732: ignore install-directory specific options inGeorg Brandl2013-05-125-3/+87
* Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-125-82/+44
* 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
* | merge headsGeorg Brandl2013-05-122-0/+7
|\ \
| * | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-122-0/+7
* | | only close non-None filesBenjamin Peterson2013-05-111-1/+2
* | | -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-114-5/+8
* | | Issue #17237: Fix crash in the ASCII decoder on m68k.Antoine Pitrou2013-05-112-0/+11
* | | I was confused before. It's correct to not call .close() inside the withBarry Warsaw2013-05-101-2/+3
* | | #17841: remove missing codecs aliases from the documentation. Patch by Thoma...Ezio Melotti2013-05-102-33/+34
* | | #17700: update the curses HOWTO for 3.xAndrew Kuchling2013-05-101-178/+290
* | | #17938: remove duplicate paragraphs.Ezio Melotti2013-05-091-16/+0
* | | #17809: fix a test failure in test_expanduser when $HOME has a trailing /. P...Ezio Melotti2013-05-092-1/+3
* | | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-094-5/+19
* | | #17877: skip test if the Olson's TZ database is missing.Ezio Melotti2013-05-081-0/+4
* | | #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-082-21/+40
* | | #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
* | | #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh C...Ezio Melotti2013-05-072-1/+3
* | | Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
* | | Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-062-7/+22
* | | Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-062-7/+31
* | | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_...David Malcolm2013-05-062-1/+4
* | | #14187: Add glossary entry for 'function annotations'.R David Murray2013-05-061-0/+10
* | | Issue #17805: Add AsyncResult alias for ApplyResultRichard Oudkerk2013-05-061-0/+2
* | | #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-063-5/+2
* | | Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
* | | #17798: Allow IDLE to edit new files when specified on command line.Roger Serwy2013-05-052-0/+4