Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize pickle/cPickle testing so the tests pass regardless of the order | Tim Peters | 2001-01-22 | 1 | -154/+2 |
| | | | | they're run. | ||||
* | Test some Unicode pickling endcases. | Guido van Rossum | 2000-12-19 | 1 | -0/+12 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
| | |||||
* | - plug a memory leak due to circular lists | Neil Schemenauer | 2000-09-22 | 1 | -0/+3 |
| | |||||
* | Fix Bug #114293: | Jeremy Hylton | 2000-09-15 | 1 | -7/+72 |
| | | | | | | | | | | | Strings are unpickled by calling eval on the string's repr. This change makes pickle work like cPickle; it checks if the pickled string is safe to eval and raises ValueError if it is not. test suite modifications: Verify that pickle catches a variety of insecure string pickles Make test_pickle and test_cpickle use exactly the same test suite Add test for pickling recursive object | ||||
* | Basic regr tests for pickle/cPickle | Guido van Rossum | 1999-03-25 | 1 | -0/+75 |