summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated hash values to match the new encoding (UTF-8) used in the test.Marc-André Lemburg2000-09-271-1/+1
* Fixed encoding to use an endianness independent format.Marc-André Lemburg2000-09-271-1/+3
* Fixed misleading qname in test_xmlgen_ns (reported by loewis).Lars Gustäbel2000-09-271-2/+2
* Added an "import xml.parsers.expat" to turn errors due to not havingBarry Warsaw2000-09-261-0/+1
* Test output data for the Unicode database test suite.Marc-André Lemburg2000-09-261-1/+4
* Added test suite for the complete Unicode database. The test previouslyMarc-André Lemburg2000-09-261-7/+79
* HP-UX is another one of those platforms using an alternative lockGuido van Rossum2000-09-261-1/+1
* Add a test for SF bug #110621; stripping square brackets off ofBarry Warsaw2000-09-251-0/+4
* Enabled EntityResolver test again now that pyexpat.c has been fixed.Lars Gustäbel2000-09-241-1/+0
* Use findfile to locate input and output files.Martin v. Löwis2000-09-241-7/+7
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-242-17/+37
* Added necessary test input file for test_sax.pyLars Gustäbel2000-09-241-0/+115
* Added test cases for the InputSource class.Lars Gustäbel2000-09-242-2/+55
* Added test cases for the Attributes interface.Lars Gustäbel2000-09-242-1/+217
* - don't hang if group id is followed by whitespace (closes bug #114660)Fredrik Lundh2000-09-242-1/+3
* Added first start on SAX 2.0 tests.Lars Gustäbel2000-09-242-0/+198
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-231-10/+10
* - plug a memory leak due to circular listsNeil Schemenauer2000-09-221-0/+3
* - Replace debugleak flag with findleaks flag. The new SAVEALL GC option isNeil Schemenauer2000-09-221-6/+14
* - Add test for new SAVEALL debugging flagNeil Schemenauer2000-09-221-31/+92
* Get rid of the one tab in the file.Guido van Rossum2000-09-221-1/+1
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-212-28/+36
* The minidom.Node class has a debug attribute which, when its _debugGuido van Rossum2000-09-211-0/+2