summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of places where the descriptions of *_GET_SIZE() macros saidFred Drake2000-10-071-2/+2
* 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
* Prevent possible buffer overflow exploits under Windows. As per (the very qu...Mark Hammond2000-10-071-9/+30
* SRE didn't handle character category followed by hyphen inside aFredrik Lundh2000-10-072-0/+4
* [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix f...Marc-André Lemburg2000-10-071-11/+17
* 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
* Prep Windows installer for 2.0c1: title and build number.Tim Peters2000-10-073-4/+6
* Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). TheTim Peters2000-10-061-0/+13
* 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
* Include more information from the docstrings.Fred Drake2000-10-061-7/+49
* Another name.Fred Drake2000-10-061-0/+1
* Donn Cave <donn@oz.net>:Fred Drake2000-10-061-0/+2
* Fix a couple of typos in docstrings.Fred Drake2000-10-061-2/+2
* Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>.Fred Drake2000-10-061-1/+1
* Add notes on the requirements for subclasses.Fred Drake2000-10-061-0/+19
* Revise the versioning information to say that this was revised in 1.6,Fred Drake2000-10-061-1/+3
* Made a number of revisions suggested by Fredrik Lundh.Fred Drake2000-10-061-12/+33
* test_linuxaudio:Jeremy Hylton2000-10-063-90/+194
* It turns out that Guido does not like or encourage the use of the termFred Drake2000-10-062-3/+3
* __getslice__(): Make this use the constructor form that gets a sequenceFred Drake2000-10-061-3/+1
* Added a new "base" type, IOobject for which most of theJim Fulton2000-10-061-285/+355
* 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
* Removing these scripts. redemo.py lives on in Tools/scripts/.Guido van Rossum2000-10-062-298/+0
* I'm moving redemo.py here from Demo/tkinter/guido, since it isGuido van Rossum2000-10-061-0/+171
* [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abortGuido van Rossum2000-10-061-44/+86
* Use the cvsinfo module instead of a module stuff off in my personalFred Drake2000-10-061-3/+2
* Support module to help work with checked-out CVS trees.Fred Drake2000-10-061-0/+81
* Donn Cave <donn@oz.net>:Fred Drake2000-10-061-56/+27
* Donn Cave <donn@u.washington.edu>:Fred Drake2000-10-061-0/+10
* Donn Cave <donn@u.washington.edu>:Fred Drake2000-10-061-0/+1
* Donn Cave <donn@u.washington.edu>:Fred Drake2000-10-061-1/+1
* Norman Vine <nhv@users.sourceforge.net>:Fred Drake2000-10-061-1/+1
* is_zipfile() description: Use the same name for the parameter as theFred Drake2000-10-061-3/+3
* Added a name.Fred Drake2000-10-061-0/+1
* Added section on threads problems on Reliant UNIX; this relates toFred Drake2000-10-061-7/+12
* [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388)Guido van Rossum2000-10-061-12/+15
* SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather thanTim Peters2000-10-064-62/+102
* Remove some debugging messages - although this code is a complete hack, we do...Mark Hammond2000-10-051-2/+2
* Add support for "import re" -- it uses pre, but user code does not needFred Drake2000-10-051-0/+10
* The _PyTuple_Resize() last_is_sticky flag must now always be false.Neil Schemenauer2000-10-051-6/+6