summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Issue #15478: Fix again to fix test_os on WindowsVictor Stinner2012-10-312-5/+8
| | |
* | | Merge issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
|\ \ \ | |/ / | | | | | | Patch by Yury Selivanov.
| * | Merge issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| |\ \ | | |/ | | | | | | Patch by Yury Selivanov.
| | * Issue #16377: Fix bisect unittest.Andrew Svetlov2012-10-311-1/+1
| | | | | | | | | | | | Patch by Yury Selivanov.
* | | merge 3.3 (#16345)Benjamin Peterson2012-10-311-0/+8
|\ \ \ | |/ /
| * | merge 3.2 (#16345)Benjamin Peterson2012-10-311-0/+8
| |\ \ | | |/
| | * only fast-path fromkeys() when the constructor returns a empty dict (closes ↵Benjamin Peterson2012-10-311-0/+8
| | | | | | | | | | | | #16345)
* | | Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 ↵Mark Dickinson2012-10-311-3/+1
| | | | | | | | | | | | compatibility) in decimal module.
* | | merge 3.3Benjamin Peterson2012-10-311-4/+12
|\ \ \ | |/ /
| * | do safety checks on __qualname__ assignmentBenjamin Peterson2012-10-311-0/+8
| | |
| * | don't shadow the __qualname__ descriptor with __qualname__ in the class's ↵Benjamin Peterson2012-10-311-4/+4
| | | | | | | | | | | | __dict__ (closes #16271)
* | | #12890: fix test on windowsR David Murray2012-10-311-6/+4
|\ \ \ | |/ / | | | | | | Patch by Stephen Tonkin.
| * | #12890: fix test on windowsR David Murray2012-10-311-6/+4
| | | | | | | | | | | | Patch by Stephen Tonkin.
* | | Issue #15478: Fix test_os on FreeBSDVictor Stinner2012-10-311-1/+1
| | | | | | | | | | | | | | | Calling OS functions can fail with errors other than FileNotFoundError: a FreeBSD buildbot fails for example with a PermissionError.
* | | Issue #15478: Fix test_os on Windows (os.chown is missing)Victor Stinner2012-10-311-1/+2
| | |
* | | Issue #16351: New function gc.get_stats() returns per-generation collection ↵Antoine Pitrou2012-10-301-0/+26
| | | | | | | | | | | | statistics.
* | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymoreVictor Stinner2012-10-302-0/+82
| | | | | | | | | | | | | | | | | | | | | Pass the original filename argument to OSError constructor, instead of trying to encode it to or decode it from the filesystem encoding. This change avoids an additionnal UnicodeDecodeError on Windows if the filename cannot be decoded from the filesystem encoding (ANSI code page).
* | | Merge: Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
|\ \ \ | |/ /
| * | Merge: Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| |\ \ | | |/
| | * Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
| | |
| | * merge headsAndrew Svetlov2012-10-281-6/+12
| | |\
* | | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Nadeem Vawda2012-10-282-0/+4
| | | | | | | | | | | | | | | | Patch by Serhiy Storchaka.
* | | | #1492704: Ensure and document backward compatibility of the changeHynek Schlawack2012-10-281-0/+2
| | | |
* | | | Closes #16340: Merged fix from 3.3.Vinay Sajip2012-10-281-5/+11
|\ \ \ \ | |/ / /
| * | | Closes #16340: Handle exception while copying script to venv.Vinay Sajip2012-10-281-5/+11
| | | |
* | | | Merge issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-6/+12
|\ \ \ \ | |/ / / | | | | | | | | Patch by Chris Rebert.
| * | | Merge issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-6/+12
| |\ \ \ | | | |/ | | |/| | | | | Patch by Chris Rebert.
| | * | Issue #14570: Document json sort_keys parameter properly.Andrew Svetlov2012-10-281-6/+12
| | | | | | | | | | | | | | | | Patch by Chris Rebert.
* | | | Issue #14700: merge tests from 3.3.Mark Dickinson2012-10-281-0/+27
|\ \ \ \ | |/ / /
| * | | Issue #14700: merge tests from 3.2.Mark Dickinson2012-10-281-0/+27
| |\ \ \ | | | |/ | | |/|
| | * | Issue #14700: Fix buggy overflow checks for large precision and width in ↵Mark Dickinson2012-10-281-0/+27
| | | | | | | | | | | | | | | | new-style and old-style formatting.
* | | | merge with 3.3Georg Brandl2012-10-281-2/+2
|\ \ \ \ | |/ / /
| * | | merge with 3.2Georg Brandl2012-10-281-2/+2
| |\ \ \ | | |/ /
| | * | changeset: 80007:49e4541f2aefGeorg Brandl2012-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parent: 80003:be83cbf4a789 parent: 80006:32df036e6b75 user: Georg Brandl <georg@python.org> date: Sun Oct 28 10:50:11 2012 +0100 summary: merge with 3.3
* | | | merge #12890: skip tests which fail on windows until fixed or rewritten.R David Murray2012-10-271-2/+2
|\ \ \ \ | |/ / / | | | | | | | | We may rewrite these using mock per issue 15749.
| * | | #12890: skip tests which fail on windows until fixed or rewritten.R David Murray2012-10-271-2/+2
| | | | | | | | | | | | | | | | We may rewrite these using mock per issue 15749.
* | | | merge #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
|\ \ \ \ | |/ / / | | | | | | | | Patch by Chris Jerdonek.
| * | | merge #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
| |\ \ \ | | |/ / | | | | | | | | Patch by Chris Jerdonek.
| | * | #15889: make regrtest --start succeed in more cases.R David Murray2012-10-271-2/+2
| | | | | | | | | | | | | | | | Patch by Chris Jerdonek.
* | | | merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-272-11/+33
|\ \ \ \ | |/ / / | | | | | | | | Patch by Jeff McNeil.
| * | | merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-272-11/+33
| |\ \ \ | | |/ / | | | | | | | | Patch by Jeff McNeil.
| | * | #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-271-3/+8
| | | | | | | | | | | | | | | | Patch by Jeff McNeil.
* | | | merge #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+44
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
| * | | merge #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+44
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
| | * | #15043: Improve test_gdb support of gdb >= 7.4.R David Murray2012-10-271-38/+46
| | | | | | | | | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test.
* | | | Merge 3.3Hynek Schlawack2012-10-272-1/+19
|\ \ \ \ | |/ / /
| * | | #16307: Fix multiprocessing.Pool.map_async not calling its callbacksHynek Schlawack2012-10-272-1/+19
| | | | | | | | | | | | | | | | Patch by Janne Karila.
| * | | Issue #16250: Fix URLError invocation with proper argsSenthil Kumaran2012-10-272-16/+49
| |\ \ \ | | |/ /
| | * | Issue #16250: Fix URLError invocation with proper args.Senthil Kumaran2012-10-272-18/+50
| | | |
* | | | merge with 3.3Philip Jenvey2012-10-271-0/+2
|\ \ \ \ | |/ / /