summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
Commit message (Expand)AuthorAgeFilesLines
...
* Proper testing of proto 2 in part requires checking that the new opcodesTim Peters2003-02-031-11/+10
* cPickle support for TUPLE[123]. Incidentally plugged several undetectedTim Peters2003-02-021-0/+31
* Implemented proto 2 NEWTRUE and NEWFALSE in cPickle.Tim Peters2003-02-021-0/+6
* Beefed up the tests by putting in more "for proto in protocols:" outerTim Peters2003-02-021-86/+231
* Add cPickle support for PROTO. Duplicated PROTO/LONG1/LONG4 code inTim Peters2003-02-021-2/+23
* long(string, base) now takes time linear in len(string) when base is aTim Peters2003-02-021-10/+1
* cPickle.c: Full support for the new LONG1 and LONG4. Added comments.Tim Peters2003-02-021-11/+49
* Removed all uses of the out-of-favor __safe_for_unpickling__ magicTim Peters2003-02-011-2/+0
* Implement appropriate __getnewargs__ for all immutable subclassable builtinGuido van Rossum2003-01-291-2/+44
* Test all three EXT opcodes, and move these tests intoGuido van Rossum2003-01-291-0/+61
* Temporary hacks to arrange that the pickle tests relying on protocol 2Tim Peters2003-01-281-0/+6
* Add a test for a list subclass with a __dict__ as well as slots.Guido van Rossum2003-01-281-0/+17
* The default __reduce__ on the base object type obscured anyGuido van Rossum2003-01-281-23/+14
* Some experimental support for generating NEWOBJ with proto=2, andGuido van Rossum2003-01-281-0/+39
* OK, this is really the last one tonight!Guido van Rossum2003-01-281-0/+7
* Shouldn't test short tuples with all items equal -- one potential bugGuido van Rossum2003-01-281-4/+4
* More protocol 2: TUPLE1, TUPLE2, TUPLE3.Guido van Rossum2003-01-281-0/+12
* First baby steps towards implementing protocol 2: PROTO, LONG1 and LONG4.Guido van Rossum2003-01-281-0/+14
* Add some simple tests of the persistence hooks.Jeremy Hylton2002-11-131-0/+35
* Check for trailing backslash. Fixes #593656.Martin v. Löwis2002-08-141-0/+1
* Patch #505705: Remove eval in pickle and cPickle.Martin v. Löwis2002-08-141-3/+3
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-13/+15
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* 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