summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Test full range of native ints. This exposes two more binary pickleTim Peters2001-04-101-0/+19
* Mechanical fiddling for easier reading: every "if" test was enclosed inTim Peters2001-04-101-35/+35
* Add globals to list of names returned by get_names().Jeremy Hylton2001-04-091-7/+13
* Pickles have a number of storage formats for various sizes and kinds ofTim Peters2001-04-091-13/+40
* No functional change -- just added whitespace in places so I could followTim Peters2001-04-091-11/+30
* * Remove exc_info() kludge -- it actually messed up the Jython outputSteve Purcell2001-04-091-17/+13
* fixing 408085 - redirect from https becomes httpMoshe Zadka2001-04-091-1/+1
* Add two arguments to Scope constructor, module scope and class nameJeremy Hylton2001-04-091-24/+92
* Add preliminary module symbol table constructorJeremy Hylton2001-04-091-0/+193
* remove global decl about unused variableJeremy Hylton2001-04-091-1/+0
* Add support for future statementsJeremy Hylton2001-04-092-6/+98
* Fix "import as" (has always skipping the as name)Jeremy Hylton2001-04-091-9/+15
* typoJeremy Hylton2001-04-091-1/+1
* Make it clear that a bdb subclass must implement do_clear().Guido van Rossum2001-04-081-0/+3
* Whitespace normalization.Tim Peters2001-04-081-2/+2
* 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