summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Recreated after installer source code changes.Thomas Heller2000-10-121-246/+246
* two fixes for redirects:Jeremy Hylton2000-10-121-24/+31
* 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
* [ Bug #116636 ] Bug in StringIO.write()Guido van Rossum2000-10-121-0/+2
* 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
* Added parent attribute with getters and setters on XMLFilterBase.Lars Gustäbel2000-10-111-0/+12
* Added non-ns start and end element methods.Lars Gustäbel2000-10-111-16/+31
* Test the exception-raising for error cases in copy_reg.Fred Drake2000-10-112-0/+44
* In the module docstring, clarify that this is used to register pickleFred Drake2000-10-111-3/+15
* 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
* When the classes in wave.py opened files themselves, their .close() methodsTim Peters2000-10-091-7/+19
* The usual.Guido van Rossum2000-10-0919-262/+511
* 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
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-091-0/+7
* Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header wasGuido van Rossum2000-10-091-1/+1
* Move the test for confirmation that all nodes have been freed into theFred Drake2000-10-092-33/+72
* Use python$EXE instead of python, for Darwin. (Patch by TonyGuido van Rossum2000-10-091-4/+4
* _exceptions: Format a missing system id as <unknown>.Martin v. Löwis2000-10-092-5/+7
* Fixed leapdays(). From Patch #101841, by Denis S. Otkidach.Guido van Rossum2000-10-091-2/+4
* 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
* Don't use string methods to allow sharing this code with PyXML.Martin v. Löwis2000-10-071-1/+2
* Fixed too ambitious "nothing to repeat" check. Closes bug #114033.Fredrik Lundh2000-10-074-3/+6
* The test is good, but Jim forgot to check in the updated output.Fred Drake2000-10-071-0/+6
* Donn Cave <donn@oz.net>:Fred Drake2000-10-074-0/+994
* Record bugs found when comparing the module with DOM Core Level 2.Martin v. Löwis2000-10-071-1/+4
* SRE didn't handle character category followed by hyphen inside aFredrik Lundh2000-10-072-0/+4
* Updated test with a case which checks for the bug reported inMarc-André Lemburg2000-10-071-0/+1
* Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py).Tim Peters2000-10-071-12/+20
* Add .toxml test case, as proposed by Alex Martelli in bug report #116244.Martin v. Löwis2000-10-062-1/+7
* minidom: access attribute value before printing itMartin v. Löwis2000-10-062-12/+14
* Add a test case for reporting the file name, and for reporting an errorMartin v. Löwis2000-10-062-3/+36
* In an incremental parser, close the parser after feeding everything.Martin v. Löwis2000-10-061-0/+1
* Don't use a file object as system id; try to propagate the file name toMartin v. Löwis2000-10-061-1/+3
* Don't report a final chunk for an external entity parser.Martin v. Löwis2000-10-061-1/+0
* Move translation from expat.error to SAXParseException into feed, so thatMartin v. Löwis2000-10-061-17/+19
* Fix a couple of typos in docstrings.Fred Drake2000-10-061-2/+2
* test_linuxaudio:Jeremy Hylton2000-10-062-4/+65
* __getslice__(): Make this use the constructor form that gets a sequenceFred Drake2000-10-061-3/+1
* 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-065-5/+44