summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* (merge 3.2) Issue #12400: remove unused importVictor Stinner2011-06-291-1/+0
|\
| * Issue #12400: remove unused variableVictor Stinner2011-06-291-5/+0
* | Issue #12400: oops, remove debug code...Victor Stinner2011-06-291-1/+0
* | (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,Victor Stinner2011-06-292-11/+26
|\ \ | |/
| * Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but capturesVictor Stinner2011-06-291-11/+25
* | Issue #12303: run sig*wait*() tests in a subprocesssVictor Stinner2011-06-291-56/+81
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-12/+47
|\ \ | |/
| * Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-12/+47
* | merge 3.2Benjamin Peterson2011-06-271-1/+1
|\ \ | |/
| * fix wsBenjamin Peterson2011-06-271-1/+1
* | merge 3.2 (#11302)Benjamin Peterson2011-06-271-0/+180
|\ \ | |/
| * add more ast tests (closes #11302)Benjamin Peterson2011-06-271-0/+180
* | don't memoize objects that are their own copies (closes #12422)Benjamin Peterson2011-06-271-2/+17
* | Closes #12419: Added ident to SysLogHandler.Vinay Sajip2011-06-271-0/+5
* | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-271-2/+20
* | Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-2/+3
|\ \ | |/
| * Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-2/+3
* | map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-261-1/+1
* | 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
* | 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-241-59/+48
* | (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-221-0/+45
* | (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-211-7/+16
|\ \ | |/
| * Close #12383: Fix subprocess module with env={}: don't copy the environmentVictor Stinner2011-06-211-7/+16
* | 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-201-0/+3
|\ \ | |/
| * Issue #12285: multiprocessing.Pool() raises a ValueError if the number ofVictor Stinner2011-06-201-0/+3
* | 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
* | merge #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-181-0/+15
|\ \ | |/
* | merge #11584: make decode_header handle Header objects correctlyR David Murray2011-06-181-2/+2
|\ \ | |/
* | merge #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-181-1/+12
|\ \ | |/
| * #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-181-1/+12
* | merge #11767: use context manager to close file in __getitem__ to prevent FD ...R David Murray2011-06-171-1/+32
|\ \ | |/