summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-258-23/+295
* Merge #12228Mark Dickinson2011-06-251-2/+2
|\
| * Merge #12228Mark Dickinson2011-06-251-2/+2
| |\
| | * Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.Mark Dickinson2011-06-251-2/+2
| * | mergeRaymond Hettinger2011-06-251-2/+2
| |\ \
* | \ \ mergeRaymond Hettinger2011-06-250-0/+0
|\ \ \ \
| * \ \ \ mergeRaymond Hettinger2011-06-253-0/+9
| |\ \ \ \
* | \ \ \ \ mergeRaymond Hettinger2011-06-251-2/+2
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Fix typo (reported by Hiro Ashiya).Raymond Hettinger2011-06-251-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix typo (reported by Hiro Ashiya).Raymond Hettinger2011-06-251-2/+2
* | | | | Merge with 3.2.Ezio Melotti2011-06-253-0/+9
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-253-0/+9
| |/ /
* | | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
|\ \ \ | |/ /
| * | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
* | | Merge with 3.2 (Issue #12404).Ross Lagerwall2011-06-252-1/+5
|\ \ \ | |/ /
| * | Issue 12404: Remove C89 incompatible code from mmap module.Ross Lagerwall2011-06-252-1/+5
* | | Issue #12392: fix thread initialization on FreeBSD 6Victor Stinner2011-06-242-1/+29
* | | Merge #10206: add test for previously fixed bug.R David Murray2011-06-242-0/+8
|\ \ \ | |/ /
| * | #10206: add test for previously fixed bug.R David Murray2011-06-242-0/+8
* | | give the names of missing positional or keyword-only arguments (closes #12356)Benjamin Peterson2011-06-244-94/+199
* | | merge #9921: clarify os.path.join joining algorithmR David Murray2011-06-241-4/+5
|\ \ \ | |/ /
| * | #9921: clarify os.path.join joining algorithmR David Murray2011-06-241-4/+5
* | | (null merge 3.2 for issue #11223) python 3.3 has already a better fixVictor Stinner2011-06-230-0/+0
|\ \ \ | |/ /
| * | Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6Victor Stinner2011-06-231-4/+7
* | | (null merge 3.2 for issue #11223) python 3.3 has already a better fixVictor Stinner2011-06-230-0/+0
|\ \ \ | |/ /
| * | Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6Victor Stinner2011-06-231-0/+5
* | | #10354: remove last public mentions of 'template' and comment as private.R David Murray2011-06-232-3/+3
* | | (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on WindowsVictor Stinner2011-06-221-0/+4
|\ \ \ | |/ /
| * | Issue #12383: skip test_empty_env() of subprocess on WindowsVictor Stinner2011-06-221-0/+4
* | | Issue #12363: improve siginterrupt() testsVictor Stinner2011-06-221-0/+7
* | | (merge 3.2) Issue #12383: fix test_empty_env() of subprocess on Mac OS XVictor Stinner2011-06-221-2/+6
|\ \ \ | |/ /
| * | Issue #12383: fix test_empty_env() of subprocess on Mac OS XVictor Stinner2011-06-221-2/+6
* | | #1874: detect invalid multipart CTE and report it as a defect.R David Murray2011-06-224-0/+56
* | | (merge 3.2) Issue #12383: skip test_empty_env() if compiled is compiled inVictor Stinner2011-06-211-2/+5
|\ \ \ | |/ /
| * | Issue #12383: skip test_empty_env() if compiled is compiled in shared modeVictor Stinner2011-06-211-2/+5
* | | (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy theVictor Stinner2011-06-213-8/+20
|\ \ \ | |/ /
| * | Close #12383: Fix subprocess module with env={}: don't copy the environmentVictor Stinner2011-06-213-8/+20
* | | merge 3.2Benjamin Peterson2011-06-211-6/+6
|\ \ \ | |/ /
| * | fix indentationBenjamin Peterson2011-06-211-6/+6
* | | merge 3.2Benjamin Peterson2011-06-211-1/+1
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2011-06-215-10/+27
| |\ \
| * | | fix indentationBenjamin Peterson2011-06-211-1/+1
* | | | merge headsBenjamin Peterson2011-06-211-74/+50
|\ \ \ \
| * | | | Close #12363: fix a race condition in siginterrupt() testsVictor Stinner2011-06-201-74/+50
* | | | | remove intrcheck.c, which hasn't been used for yearsBenjamin Peterson2011-06-211-174/+0
|/ / / /
* | | | (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if theVictor Stinner2011-06-202-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #12285: multiprocessing.Pool() raises a ValueError if the number ofVictor Stinner2011-06-202-0/+5
* | | | Close #12289: Fix "is executable?" test in the CGI serverVictor Stinner2011-06-201-6/+2
* | | | merge headsSenthil Kumaran2011-06-201-0/+4
|\ \ \ \
| * | | | call_find_module() handles dup() failure: raise an OSError exceptionVictor Stinner2011-06-201-0/+4