summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-251-1/+1
* Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-5/+6
|\
| * Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-5/+6
* | Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, re...Raymond Hettinger2011-06-251-2/+40
* | Fix test_signal on Windows after #12303.Ross Lagerwall2011-06-251-6/+6
* | Issue #12408: Merge.Mark Dickinson2011-06-251-1/+1
|\ \ | |/
| * Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.Mark Dickinson2011-06-251-1/+1
* | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.Ross Lagerwall2011-06-251-16/+83
* | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
|\ \ | |/
| * Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
* | Issue #12392: fix thread initialization on FreeBSD 6Victor Stinner2011-06-241-0/+25
* | Merge #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+7
|\ \ | |/
| * #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+7
| * Issue #11223: skip also test_rlock_acquire_interruption() on FreeBSD6Victor Stinner2011-06-231-4/+7
| * Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6Victor Stinner2011-06-231-0/+5
* | give the names of missing positional or keyword-only arguments (closes #12356)Benjamin Peterson2011-06-242-71/+77
* | #10354: remove last public mentions of 'template' and comment as private.R David Murray2011-06-221-2/+2
* | (merge 3.2) Issue #12383: skip test_empty_env() of subprocess on WindowsVictor Stinner2011-06-231-0/+4
|\ \ | |/
| * Issue #12383: skip test_empty_env() of subprocess on WindowsVictor Stinner2011-06-231-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-223-0/+53
* | (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-212-8/+17
|\ \ | |/
| * Close #12383: Fix subprocess module with env={}: don't copy the environmentVictor Stinner2011-06-212-8/+17
* | Close #12363: fix a race condition in siginterrupt() testsVictor Stinner2011-06-201-74/+50
* | (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
* | use a invalid name for the __class__ closure for super() (closes #12370)Benjamin Peterson2011-06-191-0/+10
* | merge 3.2Benjamin Peterson2011-06-191-7/+7
|\ \ | |/
| * fix uglyNamingConventionBenjamin Peterson2011-06-191-7/+7
* | packaging: Add the project directory to sys.path to support local setup hooks.Éric Araujo2011-06-192-10/+35
* | Fix typoÉric Araujo2011-06-192-2/+2
* | #6771: Move wrapper function into __init__ and eliminate wrapper moduleR David Murray2011-06-182-51/+45
* | merge #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-182-1/+19
|\ \ | |/
| * #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-182-1/+19
* | merge #11584: make decode_header handle Header objects correctlyR David Murray2011-06-182-4/+5
|\ \ | |/
| * #11584: make decode_header handle Header objects correctlyR David Murray2011-06-182-4/+5
* | merge #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-172-5/+22
|\ \ | |/
| * #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-172-5/+22
* | Make decorators used in packaging preserve docstringsÉric Araujo2011-06-171-5/+7
* | Brange mergeÉric Araujo2011-06-172-2/+35
|\ \
| * \ merge #11767: use context manager to close file in __getitem__ to prevent FD ...R David Murray2011-06-172-2/+35
| |\ \ | | |/
| | * #11767: use context manager to close file in __getitem__ to prevent FD leakR David Murray2011-06-172-2/+35
* | | Brange mergeÉric Araujo2011-06-1716-147/+123
|\ \ \ | |/ / |/| |
| * | Minor tweaks to packaging tests.Éric Araujo2011-06-173-34/+28
| * | Packaging tests: don’t let an internal cache grow indefinitely.Éric Araujo2011-06-172-0/+4