index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
pickletester.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25761: Added more test cases for testing unpickling broken data.
Serhiy Storchaka
2015-11-29
1
-4
/
+2
|
\
|
*
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka
2015-11-23
1
-1
/
+84
|
|
\
|
*
\
Issue #892902: Added new tests for pickling recursive collections.
Serhiy Storchaka
2015-11-07
1
-4
/
+2
|
|
\
\
|
|
*
|
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
Serhiy Storchaka
2015-10-10
1
-4
/
+2
*
|
|
|
Issue #25761: Added more test cases for testing unpickling broken data.
Serhiy Storchaka
2015-11-29
1
-15
/
+101
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka
2015-11-23
1
-15
/
+101
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #892902: Added new tests for pickling recursive collections.
Serhiy Storchaka
2015-11-07
1
-16
/
+104
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
Serhiy Storchaka
2015-09-29
1
-15
/
+101
|
|
|
\
\
|
|
|
*
\
Added additional unpickling tests.
Serhiy Storchaka
2015-09-29
1
-37
/
+229
|
|
|
|
\
\
|
|
|
*
\
\
Moved unpickling tests with prepickled data to separate class.
Serhiy Storchaka
2015-09-29
1
-15
/
+101
|
|
|
|
\
\
\
|
|
|
|
*
\
\
merge 3.4
Benjamin Peterson
2015-07-02
1
-15
/
+101
|
|
|
|
|
\
\
\
|
|
|
|
|
*
\
\
merge 3.4 (#24552)
Benjamin Peterson
2015-07-02
1
-0
/
+12
|
|
|
|
|
|
\
\
\
|
|
|
|
|
*
|
|
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
1
-4
/
+15
|
|
|
|
|
*
|
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
1
-11
/
+86
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
*
\
\
\
Use pickled data compatible with Python 2 for testing protocols 0-2.
Serhiy Storchaka
2015-02-15
1
-11
/
+86
|
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
|
*
\
\
\
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Serhiy Storchaka
2015-01-26
1
-11
/
+86
|
|
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
|
|
*
|
|
|
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
Serhiy Storchaka
2014-12-16
1
-11
/
+65
|
|
|
|
|
|
|
|
*
|
|
|
Fix uninitialized variable after #22676.
Antoine Pitrou
2014-12-02
1
-0
/
+21
*
|
|
|
|
|
|
|
|
|
|
|
Issue #25761: Added more test cases for testing unpickling broken data.
Serhiy Storchaka
2015-11-29
1
-93
/
+197
|
/
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
|
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
Serhiy Storchaka
2015-11-23
1
-1
/
+84
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Issue #892902: Added new tests for pickling recursive collections.
Serhiy Storchaka
2015-11-07
1
-16
/
+104
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
Serhiy Storchaka
2015-09-29
1
-0
/
+20
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Added additional unpickling tests.
Serhiy Storchaka
2015-09-29
1
-37
/
+229
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Moved unpickling tests with prepickled data to separate class.
Serhiy Storchaka
2015-09-29
1
-209
/
+215
|
/
/
/
/
/
/
*
|
|
|
|
|
use correct __new__ method (closes #24552)
Benjamin Peterson
2015-07-02
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
fix use after free (closes #24552)
Benjamin Peterson
2015-07-02
1
-0
/
+12
|
/
/
/
/
*
|
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
1
-1
/
+48
|
/
/
/
*
|
|
Use pickled data compatible with Python 2 for testing protocols 0-2.
Serhiy Storchaka
2015-02-15
1
-216
/
+217
|
/
/
*
|
Issue #23094: Fixed readline with frames in Python implementation of pickle.
Serhiy Storchaka
2015-01-26
1
-0
/
+8
|
/
*
Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
Serhiy Storchaka
2014-11-02
1
-1
/
+1
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-7
/
+5
|
\
|
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-7
/
+5
*
|
Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.
Antoine Pitrou
2013-12-28
1
-2
/
+10
*
|
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
1
-1
/
+29
*
|
Issue #19881: Fix bad pickling of large bytes in cpickle.
Alexandre Vassalotti
2013-12-05
1
-21
/
+54
*
|
Issue #19800: make the pickle framing tests more precise.
Antoine Pitrou
2013-12-03
1
-0
/
+22
*
|
Fix #19834: merge with 3.3.
Walter Doerwald
2013-12-02
1
-152
/
+428
|
\
\
|
|
/
|
/
|
|
*
Issue #19754: Make pickletools.optimize respect the frame size target.
Alexandre Vassalotti
2013-12-01
1
-12
/
+1
|
*
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-0
/
+9
|
|
\
|
*
\
Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-18
/
+22
|
|
\
\
|
*
|
|
Selectively re-enable framing tests
Antoine Pitrou
2013-11-24
1
-11
/
+19
|
*
|
|
Disable annoying tests which doesn't work optimized pickles.
Alexandre Vassalotti
2013-11-23
1
-11
/
+13
|
*
|
|
Make framing optional in pickle protocol 4.
Alexandre Vassalotti
2013-11-23
1
-0
/
+39
|
*
|
|
test_pickle: speed up test_long
Antoine Pitrou
2013-11-23
1
-1
/
+5
|
*
|
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-129
/
+358
|
*
|
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-24
/
+29
|
|
\
\
\
|
|
*
\
\
Merge 3.3
Alexandre Vassalotti
2013-04-20
1
-4
/
+54
|
|
|
\
\
\
|
|
*
|
|
|
Make C and Python implementations of pickle load STRING opcodes the same way.
Alexandre Vassalotti
2013-04-15
1
-24
/
+29
*
|
|
|
|
|
Fix issue #19834: Support unpickling of exceptions pickled by Python 2.
Walter Doerwald
2013-12-02
1
-0
/
+80
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-11-30
1
-0
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
[next]