Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Issue #13933: IDLE auto-complete did not work with some imported | Ned Deily | 2012-02-04 | 1 | -2/+2 | |
* | | | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 | |
| * | | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 | |
* | | | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 | |
* | | | | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 | |
* | | | | Update docstring for BZ2File.__init__(). | Nadeem Vawda | 2012-02-04 | 1 | -3/+7 | |
| |/ / |/| | | ||||||
* | | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 | |
|\ \ \ | |/ / | ||||||
| * | | remove unused import | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 | |
* | | | Issue #13861: merge | Ned Deily | 2012-02-03 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13861: Prevent test_apropos* test case failures in test_pydoc. | Ned Deily | 2012-02-03 | 1 | -2/+2 | |
* | | | Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -3/+8 | |
* | | | merge | Ned Deily | 2012-02-03 | 1 | -2/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -2/+8 | |
* | | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 | |
|\ \ \ | |/ / | ||||||
| * | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 | |
| |\ \ | ||||||
| | * | | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 1 | -0/+23 | |
* | | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 | |
| |/ / | ||||||
* | | | Make sqlite3 tests editable with Emacs | Petri Lehtinen | 2012-02-02 | 7 | -7/+7 | |
* | | | Issue #1813: merge changeset that reverts a glibc workaround for the | Stefan Krah | 2012-02-02 | 1 | -3/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. | Stefan Krah | 2012-02-02 | 1 | -3/+0 | |
| * | | merge. again. | Brian Curtin | 2012-02-01 | 1 | -1/+1 | |
| |\ \ | ||||||
* | \ \ | merge updates | Brian Curtin | 2012-02-01 | 2 | -1/+43 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 3.2 | Petri Lehtinen | 2012-02-01 | 2 | -1/+43 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 2 | -1/+43 | |
* | | | | | merge from 3.2 | Brian Curtin | 2012-02-01 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | Add a hint that CSD == Service Pack. | Brian Curtin | 2012-02-01 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Fix a minor output typo as found by Terry Reedy. | Brett Cannon | 2012-01-31 | 1 | -1/+1 | |
* | | | Merge | Brett Cannon | 2012-01-31 | 2 | -9/+15 | |
|\ \ \ | ||||||
| * \ \ | Merge with 3.2 whitespace | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | whitespace | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 | |
| * | | | Merge 3.2 | Terry Jan Reedy | 2012-01-31 | 2 | -9/+15 | |
| |\ \ \ | | |/ / | ||||||
| | * | | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 2 | -9/+15 | |
* | | | | Let importlib.test.benchmark take a specific benchmark name to run. | Brett Cannon | 2012-01-31 | 1 | -3/+18 | |
* | | | | Allow for the specification of a file to dump importlib benchmark | Brett Cannon | 2012-01-31 | 1 | -10/+36 | |
|/ / / | ||||||
* | | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ... | Antoine Pitrou | 2012-01-30 | 1 | -0/+12 | |
* | | | 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 | |
|\ \ \ | |/ / |