| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the logic for setting f_builtins. | Jeremy Hylton | 2003-02-05 | 1 | -24/+31 |
|
|
* | [Patch #654421 from Matthew Mueller] | Andrew M. Kuchling | 2003-02-05 | 1 | -2/+2 |
|
|
* | Markup fixes; in particular, the tables are now reasonable width | Andrew M. Kuchling | 2003-02-05 | 1 | -104/+117 |
|
|
* | dis(): Added an optional memo argument, so that multiple pickles in a | Tim Peters | 2003-02-05 | 1 | -2/+38 |
|
|
* | SF bug 681122: Built-in function dir() causes refcount leak in baseclasses. | Tim Peters | 2003-02-05 | 1 | -1/+4 |
|
|
* | [680789] Debug with long array takes forever | Tim Peters | 2003-02-05 | 3 | -0/+33 |
|
|
* | Patch #551977: Regression exceptions for cygwin | Jason Tishler | 2003-02-05 | 1 | -0/+1 |
|
|
* | Getting rid of macfs and FSSpecs. | Jack Jansen | 2003-02-05 | 1 | -7/+5 |
|
|
* | Got rid of macfs | Jack Jansen | 2003-02-05 | 1 | -5/+3 |
|
|
* | Added "Open File by Name" command which presens a filename dialog. If | Jack Jansen | 2003-02-05 | 1 | -0/+17 |
|
|
* | Cast various floats to ints so we don't get warnings. | Jack Jansen | 2003-02-05 | 2 | -1/+3 |
|
|
* | This patch reverts the following: | Jason Tishler | 2003-02-05 | 1 | -5/+6 |
|
|
* | This patch enables Cygwin Python to build _tkinter against Tcl/Tk 8.4. | Jason Tishler | 2003-02-05 | 1 | -12/+4 |
|
|
* | Fixed a few typos, and changed FSCreateResourceFile filename argument to unic... | Jack Jansen | 2003-02-05 | 1 | -3/+3 |
|
|
* | Added itertools module. | Jack Jansen | 2003-02-05 | 3 | -0/+2 |
|
|
* | Use os.path.realpath() in stead of abspath(), so the tests don't fail if | Jack Jansen | 2003-02-05 | 2 | -4/+4 |
|
|
* | SF patch #674396: Apply UserDict.DictMixin to expand dbshelve and dbojb | Raymond Hettinger | 2003-02-05 | 2 | -2/+4 |
|
|
* | Build pickler_choices list in a lazier way. | Tim Peters | 2003-02-05 | 1 | -16/+5 |
|
|
* | More typo repair. | Tim Peters | 2003-02-05 | 1 | -1/+1 |
|
|
* | Typo repair. | Tim Peters | 2003-02-05 | 1 | -4/+4 |
|
|
* | cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't | Tim Peters | 2003-02-04 | 3 | -34/+61 |
|
|
* | If a float is passed where a int is expected, issue a DeprecationWarning | Neil Schemenauer | 2003-02-04 | 2 | -15/+29 |
|
|
* | cPickle now generates proto 2 EXT[124] when appropriate. | Tim Peters | 2003-02-04 | 2 | -20/+85 |
|
|
* | Remove forward static reference since it is not required | Neal Norwitz | 2003-02-04 | 1 | -3/+1 |
|
|
* | Whitespace normalization | Neal Norwitz | 2003-02-04 | 1 | -1/+1 |
|
|
* | Make sure filter() never returns tuple, str or unicode | Walter Dörwald | 2003-02-04 | 2 | -5/+45 |
|
|
* | Fix for [ 543344 ] Interpreter crashes when recoding; suggested | Marc-André Lemburg | 2003-02-04 | 2 | -1/+12 |
|
|
* | supports_unicode_filenames was not in the right location. | Fred Drake | 2003-02-04 | 1 | -7/+8 |
|
|
* | Use size_t instead of int for various variables to prevent | Walter Dörwald | 2003-02-04 | 1 | -9/+9 |
|
|
* | Added basic tests of copy_reg's extension registry. | Tim Peters | 2003-02-04 | 1 | -0/+78 |
|
|
* | Add a test that checks that filter() honors the sq_item slot for | Walter Dörwald | 2003-02-04 | 1 | -0/+13 |
|
|
* | PyUnicode_Resize() doesn't free its argument in case of a failure, | Walter Dörwald | 2003-02-04 | 1 | -1/+1 |
|
|
* | filterstring() and filterunicode() in Python/bltinmodule.c | Walter Dörwald | 2003-02-04 | 2 | -8/+91 |
|
|
* | - Handle the img and MediaFormat modules not being available (by not | Jack Jansen | 2003-02-04 | 1 | -24/+40 |
|
|
* | Changed an edit instruction because of a changed parameter name (sigh). | Jack Jansen | 2003-02-04 | 2 | -7/+10 |
|
|
* | Update to better reflect the usage of struct_time instances throughout; | Fred Drake | 2003-02-04 | 1 | -24/+28 |
|
|
* | Twiddle. | Fred Drake | 2003-02-04 | 1 | -1/+2 |
|
|
* | Add refcount test. | Raymond Hettinger | 2003-02-04 | 1 | -3/+12 |
|
|
* | Typo in comment. | Tim Peters | 2003-02-04 | 1 | -1/+1 |
|
|
* | cPickle can load pickles using proto 2 EXT[124] now, but can't yet | Tim Peters | 2003-02-04 | 2 | -1/+109 |
|
|
* | Rename the extension registry variables to have leading underscores -- | Guido van Rossum | 2003-02-04 | 3 | -29/+29 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-04 | 1 | -1/+1 |
|
|
* | Typo repair. | Tim Peters | 2003-02-04 | 1 | -1/+1 |
|
|
* | Brought some module variables into synch with pickle.py's current values. | Tim Peters | 2003-02-04 | 2 | -16/+49 |
|
|
* | Fix typo. | Walter Dörwald | 2003-02-03 | 1 | -1/+1 |
|
|
* | Add a new test script that tests various features of the sys | Walter Dörwald | 2003-02-03 | 1 | -0/+211 |
|
|
* | test_newobj_tuple(), test_newobj_list(): These tests should work under | Tim Peters | 2003-02-03 | 1 | -8/+10 |
|
|
* | test_newobj_generic(): Use the global protocols vector instead of a | Tim Peters | 2003-02-03 | 1 | -1/+1 |
|
|
* | Added a bit to the EXT[124] tests, and refactored them to squash code | Tim Peters | 2003-02-03 | 1 | -51/+27 |
|
|
* | load_counted_long(): Changed a ValueError to an UnpicklingError, just | Tim Peters | 2003-02-03 | 1 | -15/+1 |
|
|