summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* merge from 3.2Senthil Kumaran2011-03-201-4/+3
|\
| * Merge from 3.1Senthil Kumaran2011-03-201-4/+3
| |\
| | * Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML.Senthil Kumaran2011-03-201-4/+3
| | |
* | | Use WeakSets rather than manual pruning to prevent unbounded growth of dead ↵Brian Quinlan2011-03-202-40/+8
| | | | | | | | | | | | thread references.
* | | closes issue11609. buildbot related failures in the test_urllibnet.Senthil Kumaran2011-03-191-2/+5
|\ \ \ | |/ /
| * | branch merge 3.2Senthil Kumaran2011-03-194-4/+20
| |\ \
| * | | Call unfakehttp in order to close connection while opening the connection ↵Senthil Kumaran2011-03-191-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | through a fakehttp object. Address issue11609 - urllib related buildbots failure.
* | | | Skip crasher testsAntoine Pitrou2011-03-191-0/+1
| | | |
* | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-194-4/+20
|\ \ \ \ | | |/ / | |/| | | | | | unbuffered pipes, such that select() works properly on them.
| * | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-194-4/+20
| |\ \ \ | | |/ / | |/| / | | |/ unbuffered pipes, such that select() works properly on them.
| | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-194-4/+19
| | | | | | | | | | | | unbuffered pipes, such that select() works properly on them.
| | * Error message in http.server code. Missed to update in 3.1 branch initially.Senthil Kumaran2011-03-171-9/+14
| | |
* | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by ↵Senthil Kumaran2011-03-192-1/+12
|\ \ \ | |/ / | | | | | | Jeff McNeil.
| * | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.Senthil Kumaran2011-03-192-1/+12
| | |
* | | Last attempt to get compiler recursion crasher to fail reliably across ↵Nick Coghlan2011-03-191-2/+2
| | | | | | | | | | | | platforms before giving up and skipping it as unreliably platform dependent
* | | Minor optimization -- factor a constant expression out of the inner-loop.Raymond Hettinger2011-03-181-3/+3
| | |
* | | Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.briancurtin2011-03-181-1/+6
| | |
* | | Speed-up search for hidden names by using a set instead of a tuple.Raymond Hettinger2011-03-181-3/+3
| | |
* | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-1/+151
| | |
* | | mergeBrett Cannon2011-03-1783-198/+959
|\ \ \
| * \ \ Closes issue 10979. unittest buffering now works with class and module setup ↵Michael Foord2011-03-173-2/+91
| |\ \ \ | | |/ / | | | | | | | | and teardown
| | * | Issue #10979. unittest stdout buffering now works with class and module ↵Michael Foord2011-03-173-2/+91
| | | | | | | | | | | | | | | | setup and teardown.
| * | | Give more info in verbose mode when checking crashers, and stress the stack ↵Nick Coghlan2011-03-172-2/+4
| | | | | | | | | | | | | | | | even more in the compiler crasher
| * | | Merge from 3.2Senthil Kumaran2011-03-171-9/+14
| |\ \ \ | | |/ /
| | * | Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy ↵Senthil Kumaran2011-03-171-9/+14
| | | | | | | | | | | | | | | | Zlobin.
| * | | Tidy up merge with remoteNick Coghlan2011-03-172-18/+35
| |\ \ \ | | |/ /
| | * | Merge from remoteNick Coghlan2011-03-172-5/+60
| | |\ \
| | * | | Close #11577: Improve binhex test coverage and fix ResourceWarningNick Coghlan2011-03-172-18/+35
| | | | |
| * | | | Merge from 3.2Nick Coghlan2011-03-172-5/+60
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-172-5/+60
| | |/ /
| * | | Exercise crashers to ensure they are still covering known error casesNick Coghlan2011-03-162-0/+39
| | | |
| * | | Merge #11401 fix from 3.2.R David Murray2011-03-162-1/+8
| |\ \ \ | | |/ /
| | * | Merge #11401 fix from 3.1.R David Murray2011-03-162-1/+8
| | |\ \ | | | |/
| | | * #11401: handle headers with no value.R David Murray2011-03-162-1/+8
| | | |
| * | | Merge #11578 test from 3.2.R David Murray2011-03-163-3/+313
| |\ \ \ | | |/ /
| | * | #11578: add unit tests for timeit module.R David Murray2011-03-163-3/+313
| | | | | | | | | | | | | | | | Patch by Michael Henry.
| * | | merge 3.2Michael Foord2011-03-161-0/+63
| |\ \ \ | | |/ /
| | * | Closes issue 11503. Improves test coverage of posixpath.Michael Foord2011-03-161-0/+63
| | | |
| * | | Merged with hg.python.org.Reid Kleckner2011-03-162-6/+16
| |\ \ \
| | * \ \ Merge #9298 fix.R David Murray2011-03-162-6/+16
| | |\ \ \ | | | |/ /
| | | * | Merge #9298 fix.R David Murray2011-03-162-6/+16
| | | |\ \ | | | | |/
| | | | * #9298: restore proper folding of base64 encoded bodies.R David Murray2011-03-162-6/+16
| | | | | | | | | | | | | | | | | | | | Patch by Yves Dorfsman.
| | | * | Backport improved test coverage for string.pyNick Coghlan2011-03-162-0/+37
| | | | |
| * | | | Bump up the subprocess timeouts even more. :(Reid Kleckner2011-03-161-4/+6
| | | | |
| * | | | Include the timeout value in TimeoutExpired.Reid Kleckner2011-03-162-23/+35
| |/ / / | | | | | | | | | | | | | | | | This was the original intention, but it wasn't threaded all the way through due to 'endtime'. Also added a trivial assertion to get coverage of __str__.
| * | | Merge fix for #11560 from 3.2Nick Coghlan2011-03-161-36/+64
| |\ \ \ | | |/ /
| | * | Close #11560: Improve test coverage of shutilNick Coghlan2011-03-161-36/+64
| | | |
| * | | Merge from remoteNick Coghlan2011-03-162-1/+47
| |\ \ \
| | * | | Issue #5870: Add subprocess.DEVNULL constant.Ross Lagerwall2011-03-162-1/+47
| | | | |
| * | | | Merge fix for #11548 from 3.2Nick Coghlan2011-03-162-2/+10
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /