summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * when arguments are cells clear the locals slot (backport of #17927)Benjamin Peterson2013-05-152-0/+42
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-142-54/+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
* | merge 3.3Benjamin Peterson2013-05-131-2/+2
|\ \ | |/
| * use correct format code for exceptionsBenjamin Peterson2013-05-131-2/+2
| * mergeGeorg Brandl2013-05-122-2/+2
| |\
| | * bump to 3.3.2Georg Brandl2013-05-122-2/+2
* | | when an argument is a cell, set the local copy to NULL (see #17927)Benjamin Peterson2013-05-121-0/+13
* | | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-122-0/+22
|\ \ \ | |/ /
| * | Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-122-0/+22
| |/
* | merge with 3.3Georg Brandl2013-05-122-3/+75
|\ \ | |/
| * Closes issue #17732: ignore install-directory specific options inGeorg Brandl2013-05-122-3/+75
| * Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-124-79/+44
* | merge with 3.3Georg Brandl2013-05-122-0/+36
|\ \ | |/
| * merge with 3.2Georg Brandl2013-05-122-0/+36
| |\
| | * Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-122-0/+36
| | * Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-123-66/+38
| | * Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-122-7/+6
| | * Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-122-0/+5
| | * Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-082-1/+9
| * | merge headsGeorg Brandl2013-05-121-0/+5
| |\ \
* | \ \ Issue #17838: merge with 3.3Georg Brandl2013-05-121-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-121-0/+5
* | | | Diagnostics collected, test disabled for now.Vinay Sajip2013-05-111-1/+1
* | | | Re-enabled test with more diagnostics.Vinay Sajip2013-05-111-1/+3
* | | | merge 3.3Benjamin Peterson2013-05-111-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | only close non-None filesBenjamin Peterson2013-05-111-1/+2
* | | | remove unused importBenjamin Peterson2013-05-111-1/+0
* | | | simplify #17947 test with weakrefsBenjamin Peterson2013-05-111-14/+5
* | | | #17927: Keep frame from referencing cell-ified arguments.Guido van Rossum2013-05-101-1/+40
* | | | #17809: merge with 3.3.Ezio Melotti2013-05-091-1/+2
|\ \ \ \ | |/ / /
| * | | #17809: fix a test failure in test_expanduser when $HOME has a trailing /. P...Ezio Melotti2013-05-091-1/+2
* | | | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-092-5/+15
|\ \ \ \ | |/ / /
| * | | Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-092-5/+15
* | | | Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-082-1/+54
* | | | #17877: merge with 3.3.Ezio Melotti2013-05-081-0/+4
|\ \ \ \ | |/ / /
| * | | #17877: skip test if the Olson's TZ database is missing.Ezio Melotti2013-05-081-0/+4
* | | | #16523: merge with 3.3.Ezio Melotti2013-05-081-5/+5
|\ \ \ \ | |/ / /
* | | | Correction for 4f82b6cfee46.Richard Oudkerk2013-05-071-1/+6
* | | | Fix os.__all__ to is passes test___all__Richard Oudkerk2013-05-071-6/+8
* | | | Skip failing test pending investigation.Vinay Sajip2013-05-071-0/+1
* | | | Issue #11816: Add missing test helperNick Coghlan2013-05-061-0/+72
* | | | Issue #7330: Implement width and precision (ex: "%5.3s") for the format stringVictor Stinner2013-05-061-54/+175
* | | | Issue #1545463: Global variables caught in reference cycles are now garbage-c...Antoine Pitrou2013-05-061-0/+36
* | | | Issue #11816: switch test_peepholer to bytecode_helperNick Coghlan2013-05-061-156/+139