| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13890: Also fix for extension module tests for case-insensitivity. | Brett Cannon | 2012-01-30 | 1 | -0/+6 |
|
|
* | Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. | Brett Cannon | 2012-01-30 | 1 | -0/+6 |
|
|
* | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() | Victor Stinner | 2012-01-29 | 1 | -1/+0 |
|
|
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 2 | -0/+10 |
|\ |
|
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ... | Antoine Pitrou | 2012-01-29 | 2 | -0/+10 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-01-29 | 1 | -285/+0 |
|\ \
| |/ |
|
| * | remove tests from really old regex module | Benjamin Peterson | 2012-01-29 | 1 | -285/+0 |
|
|
* | | Issue #13806: The size check in audioop decompression functions was too stric... | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
|\ \
| |/ |
|
| * | Issue #13806: The size check in audioop decompression functions was too stric... | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
|
|
* | | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -25/+25 |
|\ \
| |/ |
|
| * | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -20/+20 |
|
|
* | | Fix typo in comment. | Nadeem Vawda | 2012-01-28 | 1 | -1/+1 |
|
|
* | | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch | Charles-François Natali | 2012-01-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch | Charles-François Natali | 2012-01-28 | 1 | -0/+1 |
|
|
* | | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|
|
* | | Issue #13812: When a multiprocessing Process child raises an exception, flush... | Antoine Pitrou | 2012-01-27 | 3 | -5/+27 |
|\ \
| |/ |
|
| * | Issue #13812: When a multiprocessing Process child raises an exception, flush... | Antoine Pitrou | 2012-01-27 | 3 | -5/+27 |
|
|
* | | Merge | Brett Cannon | 2012-01-27 | 1 | -11/+16 |
|\ \ |
|
| * | | Issue #13847: Make test_localtime_failure() more robust | Victor Stinner | 2012-01-27 | 1 | -10/+15 |
|
|
| * | | Issue #13847: Fix test_mktime(), time.localtime() now raises OSError | Victor Stinner | 2012-01-26 | 1 | -1/+1 |
|
|
* | | | Relocate importlib._case_ok to importlib._bootstrap. | Brett Cannon | 2012-01-27 | 2 | -19/+27 |
|/ / |
|
* | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead | Victor Stinner | 2012-01-26 | 1 | -0/+15 |
|
|
* | | Merge | Brett Cannon | 2012-01-26 | 4 | -42/+52 |
|\ \ |
|
| * | | Move some code from importlib.__init__ to importlib._bootstrap that | Brett Cannon | 2012-01-25 | 4 | -42/+52 |
|
|
* | | | Merge | Raymond Hettinger | 2012-01-26 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue 13870: Fix out of date comment. | Raymond Hettinger | 2012-01-26 | 1 | -1/+1 |
|
|
* | | Issue #13862: Relax zlib version test to avoid spurious failures. | Nadeem Vawda | 2012-01-25 | 1 | -6/+6 |
|
|
* | | Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this ... | Vinay Sajip | 2012-01-25 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Closes #13859: Replaced reference to StandardError with reference to Exceptio... | Vinay Sajip | 2012-01-25 | 1 | -1/+1 |
|
|
* | | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 2 | -2/+2 |
|
|
* | | Issue #12804: Fix test failures on systems without internet access. | Nadeem Vawda | 2012-01-25 | 2 | -6/+13 |
|
|
* | | Remove redundant resource check in test_socket. | Nadeem Vawda | 2012-01-25 | 1 | -1/+0 |
|
|
* | | Port remaining test fixes, and fix test_importlib too. | Antoine Pitrou | 2012-01-25 | 2 | -9/+30 |
|\ \
| |/ |
|
| * | Port remaining test fixes, and fix test_importlib too. | Antoine Pitrou | 2012-01-25 | 2 | -1/+14 |
|
|
| * | Make test work under 32-bit systems, and when invoked through Lib/test/regrte... | Antoine Pitrou | 2012-01-25 | 1 | -8/+16 |
|
|
* | | Issue #11235: Fix OverflowError when trying to import a source file whose mod... | Antoine Pitrou | 2012-01-24 | 2 | -0/+29 |
|\ \
| |/ |
|
| * | Issue #11235: Fix OverflowError when trying to import a source file whose mod... | Antoine Pitrou | 2012-01-24 | 2 | -0/+29 |
|
|
* | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -2/+7 |
|
|
* | | Issue #10278: wallclock() cannot go backward, but two consecutive calls | Victor Stinner | 2012-01-23 | 1 | -1/+1 |
|
|
* | | Fix a unittest error seen on NetBSD 5. | Gregory P. Smith | 2012-01-22 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Fix a unittest error seen on NetBSD 5. | Gregory P. Smith | 2012-01-22 | 1 | -2/+12 |
|
|
* | | Fixes issue #8052: The posix subprocess module's close_fds behavior was | Gregory P. Smith | 2012-01-21 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Fixes issue #8052: The posix subprocess module's close_fds behavior was | Gregory P. Smith | 2012-01-21 | 1 | -0/+18 |
|
|
* | | Issue #13706: Support non-ASCII fill characters | Victor Stinner | 2012-01-21 | 1 | -0/+20 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2012-01-21 | 3 | -0/+7 |
|\ \
| |/ |
|
| * | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 3 | -0/+7 |
|
|
| * | #13760: picklability tests for configparser exceptions | Łukasz Langa | 2012-01-20 | 1 | -0/+145 |
|
|