| Commit message (Expand) | Author | Age | Files | Lines |
* | add handler for JPython's org.python.core.PyStringMap object, which | Jeremy Hylton | 1998-05-27 | 1 | -0/+7 |
|
|
* | Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it | Guido van Rossum | 1998-04-13 | 1 | -0/+1 |
|
|
* | Correct dumb typo found by kjpylint (stack should be self.stack). | Guido van Rossum | 1998-03-31 | 1 | -1/+1 |
|
|
* | Correct a definite typo ('mem' should be 'memo'). | Guido van Rossum | 1998-03-31 | 1 | -1/+1 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -72/+72 |
|
|
* | Fixed typo in docstring: "__ version__" --> "__version__" | Fred Drake | 1998-02-13 | 1 | -1/+1 |
|
|
* | Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): | Barry Warsaw | 1998-01-26 | 1 | -7/+28 |
|
|
* | Jim Fulton writes: | Guido van Rossum | 1997-12-10 | 1 | -5/+12 |
|
|
* | Don't specify base 0 to string.atoi when unpickling integers in text | Guido van Rossum | 1997-12-10 | 1 | -1/+1 |
|
|
* | When instantiating a class with no arguments and where the class does | Guido van Rossum | 1997-12-05 | 1 | -135/+40 |
|
|
* | Three independent changes: | Guido van Rossum | 1997-09-12 | 1 | -5/+10 |
|
|
* | *Semantic change*: when unpickling the instance variables of an | Guido van Rossum | 1997-09-08 | 1 | -2/+1 |
|
|
* | Add the same _keep_alive patch (by Michael Scharff) that was added to | Guido van Rossum | 1997-09-03 | 1 | -0/+19 |
|
|
* | Restore two features of the original 1.4 pickle: | Guido van Rossum | 1997-04-25 | 1 | -5/+6 |
|
|
* | Remove Digital Creations copyright (Jim sez it's okay). | Guido van Rossum | 1997-04-11 | 1 | -53/+0 |
|
|
* | New version by Digital Creations, supports binary format compatible | Guido van Rossum | 1997-04-09 | 1 | -427/+785 |
|
|
* | Implement find_class() without exec statement. | Guido van Rossum | 1997-03-14 | 1 | -4/+2 |
|
|
* | Compromise on test in find_class(): a user-defined function is okay, | Guido van Rossum | 1996-10-07 | 1 | -3/+1 |
|
|
* | This is the third time I check in this change :-( | Guido van Rossum | 1996-08-08 | 1 | -2/+1 |
|
|
* | Slight update of doc string -- suggest default args for __init__, no | Guido van Rossum | 1996-08-08 | 1 | -4/+6 |
|
|
* | Optimizations and one intentional loophole by Jim Fulton. | Guido van Rossum | 1996-07-22 | 1 | -58/+82 |
|
|
* | Set the base for atoi() and atol() to 0, since we're reading Python | Guido van Rossum | 1996-05-15 | 1 | -3/+3 |
|
|
* | Don't atoi() the memo key. | Guido van Rossum | 1996-04-12 | 1 | -7/+16 |
|
|
* | correct typo (persis*ent) | Guido van Rossum | 1995-08-07 | 1 | -1/+1 |
|
|
* | test other name variable | Guido van Rossum | 1995-06-22 | 1 | -1/+1 |
|
|
* | correct typo in example | Guido van Rossum | 1995-04-10 | 1 | -1/+1 |
|
|
* | pickle classes; add format_version, load(s)/dump(s) shortcuts | Guido van Rossum | 1995-03-14 | 1 | -16/+61 |
|
|
* | added PicklingError exception | Guido van Rossum | 1995-03-09 | 1 | -2/+9 |
|
|
* | raise EOFError when load() hits EOF, instead of KeyError | Guido van Rossum | 1995-03-04 | 1 | -0/+4 |
|
|
* | minute comment changes | Guido van Rossum | 1995-02-16 | 1 | -3/+3 |
|
|
* | shelve.py: database of persistent objects, on top of pickle.py and anydbm.py | Guido van Rossum | 1995-01-10 | 1 | -0/+504 |
|
|