Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from 3.2 | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 |
|\ | |||||
| * | Merge from 3.1 | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 |
| |\ | |||||
| | * | Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 |
| | | | |||||
* | | | Use WeakSets rather than manual pruning to prevent unbounded growth of dead ↵ | Brian Quinlan | 2011-03-20 | 2 | -40/+8 |
| | | | | | | | | | | | | thread references. | ||||
* | | | closes issue11609. buildbot related failures in the test_urllibnet. | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | branch merge 3.2 | Senthil Kumaran | 2011-03-19 | 4 | -4/+20 |
| |\ \ | |||||
| * | | | Call unfakehttp in order to close connection while opening the connection ↵ | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | through a fakehttp object. Address issue11609 - urllib related buildbots failure. | ||||
* | | | | Skip crasher tests | Antoine Pitrou | 2011-03-19 | 1 | -0/+1 |
| | | | | |||||
* | | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 4 | -4/+20 |
|\ \ \ \ | | |/ / | |/| | | | | | | unbuffered pipes, such that select() works properly on them. | ||||
| * | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 4 | -4/+20 |
| |\ \ \ | | |/ / | |/| / | | |/ | unbuffered pipes, such that select() works properly on them. | ||||
| | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 4 | -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 Kumaran | 2011-03-17 | 1 | -9/+14 |
| | | | |||||
* | | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by ↵ | Senthil Kumaran | 2011-03-19 | 2 | -1/+12 |
|\ \ \ | |/ / | | | | | | | Jeff McNeil. | ||||
| * | | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. | Senthil Kumaran | 2011-03-19 | 2 | -1/+12 |
| | | | |||||
* | | | Last attempt to get compiler recursion crasher to fail reliably across ↵ | Nick Coghlan | 2011-03-19 | 1 | -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 Hettinger | 2011-03-18 | 1 | -3/+3 |
| | | | |||||
* | | | Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake. | briancurtin | 2011-03-18 | 1 | -1/+6 |
| | | | |||||
* | | | Speed-up search for hidden names by using a set instead of a tuple. | Raymond Hettinger | 2011-03-18 | 1 | -3/+3 |
| | | | |||||
* | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -1/+151 |
| | | | |||||
* | | | merge | Brett Cannon | 2011-03-17 | 83 | -198/+959 |
|\ \ \ | |||||
| * \ \ | Closes issue 10979. unittest buffering now works with class and module setup ↵ | Michael Foord | 2011-03-17 | 3 | -2/+91 |
| |\ \ \ | | |/ / | | | | | | | | | and teardown | ||||
| | * | | Issue #10979. unittest stdout buffering now works with class and module ↵ | Michael Foord | 2011-03-17 | 3 | -2/+91 |
| | | | | | | | | | | | | | | | | setup and teardown. | ||||
| * | | | Give more info in verbose mode when checking crashers, and stress the stack ↵ | Nick Coghlan | 2011-03-17 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | even more in the compiler crasher | ||||
| * | | | Merge from 3.2 | Senthil Kumaran | 2011-03-17 | 1 | -9/+14 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy ↵ | Senthil Kumaran | 2011-03-17 | 1 | -9/+14 |
| | | | | | | | | | | | | | | | | Zlobin. | ||||
| * | | | Tidy up merge with remote | Nick Coghlan | 2011-03-17 | 2 | -18/+35 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge from remote | Nick Coghlan | 2011-03-17 | 2 | -5/+60 |
| | |\ \ | |||||
| | * | | | Close #11577: Improve binhex test coverage and fix ResourceWarning | Nick Coghlan | 2011-03-17 | 2 | -18/+35 |
| | | | | | |||||
| * | | | | Merge from 3.2 | Nick Coghlan | 2011-03-17 | 2 | -5/+60 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | #11243: tests and fixes for handling of 'dirty data' in additional methods | R David Murray | 2011-03-17 | 2 | -5/+60 |
| | |/ / | |||||
| * | | | Exercise crashers to ensure they are still covering known error cases | Nick Coghlan | 2011-03-16 | 2 | -0/+39 |
| | | | | |||||
| * | | | Merge #11401 fix from 3.2. | R David Murray | 2011-03-16 | 2 | -1/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge #11401 fix from 3.1. | R David Murray | 2011-03-16 | 2 | -1/+8 |
| | |\ \ | | | |/ | |||||
| | | * | #11401: handle headers with no value. | R David Murray | 2011-03-16 | 2 | -1/+8 |
| | | | | |||||
| * | | | Merge #11578 test from 3.2. | R David Murray | 2011-03-16 | 3 | -3/+313 |
| |\ \ \ | | |/ / | |||||
| | * | | #11578: add unit tests for timeit module. | R David Murray | 2011-03-16 | 3 | -3/+313 |
| | | | | | | | | | | | | | | | | Patch by Michael Henry. | ||||
| * | | | merge 3.2 | Michael Foord | 2011-03-16 | 1 | -0/+63 |
| |\ \ \ | | |/ / | |||||
| | * | | Closes issue 11503. Improves test coverage of posixpath. | Michael Foord | 2011-03-16 | 1 | -0/+63 |
| | | | | |||||
| * | | | Merged with hg.python.org. | Reid Kleckner | 2011-03-16 | 2 | -6/+16 |
| |\ \ \ | |||||
| | * \ \ | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -6/+16 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -6/+16 |
| | | |\ \ | | | | |/ | |||||
| | | | * | #9298: restore proper folding of base64 encoded bodies. | R David Murray | 2011-03-16 | 2 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | Patch by Yves Dorfsman. | ||||
| | | * | | Backport improved test coverage for string.py | Nick Coghlan | 2011-03-16 | 2 | -0/+37 |
| | | | | | |||||
| * | | | | Bump up the subprocess timeouts even more. :( | Reid Kleckner | 2011-03-16 | 1 | -4/+6 |
| | | | | | |||||
| * | | | | Include the timeout value in TimeoutExpired. | Reid Kleckner | 2011-03-16 | 2 | -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.2 | Nick Coghlan | 2011-03-16 | 1 | -36/+64 |
| |\ \ \ | | |/ / | |||||
| | * | | Close #11560: Improve test coverage of shutil | Nick Coghlan | 2011-03-16 | 1 | -36/+64 |
| | | | | |||||
| * | | | Merge from remote | Nick Coghlan | 2011-03-16 | 2 | -1/+47 |
| |\ \ \ | |||||
| | * | | | Issue #5870: Add subprocess.DEVNULL constant. | Ross Lagerwall | 2011-03-16 | 2 | -1/+47 |
| | | | | | |||||
| * | | | | Merge fix for #11548 from 3.2 | Nick Coghlan | 2011-03-16 | 2 | -2/+10 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / |