index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
pickletester.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 68908 via svnmerge from
Mark Dickinson
2009-01-24
1
-0/+10
*
Merged revisions 68814-68815 via svnmerge from
Mark Dickinson
2009-01-20
1
-81/+81
*
Merged revisions 67937-67938 via svnmerge from
Georg Brandl
2009-01-03
1
-2/+9
*
Merged revisions 67948-67950 via svnmerge from
Benjamin Peterson
2008-12-29
1
-1/+2
*
#4298: pickle.load() can segfault on invalid or truncated input.
Amaury Forgeot d'Arc
2008-11-11
1
-0/+5
*
Correct the pickle test, broken since r67059:
Amaury Forgeot d'Arc
2008-10-31
1
-2/+9
*
Merged revisions 67049 via svnmerge from
Amaury Forgeot d'Arc
2008-10-30
1
-0/+16
*
#3664: The pickle module could segfault if a Pickler instance is not correctl...
Amaury Forgeot d'Arc
2008-10-17
1
-0/+14
*
Issue 3514: Fixed segfault dues to infinite loop in __getattr__.
Alexandre Vassalotti
2008-08-15
1
-0/+12
*
Restore _pickle module accelerator module.
Alexandre Vassalotti
2008-06-12
1
-12/+13
*
revert the addition of _pickle because it was causing havok with 64-bit
Benjamin Peterson
2008-06-12
1
-13/+12
*
Issue 2917: Merge the pickle and cPickle module.
Alexandre Vassalotti
2008-06-11
1
-12/+13
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Rename copy_reg module to copyreg.
Alexandre Vassalotti
2008-05-11
1
-177/+177
*
- A new pickle protocol (protocol 3) is added with explicit support
Guido van Rossum
2008-03-17
1
-3/+18
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-1/+1
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-12/+12
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-220/+244
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-1/+1
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-14/+15
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-3/+3
*
Getting rid of cPickle. Mmm, feels good!
Guido van Rossum
2007-07-20
1
-6/+0
*
Open files in binary mode.
Walter Dörwald
2007-06-20
1
-2/+2
*
Rename checks for test_support.have_unicode (we always
Walter Dörwald
2007-06-08
1
-11/+8
*
Got test_pickletools and test_pickle working.
Guido van Rossum
2007-05-08
1
-34/+35
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-4/+4
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-4/+4
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+32
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-2/+2
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+2
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-8/+8
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-2/+2
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-2/+6
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+7
*
Patch #995766: Keyword argument support in cPickle.
Martin v. Löwis
2004-07-27
1
-0/+10
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
1
-15/+10
*
MyComplex now works.
Guido van Rossum
2003-03-02
1
-1/+1
*
test_load_from_canned_string(): Created a DATA2 string to test a canned
Tim Peters
2003-03-02
1
-2/+66
*
Three test cases for __reduce_ex__. This fails for cPickle, until Tim
Guido van Rossum
2003-02-18
1
-0/+52
*
cPickle.c, load_build(): Taught cPickle how to pick apart
Tim Peters
2003-02-15
1
-6/+1
*
cPickle produces NEWOBJ appropriately now. It still doesn't know
Tim Peters
2003-02-14
1
-6/+6
*
We didn't have any tests making pickles with one of {pickle, cPickle},
Tim Peters
2003-02-13
1
-0/+5
*
Added a simple NEWOBJ test. This is in the pickle-only part of the
Tim Peters
2003-02-13
1
-0/+15
*
Added a HIGHEST_PROTOCOL module attribute to pickle and cPickle.
Tim Peters
2003-02-13
1
-2/+4
*
Implemented batching for dicts in cPickle. This is after two failed
Tim Peters
2003-02-11
1
-17/+17
*
Implemented list batching in cPickle.
Tim Peters
2003-02-11
1
-17/+17
*
Added tests to ensure that list and dict "chunking" are actually
Tim Peters
2003-02-11
1
-1/+51
*
cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't
Tim Peters
2003-02-04
1
-11/+53
*
cPickle now generates proto 2 EXT[124] when appropriate.
Tim Peters
2003-02-04
1
-18/+18
[next]