summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* Special support for pickling os.stat and os.stat_vfs results portablyMichael W. Hudson2002-03-061-0/+11
* A fix & test forMichael W. Hudson2002-03-051-0/+7
* Add test for pickling new-style class with custom metaclass.Guido van Rossum2001-12-191-0/+12
* The test using class initarg failed, because it was lacking aGuido van Rossum2001-12-191-0/+3
* Whitespace normalization.Tim Peters2001-10-181-1/+1
* Covert pickle tests to use unittest.Jeremy Hylton2001-10-151-163/+177
* 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