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
/
Modules
/
_pickle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13505: Make pickling of bytes object compatible with Python 2.
Alexandre Vassalotti
2011-12-13
1
-13/+45
*
Issue #7689: Allow pickling of dynamically created classes when their
Antoine Pitrou
2011-10-04
1
-4/+4
*
fix compiler compliant about \0 not being an opcode
Benjamin Peterson
2011-09-23
1
-6/+5
*
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
Antoine Pitrou
2011-08-29
1
-1/+10
*
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
Antoine Pitrou
2011-08-29
1
-72/+103
*
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-2/+1
*
Issue #11321: Fix a crash with multiple imports of the _pickle module when
Antoine Pitrou
2011-07-15
1
-0/+2
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 88147 via svnmerge from
Antoine Pitrou
2011-01-23
1
-5/+15
|
*
Merged revisions 84502 via svnmerge from
Antoine Pitrou
2010-09-04
1
-2/+2
|
*
Merged revisions 82937 via svnmerge from
Alexander Belopolsky
2010-07-17
1
-24/+14
|
*
Merged revisions 80031 via svnmerge from
Victor Stinner
2010-04-13
1
-2/+4
|
*
Merged revisions 77355 via svnmerge from
Antoine Pitrou
2010-01-07
1
-1/+1
*
|
Merged revisions 88546 via svnmerge from
Alexander Belopolsky
2011-02-24
1
-5/+0
*
|
Issue #10987: Fix the recursion limit handling in the _pickle module.
Antoine Pitrou
2011-01-23
1
-12/+19
*
|
Issue #10359: Remove useless comma, invalid in ISO C
Victor Stinner
2010-11-09
1
-2/+2
*
|
Revert r85797 (and r85798): it broke the Windows buildbots because of
Antoine Pitrou
2010-10-22
1
-34/+17
*
|
Issue #9935: Speed up pickling of instances of user-defined classes.
Antoine Pitrou
2010-10-22
1
-17/+34
*
|
Remove more unneeded casts to hashfunc.
Georg Brandl
2010-10-18
1
-2/+2
*
|
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-1/+1
*
|
Issue #3873: Speed up unpickling from file objects which have a peek()
Antoine Pitrou
2010-10-12
1
-24/+93
*
|
Issue #9410: Various optimizations to the pickle module, leading to
Antoine Pitrou
2010-09-09
1
-519/+1830
*
|
Fix typos in error messages (thanks Arfrever).
Antoine Pitrou
2010-09-04
1
-2/+2
*
|
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
Alexander Belopolsky
2010-07-17
1
-24/+14
*
|
Issue #8383: pickle and pickletools use surrogatepass error handler when
Victor Stinner
2010-04-13
1
-2/+4
*
|
Merged revisions 77352-77354 via svnmerge from
Antoine Pitrou
2010-01-07
1
-1/+1
|
/
*
Issue #6137: The pickle module now translates module names when loading
Antoine Pitrou
2009-06-04
1
-41/+240
*
Merged revisions 72930 via svnmerge from
Collin Winter
2009-05-26
1
-9/+8
*
Make variable declarations for opcodes in batch_dict_exact consistent
Alexandre Vassalotti
2009-05-25
1
-5/+5
*
Merged revisions 72909 via svnmerge from
Collin Winter
2009-05-25
1
-9/+81
*
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson
2009-05-03
1
-7/+7
*
Merged revisions 72223 via svnmerge from
Antoine Pitrou
2009-05-02
1
-1/+15
*
Make sure that marshal and pickle continue to output 17
Mark Dickinson
2009-04-17
1
-1/+1
*
The other half of Issue #1580: use short float repr where possible.
Eric Smith
2009-04-16
1
-8/+23
*
Update a comment about why the __module__ can sometime be NULL.
Alexandre Vassalotti
2009-04-03
1
-3/+6
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-2/+2
*
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson
2009-02-01
1
-1/+1
*
Merged revisions 68903,68906 via svnmerge from
Mark Dickinson
2009-01-24
1
-1/+2
*
Factor common branch in load_long().
Alexandre Vassalotti
2009-01-24
1
-5/+2
*
Remove unnecessary copying in load_long().
Alexandre Vassalotti
2009-01-23
1
-11/+3
*
Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the
Mark Dickinson
2009-01-20
1
-8/+28
*
Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle.
Alexandre Vassalotti
2008-12-27
1
-5/+36
*
#4373: Reference leak in the pickle module.
Amaury Forgeot d'Arc
2008-11-25
1
-0/+2
*
#4298: pickle.load() can segfault on invalid or truncated input.
Amaury Forgeot d'Arc
2008-11-11
1
-0/+5
*
Sorry, r67092 is commit miss....
Hirokazu Yamamoto
2008-11-04
1
-8/+8
*
Blocked revisions 67002 via svnmerge
Hirokazu Yamamoto
2008-11-04
1
-8/+8
*
Merged revisions 67049 via svnmerge from
Amaury Forgeot d'Arc
2008-10-30
1
-16/+28
*
#3664: The pickle module could segfault if a Pickler instance is not correctl...
Amaury Forgeot d'Arc
2008-10-17
1
-0/+15
*
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...
Amaury Forgeot d'Arc
2008-09-11
1
-62/+118
[next]