summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added test cases for extended printing to an instance. This picked upBarry Warsaw2000-10-111-1/+9
* wave test outputGuido van Rossum2000-10-091-0/+1
* Simple test suite for wave.py by Jean-Claude Rimbault (with someGuido van Rossum2000-10-091-0/+34
* Move the test for confirmation that all nodes have been freed into theFred Drake2000-10-092-33/+72
* Adapt test output to changed error message.Guido van Rossum2000-10-081-1/+1
* Correct output.Guido van Rossum2000-10-081-1/+1
* It seems our sound cards can't play mulaw data. Use native-formatGuido van Rossum2000-10-081-1/+12
* Fixed too ambitious "nothing to repeat" check. Closes bug #114033.Fredrik Lundh2000-10-071-0/+3
* The test is good, but Jim forgot to check in the updated output.Fred Drake2000-10-071-0/+6
* SRE didn't handle character category followed by hyphen inside aFredrik Lundh2000-10-071-0/+2
* Updated test with a case which checks for the bug reported inMarc-André Lemburg2000-10-071-0/+1
* Add .toxml test case, as proposed by Alex Martelli in bug report #116244.Martin v. Löwis2000-10-062-1/+7
* Add a test case for reporting the file name, and for reporting an errorMartin v. Löwis2000-10-062-3/+36
* test_linuxaudio:Jeremy Hylton2000-10-062-4/+65
* Uncommented tests that failed for cStringIO,Jim Fulton2000-10-061-17/+11
* Adding Jeremy's new test_import (SF patch 101709).Tim Peters2000-10-062-0/+45
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-062-2/+19
* SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather thanTim Peters2000-10-061-30/+55
* Fix for test_class.py on Win64. id(self), which on Win64 returns aTrent Mick2000-10-041-1/+1
* Support non-namespace elements in *ElementNS of XMLGenerator.Martin v. Löwis2000-10-031-1/+5
* Recompile pattern if (?x) flag was found inside the pattern during theFredrik Lundh2000-10-031-2/+4
* On some systems (like Solaris), the master end of a tty/pty pair isThomas Wouters2000-10-031-2/+0
* Fixed negative lookahead/lookbehind. Closes bug #115618.Fredrik Lundh2000-10-031-0/+2
* Added a zip() test where one of the arguments is an instance whoseBarry Warsaw2000-10-011-0/+12
* Add mimetools testcase.Martin v. Löwis2000-09-302-0/+23
* Added some tests for the truncate() method; one is commented out becauseFred Drake2000-09-282-0/+25
* Remove change that had not been saved when the output was generated;Fred Drake2000-09-281-3/+0
* Regression test for ConfigParser module.Fred Drake2000-09-272-0/+195