summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [finishing fix from earlier checkins]Jeremy Hylton2001-04-112-0/+2
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-112-6/+6
* Generate docstrings.Jeremy Hylton2001-04-112-6/+52
* Add lineno attributes to Discard nodesJeremy Hylton2001-04-112-2/+6
* Make sure the docstring is always entered as the first element in theJeremy Hylton2001-04-112-22/+2
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-112-0/+40
* Fix exception handling for non-PyFunction objects, SF bug 414743.Jeremy Hylton2001-04-111-16/+54
* Idiotic braino caused HTTP openers to ignore proxies.Moshe Zadka2001-04-111-1/+1
* Fixing bug 405999 -- clarifying differences between Python'sMoshe Zadka2001-04-111-0/+4
* Based on a comment by Konrad Hinsen on python-list:Fred Drake2001-04-111-4/+4
* Add a close_request method to the BaseServer so that the TCPServer classKa-Ping Yee2001-04-111-0/+14
* Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try toNeil Schemenauer2001-04-101-10/+11
* Added definition of "test fixture".Fred Drake2001-04-101-2/+142
* Some new names.Guido van Rossum2001-04-101-0/+3
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-1011-165/+243
* Completely revamped BeOS notes, by Donn Cave (SF patch 411834).Guido van Rossum2001-04-101-109/+23
* This is for BeOS users who want to build all the modules. It'sGuido van Rossum2001-04-101-0/+606
* The lower() and tkraise() methods were calling the Canvas widgetGuido van Rossum2001-04-101-2/+2
* Typo: "BuildApple" --> "BuildApplet"Fred Drake2001-04-101-2/+5
* Bump version numbers for upcoming release candidate.Fred Drake2001-04-102-2/+2
* Update the XML conversion specification.Fred Drake2001-04-101-0/+2
* Remove the mapping() function from the documentation.Fred Drake2001-04-101-25/+15
* Add note that difflib was added in Python 2.1.Fred Drake2001-04-101-0/+3
* Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.Guido van Rossum2001-04-101-2/+3
* 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
* Normalize tabs to spaces.Fred Drake2001-04-101-4/+6
* Add reference to the DDJ article discussing a similar algorithm.Fred Drake2001-04-101-0/+9
* Add corresponding support for the alltt environment to the HTML generator.Fred Drake2001-04-103-2/+48
* Import the alltt package and wrap that environment in a similar way toFred Drake2001-04-101-0/+21
* 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
* Add documentation for getmoduleinfo() and getmodulename().Fred Drake2001-04-101-0/+23
* 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
* In the typeset versions, the legal notices had grown past the one-pageFred Drake2001-04-101-0/+5
* test_pickle works on sizeof(long)==8 boxes again.Tim Peters2001-04-102-12/+19
* Ack -- this module mixes tabs and spaces, and what appears to be a mixTim Peters2001-04-101-5/+5
* On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were gettingTim Peters2001-04-101-5/+21
* Test full range of native ints. This exposes two more binary pickleTim Peters2001-04-101-0/+19
* Correct the header over the string of licenses -- it's "PYTHON", notGuido van Rossum2001-04-101-2/+2
* Append the revision number for each file to the output.Guido van Rossum2001-04-101-1/+1
* Mechanical fiddling for easier reading: every "if" test was enclosed inTim Peters2001-04-101-35/+35
* Critical fix: if cPickle on a sizeof(long)==8 box is used to read aTim Peters2001-04-101-1/+8