Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Charles Waldman writes: | Guido van Rossum | 2000-04-21 | 1 | -4/+4 |
| | | | | | | | | | | """ In the course of debugging this I also saw that cPickle is inconsistent with pickle - if you attempt a pickle.load or pickle.dump on a closed file, you get a ValueError, whereas the corresponding cPickle operations give an IOError. Since cPickle is advertised as being compatible with pickle, I changed these exceptions to match. """ | ||||
* | Add test case for bug just fixed by Stephen Turner. | Guido van Rossum | 1999-07-13 | 1 | -0/+11 |
| | |||||
* | Jonathan Giddy write: | Guido van Rossum | 1999-04-01 | 1 | -0/+1 |
| | | | | | In test_cpickle.py, the module os got imported, but the line to remove the temp file has gone missing. | ||||
* | Test protection against picling to/from closed (real) file. | Guido van Rossum | 1999-03-29 | 1 | -0/+20 |
| | |||||
* | Basic regr tests for pickle/cPickle | Guido van Rossum | 1999-03-25 | 1 | -0/+75 |