Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -5/+10 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | put returns on their own lines | Benjamin Peterson | 2012-02-04 | 1 | -5/+10 | |
* | | | | 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 | |
* | | | | Merge | Brett Cannon | 2012-02-03 | 8 | -6/+141 | |
|\ \ \ \ | ||||||
| * | | | | Issue #13777: Add PF_SYSTEM sockets on OS X. | Martin v. Löwis | 2012-02-03 | 8 | -6/+141 | |
* | | | | | Check for errors in creating sub-interpreters when testing the C API. | Brett Cannon | 2012-02-03 | 1 | -0/+8 | |
|/ / / / | ||||||
* | | | | 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 | 2 | -2/+10 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 2 | -2/+10 | |
* | | | | Fix small grammatical inconsistency. | Georg Brandl | 2012-02-02 | 1 | -1/+2 | |
* | | | | Null merge. | Charles-François Natali | 2012-02-02 | 0 | -0/+0 | |
|\ \ \ \ | ||||||
| * \ \ \ | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 2 | -1/+26 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge. | Charles-François Natali | 2012-02-02 | 2 | -1/+26 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge. | Charles-François Natali | 2012-02-02 | 2 | -1/+26 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 2 | -1/+26 | |
* | | | | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 4 | -3/+10 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 4 | -3/+10 | |
| |/ / / / | ||||||
* | | | | | 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 | 2 | -3/+3 | |
| |\ \ \ | ||||||
* | \ \ \ | merge updates | Brian Curtin | 2012-02-01 | 6 | -9/+59 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 3.2 | Petri Lehtinen | 2012-02-01 | 5 | -9/+54 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 5 | -9/+54 | |
| * | | | | | merge | Raymond Hettinger | 2012-02-01 | 1 | -0/+5 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Add usage note | Raymond Hettinger | 2012-02-01 | 1 | -0/+5 | |
* | | | | | | merge from 3.2 | Brian Curtin | 2012-02-01 | 2 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| * | | | | Add a hint that CSD == Service Pack. | Brian Curtin | 2012-02-01 | 2 | -3/+3 | |
| |/ / / | ||||||
* | | | | Issue #13706: Add assertions to detect bugs earlier | Victor Stinner | 2012-01-31 | 2 | -3/+12 | |
* | | | | Fix a minor output typo as found by Terry Reedy. | Brett Cannon | 2012-01-31 | 1 | -1/+1 | |
* | | | | Merge | Brett Cannon | 2012-01-31 | 5 | -13/+24 | |
|\ \ \ \ | ||||||
| * \ \ \ | 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 | 4 | -9/+19 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 4 | -10/+20 | |
| * | | | | Fix zipimport.c's read_directory() to use appropriate types for the values | Gregory P. Smith | 2012-01-30 | 1 | -4/+5 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix zip_import.c's read_directory() to use appropriate types for the values | Gregory P. Smith | 2012-01-30 | 1 | -4/+5 | |
* | | | | | 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 | 4 | -15/+65 | |
* | | | | 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 | |
* | | | | merge 3.2 (closes #13908) | Benjamin Peterson | 2012-01-30 | 2 | -1/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | ready types returned from PyType_FromSpec | Benjamin Peterson | 2012-01-30 | 2 | -0/+5 | |
| * | | | adjust declaration | Benjamin Peterson | 2012-01-30 | 1 | -1/+2 | |
* | | | | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() | Victor Stinner | 2012-01-29 | 1 | -1/+0 | |
* | | | | Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation | Victor Stinner | 2012-01-29 | 1 | -1/+4 | |