summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
Commit message (Expand)AuthorAgeFilesLines
* pickle.py, load_int(): Match cPickle's just-repaired ability to unpickleTim Peters2001-08-281-0/+15
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-2/+6
* Change the test data to ask for class C from module __main__ ratherGuido van Rossum2001-04-161-2/+3
* Test full range of native ints. This exposes two more binary pickleTim Peters2001-04-101-0/+19
* Pickles have a number of storage formats for various sizes and kinds ofTim Peters2001-04-091-13/+40
* No functional change -- just added whitespace in places so I could followTim Peters2001-04-091-11/+30
* Typo repair.Tim Peters2001-01-221-1/+1
* Reorganize pickle/cPickle testing so the tests pass regardless of the orderTim Peters2001-01-221-0/+153