| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 11 | -165/+243 |
|
|
* | Completely revamped BeOS notes, by Donn Cave (SF patch 411834). | Guido van Rossum | 2001-04-10 | 1 | -109/+23 |
|
|
* | This is for BeOS users who want to build all the modules. It's | Guido van Rossum | 2001-04-10 | 1 | -0/+606 |
|
|
* | The lower() and tkraise() methods were calling the Canvas widget | Guido van Rossum | 2001-04-10 | 1 | -2/+2 |
|
|
* | Typo: "BuildApple" --> "BuildApplet" | Fred Drake | 2001-04-10 | 1 | -2/+5 |
|
|
* | Bump version numbers for upcoming release candidate. | Fred Drake | 2001-04-10 | 2 | -2/+2 |
|
|
* | Update the XML conversion specification. | Fred Drake | 2001-04-10 | 1 | -0/+2 |
|
|
* | Remove the mapping() function from the documentation. | Fred Drake | 2001-04-10 | 1 | -25/+15 |
|
|
* | Add note that difflib was added in Python 2.1. | Fred Drake | 2001-04-10 | 1 | -0/+3 |
|
|
* | Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED. | Guido van Rossum | 2001-04-10 | 1 | -2/+3 |
|
|
* | mapping(): Remove this function since it does not add anything to the API. | Fred Drake | 2001-04-10 | 1 | -8/+1 |
|
|
* | Use the WeakKeyDictionary and WeakValueDictionary classes directly | Fred Drake | 2001-04-10 | 1 | -2/+2 |
|
|
* | Since bdist_wininst.py contains the installer executable, it had to be | Thomas Heller | 2001-04-10 | 1 | -262/+262 |
|
|
* | Normalize tabs to spaces. | Fred Drake | 2001-04-10 | 1 | -4/+6 |
|
|
* | Add reference to the DDJ article discussing a similar algorithm. | Fred Drake | 2001-04-10 | 1 | -0/+9 |
|
|
* | Add corresponding support for the alltt environment to the HTML generator. | Fred Drake | 2001-04-10 | 3 | -2/+48 |
|
|
* | Import the alltt package and wrap that environment in a similar way to | Fred Drake | 2001-04-10 | 1 | -0/+21 |
|
|
* | Fix two unqualified except: clauses. | Guido van Rossum | 2001-04-10 | 1 | -4/+4 |
|
|
* | Fix an unqualified except:. | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Try an except: after an import into "except ImportError". | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Add documentation for getmoduleinfo() and getmodulename(). | Fred Drake | 2001-04-10 | 1 | -0/+23 |
|
|
* | Some other tests, when failing, don't always remove their TESTFN file. | Guido van Rossum | 2001-04-10 | 1 | -0/+6 |
|
|
* | When doing the quick test to see whether large files are supported, | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | When zlib can't be imported, zipfile raises RuntimeError, which causes | Guido van Rossum | 2001-04-10 | 1 | -0/+1 |
|
|
* | Fix typo in instantiation of ErrorDuringImport. | Ka-Ping Yee | 2001-04-10 | 1 | -1/+1 |
|
|
* | Fix synopsis() so it can handle binary module files. | Ka-Ping Yee | 2001-04-10 | 1 | -85/+85 |
|
|
* | Add getmodulename() and getmoduleinfo() routines to inspect filenames. | Ka-Ping Yee | 2001-04-10 | 1 | -0/+15 |
|
|
* | In the typeset versions, the legal notices had grown past the one-page | Fred Drake | 2001-04-10 | 1 | -0/+5 |
|
|
* | test_pickle works on sizeof(long)==8 boxes again. | Tim Peters | 2001-04-10 | 2 | -12/+19 |
|
|
* | Ack -- this module mixes tabs and spaces, and what appears to be a mix | Tim Peters | 2001-04-10 | 1 | -5/+5 |
|
|
* | On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were getting | Tim Peters | 2001-04-10 | 1 | -5/+21 |
|
|
* | Test full range of native ints. This exposes two more binary pickle | Tim Peters | 2001-04-10 | 1 | -0/+19 |
|
|
* | Correct the header over the string of licenses -- it's "PYTHON", not | Guido van Rossum | 2001-04-10 | 1 | -2/+2 |
|
|
* | Append the revision number for each file to the output. | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | Mechanical fiddling for easier reading: every "if" test was enclosed in | Tim Peters | 2001-04-10 | 1 | -35/+35 |
|
|
* | Critical fix: if cPickle on a sizeof(long)==8 box is used to read a | Tim Peters | 2001-04-10 | 1 | -1/+8 |
|
|
* | Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't | Guido van Rossum | 2001-04-09 | 1 | -1/+1 |
|
|
* | Add globals to list of names returned by get_names(). | Jeremy Hylton | 2001-04-09 | 2 | -14/+26 |
|
|
* | Pickles have a number of storage formats for various sizes and kinds of | Tim Peters | 2001-04-09 | 1 | -13/+40 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-04-09 | 1 | -13/+10 |
|
|
* | No functional change -- just added whitespace in places so I could follow | Tim Peters | 2001-04-09 | 1 | -11/+30 |
|
|
* | Warn when assigning to __debug__ instead of raising an error. | Jeremy Hylton | 2001-04-09 | 1 | -7/+2 |
|
|
* | Fix typo in example (\b should be \n in string literal). | Fred Drake | 2001-04-09 | 1 | -1/+1 |
|
|
* | Fix a number of bugs and omissions in the AddressList documentation, most | Fred Drake | 2001-04-09 | 1 | -10/+23 |
|
|
* | * Remove exc_info() kludge -- it actually messed up the Jython output | Steve Purcell | 2001-04-09 | 1 | -17/+13 |
|
|
* | Fixing Itamar's name, as per his request. | Moshe Zadka | 2001-04-09 | 1 | -1/+1 |
|
|
* | fixing 408085 - redirect from https becomes http | Moshe Zadka | 2001-04-09 | 1 | -1/+1 |
|
|
* | Add two arguments to Scope constructor, module scope and class name | Jeremy Hylton | 2001-04-09 | 2 | -48/+184 |
|
|
* | Add preliminary module symbol table constructor | Jeremy Hylton | 2001-04-09 | 2 | -0/+386 |
|
|
* | remove global decl about unused variable | Jeremy Hylton | 2001-04-09 | 1 | -1/+0 |
|
|