Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. | Ross Lagerwall | 2011-06-25 | 8 | -23/+295 |
* | Merge #12228 | Mark Dickinson | 2011-06-25 | 1 | -2/+2 |
|\ | |||||
| * | Merge #12228 | Mark Dickinson | 2011-06-25 | 1 | -2/+2 |
| |\ | |||||
| | * | Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi. | Mark Dickinson | 2011-06-25 | 1 | -2/+2 |
| * | | merge | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 |
| |\ \ | |||||
* | \ \ | merge | Raymond Hettinger | 2011-06-25 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | merge | Raymond Hettinger | 2011-06-25 | 3 | -0/+9 |
| |\ \ \ \ | |||||
* | \ \ \ \ | merge | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | |||||
| * | | | | Fix typo (reported by Hiro Ashiya). | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Fix typo (reported by Hiro Ashiya). | Raymond Hettinger | 2011-06-25 | 1 | -2/+2 |
* | | | | | Merge with 3.2. | Ezio Melotti | 2011-06-25 | 3 | -0/+9 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. | Ezio Melotti | 2011-06-25 | 3 | -0/+9 |
| |/ / | |||||
* | | | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 |
|\ \ \ | |/ / | |||||
| * | | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 |
* | | | Merge with 3.2 (Issue #12404). | Ross Lagerwall | 2011-06-25 | 2 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue 12404: Remove C89 incompatible code from mmap module. | Ross Lagerwall | 2011-06-25 | 2 | -1/+5 |
* | | | Issue #12392: fix thread initialization on FreeBSD 6 | Victor Stinner | 2011-06-24 | 2 | -1/+29 |
* | | | Merge #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 2 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | #10206: add test for previously fixed bug. | R David Murray | 2011-06-24 | 2 | -0/+8 |
* | | | give the names of missing positional or keyword-only arguments (closes #12356) | Benjamin Peterson | 2011-06-24 | 4 | -94/+199 |
* | | | merge #9921: clarify os.path.join joining algorithm | R David Murray | 2011-06-24 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | #9921: clarify os.path.join joining algorithm | R David Murray | 2011-06-24 | 1 | -4/+5 |
* | | | (null merge 3.2 for issue #11223) python 3.3 has already a better fix | Victor Stinner | 2011-06-23 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6 | Victor Stinner | 2011-06-23 | 1 | -4/+7 |
* | | | (null merge 3.2 for issue #11223) python 3.3 has already a better fix | Victor Stinner | 2011-06-23 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6 | Victor Stinner | 2011-06-23 | 1 | -0/+5 |
* | | | #10354: remove last public mentions of 'template' and comment as private. | R David Murray | 2011-06-23 | 2 | -3/+3 |
* | | | (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on Windows | Victor Stinner | 2011-06-22 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #12383: skip test_empty_env() of subprocess on Windows | Victor Stinner | 2011-06-22 | 1 | -0/+4 |
* | | | Issue #12363: improve siginterrupt() tests | Victor Stinner | 2011-06-22 | 1 | -0/+7 |
* | | | (merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS X | Victor Stinner | 2011-06-22 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #12383: fix test_empty_env() of subprocess on Mac OS X | Victor Stinner | 2011-06-22 | 1 | -2/+6 |
* | | | #1874: detect invalid multipart CTE and report it as a defect. | R David Murray | 2011-06-22 | 4 | -0/+56 |
* | | | (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled in | Victor Stinner | 2011-06-21 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #12383: skip test_empty_env() if compiled is compiled in shared mode | Victor Stinner | 2011-06-21 | 1 | -2/+5 |
* | | | (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the | Victor Stinner | 2011-06-21 | 3 | -8/+20 |
|\ \ \ | |/ / | |||||
| * | | Close #12383: Fix subprocess module with env={}: don't copy the environment | Victor Stinner | 2011-06-21 | 3 | -8/+20 |
* | | | merge 3.2 | Benjamin Peterson | 2011-06-21 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | fix indentation | Benjamin Peterson | 2011-06-21 | 1 | -6/+6 |
* | | | merge 3.2 | Benjamin Peterson | 2011-06-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge heads | Benjamin Peterson | 2011-06-21 | 5 | -10/+27 |
| |\ \ | |||||
| * | | | fix indentation | Benjamin Peterson | 2011-06-21 | 1 | -1/+1 |
* | | | | merge heads | Benjamin Peterson | 2011-06-21 | 1 | -74/+50 |
|\ \ \ \ | |||||
| * | | | | Close #12363: fix a race condition in siginterrupt() tests | Victor Stinner | 2011-06-20 | 1 | -74/+50 |
* | | | | | remove intrcheck.c, which hasn't been used for years | Benjamin Peterson | 2011-06-21 | 1 | -174/+0 |
|/ / / / | |||||
* | | | | (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the | Victor Stinner | 2011-06-20 | 2 | -0/+5 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Issue #12285: multiprocessing.Pool() raises a ValueError if the number of | Victor Stinner | 2011-06-20 | 2 | -0/+5 |
* | | | | Close #12289: Fix "is executable?" test in the CGI server | Victor Stinner | 2011-06-20 | 1 | -6/+2 |
* | | | | merge heads | Senthil Kumaran | 2011-06-20 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | call_find_module() handles dup() failure: raise an OSError exception | Victor Stinner | 2011-06-20 | 1 | -0/+4 |