summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SF #818006: revert addition of 'closed', 'mode', and 'name' attributesGreg Ward2005-03-091-14/+0
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-1/+1
* SF #818006: add useful read-only attributes to oss_audio_device object:Greg Ward2005-03-072-8/+31
* Ensure that warnings.filters is properly restored after fiddling with itGreg Ward2005-03-071-7/+10
* SF #1149508: ensure textwrap handles hyphenated numbers correctly,Greg Ward2005-03-051-0/+18
* Convert "__init__ should return None" from an exception to a warning.Raymond Hettinger2005-03-041-1/+7
* Only run extensive subprocess tests if -usubprocess to regrtest is specified....Peter Astrand2005-03-032-4/+7
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+13
* Revert previous checkin on getargs 'L' code. Try to convert allMartin v. Löwis2005-03-032-23/+5
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+19
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-031-3/+26
* Clear internal call error in 'L' format. Fixes #723201.Martin v. Löwis2005-03-031-1/+13
* Backport: FixMichael W. Hudson2005-02-171-0/+3
* fix decoding in _stringify to not depend on the default encodingFred Drake2005-02-111-0/+42
* Fix typoAndrew M. Kuchling2005-02-101-1/+1
* forwardport of 2.3.5 fixes to copy.pyAlex Martelli2005-02-071-0/+101
* Backport checkin:Walter Dörwald2005-01-101-0/+30
* Backport patch #712317: In URLs such as http://www.example.com?query=spam,Johannes Gijsbers2005-01-091-28/+51
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-0/+10
* Backport checkin:Walter Dörwald2004-12-211-13/+80
* Back-ported: marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-0/+5
* Backport fix for bug #1083645 have test_imp be skipped if threading is notBrett Cannon2004-12-181-1/+5
* Bug #1083645Raymond Hettinger2004-12-181-2/+12
* Backport checkin: Fix copy & paste error in comments.Walter Dörwald2004-12-141-2/+2
* Backport from trunk: use os.geteuid() for checking whether we are root,Johannes Gijsbers2004-12-121-1/+1
* Backport of fix for SF bug #1076467: don't run test_on_error as root, asJohannes Gijsbers2004-12-061-1/+2
* Don't have test_mkalias_relative run if sys.prefix does not exist. Backport ofBrett Cannon2004-12-061-0/+2
* Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...Peter Astrand2004-12-051-0/+11
* Fix argument order in pure python version of nsmallest() and nlargest().Raymond Hettinger2004-11-291-2/+5
* SF bug #1071588 coercing decimal to int doesn't work between -1 and 1Raymond Hettinger2004-11-241-4/+4
* Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to theBrett Cannon2004-11-241-1/+3
* Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably thereJohannes Gijsbers2004-11-231-1/+5
* Add 'linux2' as one of the platforms that does not use the echo service as oneBrett Cannon2004-11-201-1/+2
* Remove tempfile after use in test_call_string.Peter Astrand2004-11-171-1/+2
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-8/+6
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-0/+4
* Add options to regrtest.py to make it possible to specify where to putWalter Dörwald2004-11-121-8/+18
* Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64Peter Astrand2004-11-121-1/+6
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-121-7/+10
* testing control chars and non-dict root objectsJust van Rossum2004-11-121-0/+16
* SF patch #1062279: deque pickling problemsRaymond Hettinger2004-11-091-4/+36
* SF 1062353: set pickling problemsRaymond Hettinger2004-11-091-3/+9
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-081-3/+90
* test for fixedness of bug #1057835.Michael W. Hudson2004-11-081-0/+2
* Stop printing listdir bytestring output, as the precise list of stringsMartin v. Löwis2004-11-072-3/+2
* Try a different filename if the Latin-1 file name cannotMartin v. Löwis2004-11-071-0/+17
* Whitespace normalization.Tim Peters2004-11-071-1/+1
* Essentially SF patch 1061679: add missing __all__ to pickletools.py.Tim Peters2004-11-061-0/+1
* Fix bug 1052242. Also includes rewrite of test case using unittest andSkip Montanaro2004-11-041-52/+86
* Maintain peepholer's cumlc invariant by updating the running totalRaymond Hettinger2004-11-021-3/+5