Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #15478: Fix again to fix test_os on Windows | Victor Stinner | 2012-10-31 | 2 | -5/+8 | |
| | | | ||||||
* | | | Merge issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | Patch by Yury Selivanov. | |||||
| * | | Merge issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | Patch by Yury Selivanov. | |||||
| | * | Issue #16377: Fix bisect unittest. | Andrew Svetlov | 2012-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch by Yury Selivanov. | |||||
* | | | merge 3.3 (#16345) | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.2 (#16345) | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 | |
| |\ \ | | |/ | ||||||
| | * | only fast-path fromkeys() when the constructor returns a empty dict (closes ↵ | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 | |
| | | | | | | | | | | | | #16345) | |||||
* | | | Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 ↵ | Mark Dickinson | 2012-10-31 | 1 | -3/+1 | |
| | | | | | | | | | | | | compatibility) in decimal module. | |||||
* | | | merge 3.3 | Benjamin Peterson | 2012-10-31 | 1 | -4/+12 | |
|\ \ \ | |/ / | ||||||
| * | | do safety checks on __qualname__ assignment | Benjamin Peterson | 2012-10-31 | 1 | -0/+8 | |
| | | | ||||||
| * | | don't shadow the __qualname__ descriptor with __qualname__ in the class's ↵ | Benjamin Peterson | 2012-10-31 | 1 | -4/+4 | |
| | | | | | | | | | | | | __dict__ (closes #16271) | |||||
* | | | #12890: fix test on windows | R David Murray | 2012-10-31 | 1 | -6/+4 | |
|\ \ \ | |/ / | | | | | | | Patch by Stephen Tonkin. | |||||
| * | | #12890: fix test on windows | R David Murray | 2012-10-31 | 1 | -6/+4 | |
| | | | | | | | | | | | | Patch by Stephen Tonkin. | |||||
* | | | Issue #15478: Fix test_os on FreeBSD | Victor Stinner | 2012-10-31 | 1 | -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 Stinner | 2012-10-31 | 1 | -1/+2 | |
| | | | ||||||
* | | | Issue #16351: New function gc.get_stats() returns per-generation collection ↵ | Antoine Pitrou | 2012-10-30 | 1 | -0/+26 | |
| | | | | | | | | | | | | statistics. | |||||
* | | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymore | Victor Stinner | 2012-10-30 | 2 | -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 Vawda | 2012-10-28 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge: Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | merge heads | Andrew Svetlov | 2012-10-28 | 1 | -6/+12 | |
| | |\ | ||||||
* | | | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. | Nadeem Vawda | 2012-10-28 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | | | #1492704: Ensure and document backward compatibility of the change | Hynek Schlawack | 2012-10-28 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Closes #16340: Merged fix from 3.3. | Vinay Sajip | 2012-10-28 | 1 | -5/+11 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Closes #16340: Handle exception while copying script to venv. | Vinay Sajip | 2012-10-28 | 1 | -5/+11 | |
| | | | | ||||||
* | | | | Merge issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 1 | -6/+12 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Chris Rebert. | |||||
| * | | | Merge issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 1 | -6/+12 | |
| |\ \ \ | | | |/ | | |/| | | | | | Patch by Chris Rebert. | |||||
| | * | | Issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 1 | -6/+12 | |
| | | | | | | | | | | | | | | | | Patch by Chris Rebert. | |||||
* | | | | Issue #14700: merge tests from 3.3. | Mark Dickinson | 2012-10-28 | 1 | -0/+27 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #14700: merge tests from 3.2. | Mark Dickinson | 2012-10-28 | 1 | -0/+27 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Issue #14700: Fix buggy overflow checks for large precision and width in ↵ | Mark Dickinson | 2012-10-28 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | new-style and old-style formatting. | |||||
* | | | | merge with 3.3 | Georg Brandl | 2012-10-28 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge with 3.2 | Georg Brandl | 2012-10-28 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | changeset: 80007:49e4541f2aef | Georg Brandl | 2012-10-28 | 1 | -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 Murray | 2012-10-27 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | | | | | We may rewrite these using mock per issue 15749. | |||||
| * | | | #12890: skip tests which fail on windows until fixed or rewritten. | R David Murray | 2012-10-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | We may rewrite these using mock per issue 15749. | |||||
* | | | | merge #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Chris Jerdonek. | |||||
| * | | | merge #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Chris Jerdonek. | |||||
| | * | | #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Patch by Chris Jerdonek. | |||||
* | | | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 2 | -11/+33 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Jeff McNeil. | |||||
| * | | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 2 | -11/+33 | |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Jeff McNeil. | |||||
| | * | | #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | Patch by Jeff McNeil. | |||||
* | | | | merge #15043: Improve test_gdb support of gdb >= 7.4. | R David Murray | 2012-10-27 | 1 | -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 Murray | 2012-10-27 | 1 | -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 Murray | 2012-10-27 | 1 | -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.3 | Hynek Schlawack | 2012-10-27 | 2 | -1/+19 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #16307: Fix multiprocessing.Pool.map_async not calling its callbacks | Hynek Schlawack | 2012-10-27 | 2 | -1/+19 | |
| | | | | | | | | | | | | | | | | Patch by Janne Karila. | |||||
| * | | | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 2 | -16/+49 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 2 | -18/+50 | |
| | | | | ||||||
* | | | | merge with 3.3 | Philip Jenvey | 2012-10-27 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / |