Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. | Nadeem Vawda | 2012-10-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
* | | | #1492704: Ensure and document backward compatibility of the change | Hynek Schlawack | 2012-10-28 | 1 | -0/+2 | |
| | | | ||||||
* | | | 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 | 1 | -8/+25 | |
|\ \ \ | |/ / | | | | | | | Patch by Jeff McNeil. | |||||
| * | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -8/+25 | |
| |\ \ | | |/ | | | | | | | 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 | 1 | -0/+17 | |
|\ \ \ | |/ / | ||||||
| * | | #16307: Fix multiprocessing.Pool.map_async not calling its callbacks | Hynek Schlawack | 2012-10-27 | 1 | -0/+17 | |
| | | | | | | | | | | | | Patch by Janne Karila. | |||||
| * | | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 1 | -1/+34 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 1 | -0/+35 | |
| | | | ||||||
* | | | merge with 3.3 | Philip Jenvey | 2012-10-27 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | merge with 3.2 | Philip Jenvey | 2012-10-27 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | bounds check for bad data (thanks amaury) | Philip Jenvey | 2012-10-27 | 1 | -0/+2 | |
| | | | ||||||
| | * | Issue #14398: Fix size truncation and overflow bugs in bz2 module. | Nadeem Vawda | 2012-10-21 | 2 | -1/+39 | |
| | | | ||||||
* | | | Fix the windows buildbot permission error - close the fd of tempfile beffore ↵ | Senthil Kumaran | 2012-10-23 | 1 | -6/+7 | |
| | | | | | | | | | | | | unlinking | |||||
* | | | Fix issue16300: addressing the buildbot failures on windows | Senthil Kumaran | 2012-10-23 | 1 | -2/+1 | |
| | | | ||||||
* | | | skip the file localhost test on windows. Fix it on branch and modify the test | Senthil Kumaran | 2012-10-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch ↵ | Senthil Kumaran | 2012-10-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | by Berker Peksag | |||||
* | | | Issue #16301: Fix the localhost verification in urllib/request.py for ↵ | Senthil Kumaran | 2012-10-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy | |||||
* | | | Issue #16250: Fix the invocations of URLError which had misplaced filename ↵ | Senthil Kumaran | 2012-10-22 | 1 | -2/+30 | |
| | | | | | | | | | | | | attribute for exception | |||||
* | | | Issue #10836: Fix exception raised when file not found in urlretrieve | Senthil Kumaran | 2012-10-21 | 1 | -0/+5 | |
| | | | ||||||
* | | | Issue #12692: Fix resource leak in urllib.request. | Nadeem Vawda | 2012-10-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | Try to fix issue #16264 (test_logging failure on some buildbots). | Antoine Pitrou | 2012-10-21 | 1 | -1/+4 | |
| | | | ||||||
* | | | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 1 | -88/+18 | |
|\ \ \ | |/ / | | | | | | | Patch by Brent Tubbs. | |||||
| * | | Issue #16220: wsgiref now always calls close() on an iterable response. | Antoine Pitrou | 2012-10-21 | 1 | -88/+18 | |
| |\ \ | | |/ | | | | | | | Patch by Brent Tubbs. | |||||
| | * | Fix whacky spacking in test_wsgiref | Antoine Pitrou | 2012-10-21 | 1 | -57/+0 | |
| | | |