summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-231-0/+3
* Change expected message for ValueError, fixing bug #126400Andrew M. Kuchling2000-12-201-1/+1
* Use binary mode to open "wave" files.Guido van Rossum2000-12-191-2/+2
* Test more split argument combinations:Guido van Rossum2000-12-191-0/+7
* Test some Unicode pickling endcases.Guido van Rossum2000-12-191-0/+12
* gdbm.open() no longer accepts garbage in the flags string. Fix the tests.Neil Schemenauer2000-12-181-2/+7
* Before calling traceback.print_exc(), call sys.stdout.flush(). This makesFred Drake2000-12-151-0/+1
* Add test case for error message raised by bad % format characterAndrew M. Kuchling2000-12-151-0/+25
* Update the test suite to cover more ground.Fred Drake2000-12-142-0/+9
* Update the code to better reflect recommended style:Fred Drake2000-12-1228-423/+423
* Added test for {}.popitem().Guido van Rossum2000-12-121-0/+24
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-112-1/+34
* Add test cases for ConfigParser.remove_option() behavior. This includesFred Drake2000-12-041-0/+24
* Backing out my changes.Moshe Zadka2000-11-301-6/+0
* Added .first{item,value,key}() to dictionaries.Moshe Zadka2000-11-301-0/+6
* Fox for SF bug #123859: %[duxXo] long formats inconsistent.Tim Peters2000-11-301-5/+16
* Slight improvement to Unicode test suite, inspired by patch #102563:Guido van Rossum2000-11-291-9/+11
* Update test output.Fred Drake2000-11-211-2/+18
* testInsertBefore(): Rewritten to actually test insertBefore() somewhat.Fred Drake2000-11-211-14/+103
* Verify that str(a) and repr(a) don't blow up (part of SF patch 102068).Tim Peters2000-11-141-0/+5
* Added test cases to detect regression on SourceForge bug #121965.Fred Drake2000-11-081-0/+14
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-2/+2
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Fix for SF bug #117241Jeremy Hylton2000-10-301-0/+18
* -- properly reset groups in findall (bug #117612)Fredrik Lundh2000-10-281-0/+3
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-6/+6
* Insert the current directory to the front of sys.path -- and remove itGuido van Rossum2000-10-241-0/+5
* Added a test case for the saxutils.prepare_input_source setSystemId bug.Lars Gustäbel2000-10-242-1/+14
* Updated output.Lars Gustäbel2000-10-241-1/+6
* Added some more tests here and there.Lars Gustäbel2000-10-241-0/+84
* Make reindent happy, but not in the way it planned!Fred Drake2000-10-231-3/+3
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-2370-1261/+1229
* Use 4-space indents.Fred Drake2000-10-231-8/+8
* Clean up the temporary file when done with it.Fred Drake2000-10-231-0/+4
* Make sure the temporary file is cleaned up even when we raise TestSkipped.Fred Drake2000-10-231-21/+24
* Added note saying to use test_support.TESTFN for a temporary filename,Fred Drake2000-10-231-0/+5
* Added test for regression on SourceForge bug #117490.Fred Drake2000-10-232-0/+30
* Use test_support.TESTFN as the temporary filename.Fred Drake2000-10-181-3/+3
* Test for math.* exceptional behavior only in verbose mode, so that theTim Peters2000-10-162-31/+40
* Updated test suite to latest pulldom changes.Lars Gustäbel2000-10-132-19/+19
* Make the regrtest.py -l (findleaks) option considerably less obnoxious.Neil Schemenauer2000-10-131-4/+10
* cosmetic changes only:Jeremy Hylton2000-10-121-118/+118
* Added a test for the StringIO write() error I just fixed.Guido van Rossum2000-10-122-0/+9
* Anonymous patch to add Darwin 1.2 to the list of BSDs.Guido van Rossum2000-10-121-1/+1
* Added some single tuple/list unpacking for JPython regression testing.Barry Warsaw2000-10-121-0/+12
* A Mystery: I somehow managed to delete the last two lines of my test_math.pyTim Peters2000-10-121-0/+2
* Stop raising OverflowError on underflows reported by libm (errno==ERANGE andTim Peters2000-10-122-0/+30
* Added additional test cases for pulldom modifications.Lars Gustäbel2000-10-112-1/+77
* Test the exception-raising for error cases in copy_reg.Fred Drake2000-10-112-0/+44
* Jack Jansen reported that the regression test failed on the Mac whereGuido van Rossum2000-10-111-3/+1