summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* mergeVictor Stinner2011-03-211-6/+2
|\
| * Issue #10864 has been fixed: remove the workaroundVictor Stinner2011-03-211-6/+2
| * MergeAntoine Pitrou2011-03-201-0/+19
| |\
* | \ Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-201-4/+4
|\ \ \ | |/ /
| * | Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-201-4/+4
* | | Issue #11127: Raise a TypeError when trying to pickle a socket object.Antoine Pitrou2011-03-202-0/+10
* | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767Victor Stinner2011-03-201-0/+19
|\ \ \ | | |/ | |/|
| * | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-0/+19
| |/
* | Issue #3080: imp.load_module() accepts None for the module pathVictor Stinner2011-03-201-2/+5
* | Use proper gettext plural forms in optparse (closes #4391).Éric Araujo2011-03-202-12/+16
* | MergeAntoine Pitrou2011-03-202-5/+11
|\ \ | |/
| * MergeAntoine Pitrou2011-03-202-5/+11
| |\
| | * Call reap_children() where appropriateAntoine Pitrou2011-03-202-5/+11
* | | Call reap_children() at the end of test_posixAntoine Pitrou2011-03-201-1/+4
* | | Issue #11615: Fix sporadic buildbot failures related to #10812.Ross Lagerwall2011-03-201-2/+2
* | | Fix the Windows timeout code.Reid Kleckner2011-03-201-2/+2
* | | Merge with 3.2.Ezio Melotti2011-03-202-2/+9
|\ \ \ | |/ /
| * | Save a copy of sys.warnoptions in test_program.Ezio Melotti2011-03-201-1/+1
| * | Add a check for sys.warnoptions in regrtest.Ezio Melotti2011-03-201-1/+8
* | | Issue #3080: skip test_bdist_rpm if sys.executable is not encodable to UTF-8Victor Stinner2011-03-151-0/+5
* | | Issue #3080: Use repr() to format the module name on errorVictor Stinner2011-03-142-3/+3
* | | Fix imp.cache_from_source() if the directory name contains a dotVictor Stinner2011-03-141-0/+4
* | | 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 t...Brian Quinlan2011-03-202-40/+8
* | | 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 thr...Senthil Kumaran2011-03-191-2/+5
* | | | 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
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-194-4/+20
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-194-4/+19
| | * 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 Je...Senthil Kumaran2011-03-192-1/+12
|\ \ \ | |/ /
| * | 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 platfo...Nick Coghlan2011-03-191-2/+2
* | | 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
| |\ \ \ | | |/ /
| | * | Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-173-2/+91
| * | | Give more info in verbose mode when checking crashers, and stress the stack e...Nick Coghlan2011-03-172-2/+4
| * | | Merge from 3.2Senthil Kumaran2011-03-171-9/+14
| |\ \ \ | | |/ /
| | * | Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Z...Senthil Kumaran2011-03-171-9/+14
| * | | 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