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
/
cPickle.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
The C pickle now knows how to deal with a proto= argument. Assorted
Tim Peters
2003-02-01
1
-45/+86
*
Removed needless include of errno.h.
Tim Peters
2003-02-01
1
-4/+0
*
The module docstring had an RCS ID from 1999 embedded in it. Enough
Tim Peters
2003-02-01
1
-3/+1
*
Trimmed trailing whitespace.
Tim Peters
2003-02-01
1
-223/+223
*
Added #defines for proto 2 opcodes; gave the Pickler a proto member;
Tim Peters
2003-02-01
1
-16/+30
*
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
Tim Peters
2003-02-01
1
-46/+5
*
Ignore the state returned by __reduce__ if it is Py_None.
Guido van Rossum
2003-01-31
1
-0/+2
*
Patch #661760: Cygwin auto-import module patch
Jason Tishler
2003-01-06
1
-4/+2
*
Add an XXX comment about relative imports.
Guido van Rossum
2002-12-24
1
-1/+2
*
A patch from Kevin Jacobs, plugging several leaks discovered when
Tim Peters
2002-12-07
1
-5/+10
*
Make BadPickleGet a class. Fixes #609164.
Martin v. Löwis
2002-09-16
1
-3/+4
*
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis
2002-08-14
1
-31/+20
*
Allow more docstrings to be removed during compilation in some modules
Neal Norwitz
2002-08-13
1
-15/+16
*
Add recursion counter for pickling. Fixes #576084.
Martin v. Löwis
2002-08-04
1
-0/+9
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-3/+3
*
Fix indentation.
Jeremy Hylton
2002-07-18
1
-5/+5
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-2/+2
*
Given the persistent id code a shot at a class before calling save_global().
Jeremy Hylton
2002-07-16
1
-5/+5
*
remove decl of unused variable
Jeremy Hylton
2002-07-11
1
-1/+1
*
Do more robust test of whether global objects are accessible.
Jeremy Hylton
2002-07-11
1
-4/+3
*
Undefine TRUE and FALSE before redefining them.
Jack Jansen
2002-06-26
1
-0/+2
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-10/+9
*
Pickler_clear_memo(): convert to METH_NOARGS.
Fred Drake
2002-05-01
1
-5/+2
*
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters
2002-04-27
1
-7/+1
*
#546156, Remove load_false()/load_true(), they are not used
Neal Norwitz
2002-04-21
1
-14/+0
*
Implement an idea by Paul Rubin:
Guido van Rossum
2002-04-05
1
-15/+11
*
Removed old Digital Creations copyright/license notices (with
Guido van Rossum
2002-04-04
1
-48/+0
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
1
-0/+44
*
Reindent. Break long lines. Move comments before the statements.
Martin v. Löwis
2002-04-01
1
-3482/+3641
*
Remove UNLESS.
Martin v. Löwis
2002-04-01
1
-152/+152
*
Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags
Neal Norwitz
2002-03-31
1
-11/+11
*
Match behavior of the pickle.py module more closely.
Neil Schemenauer
2002-03-22
1
-0/+5
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
1
-3/+5
*
save(): Fix for SF bug #494904: Cannot pickle a class with a
Guido van Rossum
2001-12-19
1
-0/+5
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-3/+3
*
Use PyOS_snprintf() instead of sprintf().
Jeremy Hylton
2001-11-28
1
-4/+4
*
A change to sync with pickle.py:
Barry Warsaw
2001-11-15
1
-8/+0
*
load_string(): Force use of unsigned compare in a context that was
Tim Peters
2001-11-12
1
-6/+8
*
Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly
Michael W. Hudson
2001-11-09
1
-2/+4
*
Must terminate the Pickler_members[] and Pickler_getsets with NULL.
Jeremy Hylton
2001-10-16
1
-1/+3
*
Better fix for core dumps on recursive objects in fast mode.
Jeremy Hylton
2001-10-15
1
-32/+64
*
Progress on SF bug #466175 and general cleanup.
Jeremy Hylton
2001-10-12
1
-187/+197
*
load_int: The fallback to long ints was coded in such a way that it
Tim Peters
2001-08-28
1
-4/+3
*
SF patch #452239 by Gordon McMillan, to fix SF bug #451547.
Guido van Rossum
2001-08-18
1
-1/+25
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-0/+14
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+4
*
Remove code to initialize globals that are never used.
Fred Drake
2001-07-17
1
-22/+11
*
Ack -- this module mixes tabs and spaces, and what appears to be a mix
Tim Peters
2001-04-10
1
-5/+5
*
On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were getting
Tim Peters
2001-04-10
1
-5/+21
*
Critical fix: if cPickle on a sizeof(long)==8 box is used to read a
Tim Peters
2001-04-10
1
-1/+8
[prev]
[next]