summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new section on the XML package. (This was the only major new 2.0 featureAndrew M. Kuchling2000-10-121-9/+165
* Do a better job at staying on-screen :P (Sorry, it's late here.) I'mThomas Wouters2000-10-111-1/+2
* Adjust debugging code in the implementation of the DUP_TOPX bytecode, useThomas Wouters2000-10-111-5/+1
* 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
* Document the exceptions that now get raised on invalid parameters.Fred Drake2000-10-111-2/+5
* 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
* Another gcc -Wall warning squashed:Fred Drake2000-10-111-1/+1
* Remove one more gcc -Wall warning.Fred Drake2000-10-111-1/+2
* 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
* Make sure methods of ZipFile objects are in alphabetical order; the logicalFred Drake2000-10-111-4/+4
* Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.pyTrent Mick2000-10-111-1/+1
* Remove the last gcc -Wall warning about possible use of an uninitializedFred Drake2000-10-111-0/+1
* Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg,Tim Peters2000-10-111-31/+61
* Fix the docstring for new.function().Fred Drake2000-10-101-1/+1
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-109-30/+30
* Avoid a couple of "value computed is not used" warnings from gcc -Wall;Fred Drake2000-10-101-2/+2
* Note that the UserString/MutableString classes are far less efficientFred Drake2000-10-101-18/+22
* Revise the examples not to use the "from socket import *", and adjustFred Drake2000-10-101-5/+7
* Remove duplicated text from urlopen() description, noted by Ka-PingFred Drake2000-10-101-16/+0
* Substantially revise to handle the fact that Python CVS is no longer in aFred Drake2000-10-101-16/+35
* Make it clear that copy_reg.pickle() should not be used for classes, butFred Drake2000-10-101-5/+6
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-1016-38/+40
* Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-4/+14
* Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-2/+3
* Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-102-5/+4
* Move the documentation for the mutex module to be with the threadingFred Drake2000-10-101-1/+1
* Place the full text of the CNRI license verbatim in the LICENSE file.Guido van Rossum2000-10-101-5/+67
* This commit was manufactured by cvs2svn to create tag 'r20c1'.v2.0c1cvs2svn2000-10-091-0/+1
* 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
* The Usual.Jeremy Hylton2000-10-092-438/+412
* the usualJeremy Hylton2000-10-091-2/+2
* add note explaining what a release candidate isJeremy Hylton2000-10-091-0/+10
* This file is no longer used.Fred Drake2000-10-091-27/+0
* Repaired IDLE Unicode bug description.Tim Peters2000-10-091-2/+5
* Another generated file...Fred Drake2000-10-091-7/+7
* Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warningFred Drake2000-10-092-466/+485
* WAVE test + bugfix contributor.Guido van Rossum2000-10-091-0/+1
* 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
* And another.Guido van Rossum2000-10-091-0/+1
* Checking in three Darwin-specific patches.Guido van Rossum2000-10-092-460/+462
* typoJeremy Hylton2000-10-091-1/+1