summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #9361: add some tests for calendar.leapdaysR. David Murray2010-12-311-0/+21
* Issue #10788: Changed test_logging setUp logic to provide more information.Vinay Sajip2010-12-301-2/+6
* Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.Senthil Kumaran2010-12-291-0/+4
* Close stdout, clear ResourceWarningBrian Curtin2010-12-291-0/+1
* Fix #9333 on Windows XP, where os.symlink is not a possibility.Brian Curtin2010-12-291-1/+1
* Does not install a logging handler. Fixes issue 10626.Brian Quinlan2010-12-281-10/+3
* #9824: encode , and ; in cookie values so that browsers don't split on themR. David Murray2010-12-281-0/+8
* This file was obsolted by a number of adjustments to the os.symlink testsBrian Curtin2010-12-281-206/+0
* Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect...Senthil Kumaran2010-12-281-0/+5
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-289-27/+38
* Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ')Victor Stinner2010-12-281-1/+1
* Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-57/+46
* #10767: update README in crashers; not all may have a bug entry and/or be fixed.Georg Brandl2010-12-281-14/+10
* #10777: fix iteration over dict keys while mutating the dict.Georg Brandl2010-12-281-0/+9
* #7056: runtest and runtest_inner don't use testdir, so drop it from their sigsR. David Murray2010-12-271-14/+8
* Issue #10626: test_logging now preserves logger disabled states.Vinay Sajip2010-12-271-1/+9
* Issue #10774: test_logging now removes temp files created during tests.Vinay Sajip2010-12-271-7/+10
* Skip test that does not raise an error on Windows.R. David Murray2010-12-271-0/+2
* Escape file path before searching for it in output via regexR. David Murray2010-12-271-3/+7
* #5258/#10642: print fn, line, traceback and continue when .pth file is brokenR. David Murray2010-12-261-0/+48
* Issue #10763: subprocess.communicate() closes stdout and stderr if both areVictor Stinner2010-12-251-14/+20
* Assign closed handles to None to make errors more obvious if they are used.Brian Quinlan2010-12-251-2/+2
* Better reporting of test failures on Windows.Brian Quinlan2010-12-241-3/+15
* Fix some mistakes- Issue3243 (r87399) Correcting the operator precendenceSenthil Kumaran2010-12-241-2/+0
* Fix typo in superclass method nameÉric Araujo2010-12-231-1/+1
* Issue #10254: Fixed a crash and a regression introduced by the implementation...Alexander Belopolsky2010-12-232-4/+14
* Fix ResourceWarning in test_normalizationAntoine Pitrou2010-12-221-0/+1
* #4871: check that zipfile password is bytes, and give useful error message.R. David Murray2010-12-211-0/+6
* Issue #10750: The `raw` attribute of buffered IO objects is now read-only.Antoine Pitrou2010-12-211-0/+13
* Make test_compileall more robust by using -S to keep sys.path minimized.R. David Murray2010-12-211-2/+2
* Revert incorrect patch made at the wrong time.R. David Murray2010-12-201-1/+1
* Make test_compileall more robust by using -S to keep sys.path minimized.R. David Murray2010-12-201-1/+1
* Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-192-3/+64
* Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...Senthil Kumaran2010-12-182-0/+34
* #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Ur...Ezio Melotti2010-12-181-0/+5
* Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg fo...Steven Bethard2010-12-181-2/+49
* 100% test coverage, better mapping protocol compatibility, some minor bugfixesŁukasz Langa2010-12-171-54/+263
* Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`Antoine Pitrou2010-12-171-3/+20
* Fix Issue9721 - urljoin behavior when the relative url starts with ';'Senthil Kumaran2010-12-171-0/+3
* configparser API cleanup: default values now sensible, slightly incompatible.Łukasz Langa2010-12-171-3/+9
* #10719: restore messages generated on invalid compileall argsR. David Murray2010-12-161-8/+17
* Issue #10714: Limit length of incoming request in http.server to 65536 bytesAntoine Pitrou2010-12-161-0/+6
* Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.Łukasz Langa2010-12-161-111/+94
* Make test_threadsignals more lax, and add notesAntoine Pitrou2010-12-151-2/+7
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-5/+115
* Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-0/+17
* TIMEOUT value change in URLTimeout Test. test.support.transient_internet has aSenthil Kumaran2010-12-151-1/+1
* #4236: avoid possible Fatal Error when import is called from __del__R. David Murray2010-12-141-0/+13
* More comprehensive compileall cli tests, and fixes.R. David Murray2010-12-141-75/+156
* SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD)Gregory P. Smith2010-12-141-1/+1