summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-119-3/+1800
* typoJeremy Hylton2001-04-111-4/+8
* [finishing fix from earlier checkins]Jeremy Hylton2001-04-111-0/+1
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-111-3/+3
* Generate docstrings.Jeremy Hylton2001-04-111-3/+26
* Add lineno attributes to Discard nodesJeremy Hylton2001-04-111-1/+3
* Make sure the docstring is always entered as the first element in theJeremy Hylton2001-04-111-11/+1
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-112-0/+40
* Idiotic braino caused HTTP openers to ignore proxies.Moshe Zadka2001-04-111-1/+1
* Add a close_request method to the BaseServer so that the TCPServer classKa-Ping Yee2001-04-111-0/+14
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-101-3/+12
* The lower() and tkraise() methods were calling the Canvas widgetGuido van Rossum2001-04-101-2/+2
* mapping(): Remove this function since it does not add anything to the API.Fred Drake2001-04-101-8/+1
* Use the WeakKeyDictionary and WeakValueDictionary classes directlyFred Drake2001-04-101-2/+2
* Since bdist_wininst.py contains the installer executable, it had to beThomas Heller2001-04-101-262/+262
* Fix two unqualified except: clauses.Guido van Rossum2001-04-101-4/+4
* Fix an unqualified except:.Guido van Rossum2001-04-101-1/+1
* Try an except: after an import into "except ImportError".Guido van Rossum2001-04-101-1/+1
* Some other tests, when failing, don't always remove their TESTFN file.Guido van Rossum2001-04-101-0/+6
* When doing the quick test to see whether large files are supported,Guido van Rossum2001-04-101-1/+1
* When zlib can't be imported, zipfile raises RuntimeError, which causesGuido van Rossum2001-04-101-0/+1
* Fix typo in instantiation of ErrorDuringImport.Ka-Ping Yee2001-04-101-1/+1
* Fix synopsis() so it can handle binary module files.Ka-Ping Yee2001-04-101-85/+85
* Add getmodulename() and getmoduleinfo() routines to inspect filenames.Ka-Ping Yee2001-04-101-0/+15
* test_pickle works on sizeof(long)==8 boxes again.Tim Peters2001-04-101-11/+18
* 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