summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix from the Madusa mailing list:Tim Peters2001-04-081-1/+1
* Remove useless imports, as reported by PyChecker.Tim Peters2001-04-081-3/+0
* Get rid of useless string import, as reported by Neal Norwitz's PyChecker.pyTim Peters2001-04-081-1/+0
* Add an uninstall method to the ImportManager.Greg Stein2001-04-071-1/+9
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-062-0/+5
* Since this module already uses doctest-style examples, I figured I'dGuido van Rossum2001-04-061-4/+10
* Remove lines for asynchat & asyncore, as they've now got their own test.Tim Peters2001-04-061-2/+0
* After testing the test on Unix, several improvements:Guido van Rossum2001-04-061-3/+4
* Add test for asynchat. This also tests asyncore.Guido van Rossum2001-04-062-0/+58
* Make the docstring a raw string, for pydoc.Guido van Rossum2001-04-061-1/+1
* 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