summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn'tGuido van Rossum2001-04-091-1/+1
* Add globals to list of names returned by get_names().Jeremy Hylton2001-04-092-14/+26
* Pickles have a number of storage formats for various sizes and kinds ofTim Peters2001-04-091-13/+40
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-04-091-13/+10
* No functional change -- just added whitespace in places so I could followTim Peters2001-04-091-11/+30
* Warn when assigning to __debug__ instead of raising an error.Jeremy Hylton2001-04-091-7/+2
* Fix typo in example (\b should be \n in string literal).Fred Drake2001-04-091-1/+1
* Fix a number of bugs and omissions in the AddressList documentation, mostFred Drake2001-04-091-10/+23
* * Remove exc_info() kludge -- it actually messed up the Jython outputSteve Purcell2001-04-091-17/+13
* Fixing Itamar's name, as per his request.Moshe Zadka2001-04-091-1/+1
* 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-092-48/+184
* Add preliminary module symbol table constructorJeremy Hylton2001-04-092-0/+386
* remove global decl about unused variableJeremy Hylton2001-04-091-1/+0