index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated test suite to latest pulldom changes.
Lars Gustäbel
2000-10-13
2
-19/+19
*
Make the regrtest.py -l (findleaks) option considerably less obnoxious.
Neil Schemenauer
2000-10-13
1
-4/+10
*
cosmetic changes only:
Jeremy Hylton
2000-10-12
1
-118/+118
*
Added a test for the StringIO write() error I just fixed.
Guido van Rossum
2000-10-12
2
-0/+9
*
Anonymous patch to add Darwin 1.2 to the list of BSDs.
Guido van Rossum
2000-10-12
1
-1/+1
*
Added some single tuple/list unpacking for JPython regression testing.
Barry Warsaw
2000-10-12
1
-0/+12
*
A Mystery: I somehow managed to delete the last two lines of my test_math.py
Tim Peters
2000-10-12
1
-0/+2
*
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Tim Peters
2000-10-12
2
-0/+30
*
Added additional test cases for pulldom modifications.
Lars Gustäbel
2000-10-11
2
-1/+77
*
Test the exception-raising for error cases in copy_reg.
Fred Drake
2000-10-11
2
-0/+44
*
Jack Jansen reported that the regression test failed on the Mac where
Guido van Rossum
2000-10-11
1
-3/+1
*
Added test cases for extended printing to an instance. This picked up
Barry Warsaw
2000-10-11
1
-1/+9
*
wave test output
Guido van Rossum
2000-10-09
1
-0/+1
*
Simple test suite for wave.py by Jean-Claude Rimbault (with some
Guido van Rossum
2000-10-09
1
-0/+34
*
Move the test for confirmation that all nodes have been freed into the
Fred Drake
2000-10-09
2
-33/+72
*
Adapt test output to changed error message.
Guido van Rossum
2000-10-08
1
-1/+1
*
Correct output.
Guido van Rossum
2000-10-08
1
-1/+1
*
It seems our sound cards can't play mulaw data. Use native-format
Guido van Rossum
2000-10-08
1
-1/+12
*
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
Fredrik Lundh
2000-10-07
1
-0/+3
*
The test is good, but Jim forgot to check in the updated output.
Fred Drake
2000-10-07
1
-0/+6
*
SRE didn't handle character category followed by hyphen inside a
Fredrik Lundh
2000-10-07
1
-0/+2
*
Updated test with a case which checks for the bug reported in
Marc-André Lemburg
2000-10-07
1
-0/+1
*
Add .toxml test case, as proposed by Alex Martelli in bug report #116244.
Martin v. Löwis
2000-10-06
2
-1/+7
*
Add a test case for reporting the file name, and for reporting an error
Martin v. Löwis
2000-10-06
2
-3/+36
*
test_linuxaudio:
Jeremy Hylton
2000-10-06
2
-4/+65
*
Uncommented tests that failed for cStringIO,
Jim Fulton
2000-10-06
1
-17/+11
*
Adding Jeremy's new test_import (SF patch 101709).
Tim Peters
2000-10-06
2
-0/+45
*
Add SAXReaderNotAvailable, and use it to distinguish between an
Martin v. Löwis
2000-10-06
2
-2/+19
*
SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than
Tim Peters
2000-10-06
1
-30/+55
*
Fix for test_class.py on Win64. id(self), which on Win64 returns a
Trent Mick
2000-10-04
1
-1/+1
*
Support non-namespace elements in *ElementNS of XMLGenerator.
Martin v. Löwis
2000-10-03
1
-1/+5
*
Recompile pattern if (?x) flag was found inside the pattern during the
Fredrik Lundh
2000-10-03
1
-2/+4
*
On some systems (like Solaris), the master end of a tty/pty pair is
Thomas Wouters
2000-10-03
1
-2/+0
*
Fixed negative lookahead/lookbehind. Closes bug #115618.
Fredrik Lundh
2000-10-03
1
-0/+2
*
Added a zip() test where one of the arguments is an instance whose
Barry Warsaw
2000-10-01
1
-0/+12
*
Add mimetools testcase.
Martin v. Löwis
2000-09-30
2
-0/+23
*
Added some tests for the truncate() method; one is commented out because
Fred Drake
2000-09-28
2
-0/+25
*
Remove change that had not been saved when the output was generated;
Fred Drake
2000-09-28
1
-3/+0
*
Regression test for ConfigParser module.
Fred Drake
2000-09-27
2
-0/+195
*
Updated hash values to match the new encoding (UTF-8) used in the test.
Marc-André Lemburg
2000-09-27
1
-1/+1
*
Fixed encoding to use an endianness independent format.
Marc-André Lemburg
2000-09-27
1
-1/+3
*
Fixed misleading qname in test_xmlgen_ns (reported by loewis).
Lars Gustäbel
2000-09-27
1
-2/+2
*
Added an "import xml.parsers.expat" to turn errors due to not having
Barry Warsaw
2000-09-26
1
-0/+1
*
Test output data for the Unicode database test suite.
Marc-André Lemburg
2000-09-26
1
-1/+4
*
Added test suite for the complete Unicode database. The test previously
Marc-André Lemburg
2000-09-26
1
-7/+79
*
HP-UX is another one of those platforms using an alternative lock
Guido van Rossum
2000-09-26
1
-1/+1
*
Add a test for SF bug #110621; stripping square brackets off of
Barry Warsaw
2000-09-25
1
-0/+4
*
Enabled EntityResolver test again now that pyexpat.c has been fixed.
Lars Gustäbel
2000-09-24
1
-1/+0
*
Use findfile to locate input and output files.
Martin v. Löwis
2000-09-24
1
-7/+7
*
Added EntityResolver and DTDHandler (patch 101631) with test cases.
Lars Gustäbel
2000-09-24
2
-17/+37
[next]