summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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-231-2/+2
* | (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-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-201-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-192-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-182-5/+22
|\ \ | |/
| * #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-182-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
| * | Minor tweaks in packaging’s test_dist.Éric Araujo2011-06-171-21/+15
| * | Remove unused code in packaging.pypi.distÉric Araujo2011-06-161-4/+1
| * | Stop binding sys.path as default parameter value in packaging.Éric Araujo2011-06-164-27/+20
| * | Packaging: remove last mentions and uses of setup.py in the code.Éric Araujo2011-06-167-32/+15
| * | Clean up packaging.tests.test_mixin2to3Éric Araujo2011-06-161-34/+43
* | | (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitlyVictor Stinner2011-06-171-0/+8
|\ \ \ | | |/ | |/|
| * | Issue #10883: test_urllib2net closes socket explicitlyVictor Stinner2011-06-171-0/+8
* | | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-172-0/+5
|\ \ \ | |/ /
| * | Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-172-0/+5
* | | Issue #12333: run tests on the new module in a subprocessVictor Stinner2011-06-171-24/+16