summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the fix (my error -- hasty pasty).Tim Peters2001-04-051-1/+1
* One-liner critical fix from Jim Fulton: Eric's string-method crusadeTim Peters2001-04-051-1/+1
* Bug #412086, reported by Peter Wilson: The _curses module doesn'tAndrew M. Kuchling2001-04-051-0/+13
* Patch #413912 from Steve Majewski: Add .m to the list of extensionsAndrew M. Kuchling2001-04-051-1/+1
* Corrected default value of the DocumentType.internalSubset attribute basedFred Drake2001-04-051-1/+1
* Sf bug [ #412214 ] ZipFile constructor leaves files open.Tim Peters2001-04-042-0/+30
* CharacterData methods: Update self.length on changes instead of extendedFred Drake2001-04-041-4/+7
* Add support for the CharacterData methods, CDATASection.Fred Drake2001-04-041-7/+73
* SF bug [#410708] Condition.wait() and KeyboardInterrupt.Tim Peters2001-04-021-23/+25
* Initialize Attr.value with empty string in createAttribute*, as per DOMMartin v. Löwis2001-03-311-5/+7
* Back out the requirement to supply a version numberAndrew M. Kuchling2001-03-311-4/+0
* Fixes a fatal bug when the module has computed alternatives containing %s.Eric S. Raymond2001-03-311-1/+1
* Whitespace normalization.Tim Peters2001-03-297-23/+23
* Based on info from Jens@digicool.com, add 'darwin1' to the list ofGuido van Rossum2001-03-281-1/+1
* Arghh. Fix typo.Martin v. Löwis2001-03-271-1/+1
* Use Guido's trick for always extracting the version number from aMartin v. Löwis2001-03-271-1/+4
* Fix some reloading problems (still more work needed).Ka-Ping Yee2001-03-271-6/+16
* Itamar Shtull-Trauring <itamar@maxnm.com>:Fred Drake2001-03-262-18/+58
* Update auto-detection for Konqueror to include KDE 2 -- the kfm command isFred Drake2001-03-261-2/+5
* main(): Application of SF patch #405851, which allows this test to beBarry Warsaw2001-03-231-0/+12
* In Jython, `@' is not allowed in module names. Extend the TESTFN testBarry Warsaw2001-03-231-3/+7
* Two minor changes for better Jython compatibility. Finn Bock says:Barry Warsaw2001-03-231-3/+3
* Make socket.getservbyname test optional on socket module having thatBarry Warsaw2001-03-231-5/+6
* Change rfc822_escape() to ensure there's a consistent amount of whitespaceAndrew M. Kuchling2001-03-231-3/+4
* setlocale(): In _locale-missing compatibility function, stringBarry Warsaw2001-03-231-2/+1
* Several changes for Jython portability. This closes SF patchBarry Warsaw2001-03-231-9/+18
* flesh out __all__Jeremy Hylton2001-03-231-14/+6
* Extend isclass() to work for extension classes (by looking for __bases__).Ka-Ping Yee2001-03-231-1/+1
* Browser compatibility fixes.Ka-Ping Yee2001-03-231-7/+8
* Small formatting improvements.Ka-Ping Yee2001-03-231-10/+13
* Show inherited methods, with hyperlinks to the base class they came from.Ka-Ping Yee2001-03-231-112/+168
* Provide a StopTokenizing exception for conveniently exiting the loop.Ka-Ping Yee2001-03-231-10/+11
* Don't have trace() skip the top frame; return them all.Ka-Ping Yee2001-03-232-6/+7
* When creating an attribute node using createAttribute() orFred Drake2001-03-231-1/+2
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-232-260/+252
* When the regression test is run in verbose mode, make the PyUNIT-basedFred Drake2001-03-231-1/+1
* Fixes for various issues reported and discovered since Python 9:Ka-Ping Yee2001-03-231-224/+329
* SRE 2.1b2: increase the chances that the sre test works on otherFredrik Lundh2001-03-222-14/+3
* First cut at a high-level symbol table interfaceJeremy Hylton2001-03-221-0/+258
* SRE 2.1b2: forgot to update one output file (sorry, Fred!)Fredrik Lundh2001-03-221-0/+8
* Strip \r as trailing whitespace as part of soft line endings.Guido van Rossum2001-03-221-1/+1
* Add a wrapper function for ssl() on Windows. Inspired by SF patchGuido van Rossum2001-03-221-6/+11
* This is SF patch #405952, by Anthony Baxter:Guido van Rossum2001-03-221-5/+14
* SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicodeFredrik Lundh2001-03-221-3/+8
* sre 2.1b2 update:Fredrik Lundh2001-03-226-32/+102
* Synchronize with 1.6 of PyXML:Martin v. Löwis2001-03-221-3/+11
* Use the get_contact*() accessors instead of get_maintainer*()Andrew M. Kuchling2001-03-221-2/+2
* Allow the process of reading back what we wrote to a pty to transformThomas Wouters2001-03-221-24/+36
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-222-256/+244
* Remove redundant importAndrew M. Kuchling2001-03-221-1/+1