| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add support for future statements | Jeremy Hylton | 2001-04-09 | 4 | -12/+196 |
|
|
* | Fix "import as" (has always skipping the as name) | Jeremy Hylton | 2001-04-09 | 2 | -18/+30 |
|
|
* | typo | Jeremy Hylton | 2001-04-09 | 2 | -2/+2 |
|
|
* | Repair portability of sign extension when reading signed ints on boxes | Tim Peters | 2001-04-08 | 1 | -10/+6 |
|
|
* | Make it clear that a bdb subclass must implement do_clear(). | Guido van Rossum | 2001-04-08 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-04-08 | 1 | -2/+2 |
|
|
* | Fix from the Madusa mailing list: | Tim Peters | 2001-04-08 | 1 | -1/+1 |
|
|
* | Remove useless imports, as reported by PyChecker. | Tim Peters | 2001-04-08 | 1 | -3/+0 |
|
|
* | Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py | Tim Peters | 2001-04-08 | 2 | -1/+1 |
|
|
* | SF patch #413552 - Premature decref on object | Tim Peters | 2001-04-07 | 1 | -3/+7 |
|
|
* | Correct the documentation for getreadbufferproc and getwritebufferproc. | Greg Stein | 2001-04-07 | 1 | -5/+6 |
|
|
* | Add an uninstall method to the ImportManager. | Greg Stein | 2001-04-07 | 1 | -1/+9 |
|
|
* | Finally merged morefindertools into findertools. | Jack Jansen | 2001-04-07 | 4 | -801/+703 |
|
|
* | Add entry for unittest documentation. | Fred Drake | 2001-04-07 | 2 | -0/+2 |
|
|
* | Start of documentation for the unittest module. Some of this comes from | Fred Drake | 2001-04-07 | 1 | -0/+266 |
|
|
* | Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to | Tim Peters | 2001-04-06 | 2 | -0/+5 |
|
|
* | Since this module already uses doctest-style examples, I figured I'd | Guido van Rossum | 2001-04-06 | 1 | -4/+10 |
|
|
* | Remove lines for asynchat & asyncore, as they've now got their own test. | Tim Peters | 2001-04-06 | 1 | -2/+0 |
|
|
* | After testing the test on Unix, several improvements: | Guido van Rossum | 2001-04-06 | 1 | -3/+4 |
|
|
* | Add test for asynchat. This also tests asyncore. | Guido van Rossum | 2001-04-06 | 2 | -0/+58 |
|
|
* | Make the docstring a raw string, for pydoc. | Guido van Rossum | 2001-04-06 | 1 | -1/+1 |
|
|
* | Added a note about Help and ctb missing in carbon. | Jack Jansen | 2001-04-06 | 1 | -0/+2 |
|
|
* | Version 1.2 by Christopher Stern. | Jack Jansen | 2001-04-06 | 2 | -5/+1 |
|
|
* | Fix the fix (my error -- hasty pasty). | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | One-liner critical fix from Jim Fulton: Eric's string-method crusade | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | Change {\em ...} to \emph{...} for consistency with the rest of the Python | Fred Drake | 2001-04-05 | 1 | -1/+1 |
|
|
* | Add some information about what to expect of the DocumentType's | Fred Drake | 2001-04-05 | 1 | -0/+2 |
|
|
* | Effectively revert the previous change: leave the new #include in, but | Fred Drake | 2001-04-05 | 1 | -0/+3 |
|
|
* | Added more link attributes based on additonal information from Chris | Fred Drake | 2001-04-05 | 1 | -1/+13 |
|
|
* | Bug #412086, reported by Peter Wilson: The _curses module doesn't | Andrew M. Kuchling | 2001-04-05 | 1 | -0/+13 |
|
|