Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
8ab2ec432ae87f93e332883221831cb2febc5c25
/
Modules
/
cPickle.c
« Previous
3b6448f
ANSIfication: add proper prototypes to function-pointers and declarations.
by Thomas Wouters
· 24 years ago
03657cf
replace PyXXX_Length calls with PyXXX_Size calls
by Jeremy Hylton
· 24 years ago
c5007aa
final patches from Neil Schemenauer for garbage collection
by Jeremy Hylton
· 24 years ago
534b7c5
Trent Mick:
by Guido van Rossum
· 24 years ago
ea2b715
New version from Jim Fulton to fix a problem that Eric Raymond ran
by Guido van Rossum
· 25 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
83addc7
Charles Waldman writes:
by Guido van Rossum
· 25 years ago
5fccb7c
Marc-Andre Lemburg: support pickling Unicode objects, both in text
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
2f80d96
Patch by Stephen Turner, who writes:
by Guido van Rossum
· 25 years ago
c3be1a3
New version from Jim:
by Guido van Rossum
· 25 years ago
c03158b
Jim Fulton writes:
by Guido van Rossum
· 25 years ago
1b9e0aa
Jim Fulton writes:
by Guido van Rossum
· 26 years ago
761fcd0
Fix accidentally reversed NULL test in load_mark(). Suggested by
by Guido van Rossum
· 26 years ago
c91fcaa
Protection against picling to/from closed (real) file.
by Guido van Rossum
· 26 years ago
d1f66dc
Fix buglet in load_put -- the test for bad readline result tested the
by Guido van Rossum
· 26 years ago
f9ffb03
Jim Fulton: this fixes seg faults with bad pickles like "c".
by Guido van Rossum
· 26 years ago
aa8d167
Make sure not to call realloc() with a NULL pointer -- call malloc()
by Guido van Rossum
· 26 years ago
21ef088
Need to initialize self->safe_constructors early on to prevent crash
by Guido van Rossum
· 26 years ago
e94e3fb
Make VC++ 5.0 compiler happy.
by Guido van Rossum
· 26 years ago
50f385c
Fix two small bugs; add DL_EXPORT() to initcPickle decl.
by Guido van Rossum
· 26 years ago
053b8df
New version from Jim Fulton:
by Guido van Rossum
· 26 years ago
ce616e4
Enter Jim Fulton's latest version. He writes:
by Jeremy Hylton
· 26 years ago
d105523
Two fixes to find_class:
by Jeremy Hylton
· 26 years ago
e2d81cd
Jim Fulton's patches to get rid of the class_map().
by Guido van Rossum
· 26 years ago
764b984
Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two
by Fred Drake
· 26 years ago
ed33a3f
whichmodule(): remove redundant PyErr_Clear(); add explicit setting
by Guido van Rossum
· 26 years ago
104be4a
Use %.17f to format floats/doubles
by Guido van Rossum
· 27 years ago
8a6dba3
Clear class_map in constructor so that when it later detects an error
by Guido van Rossum
· 27 years ago
57d9f2e
Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a
by Guido van Rossum
· 27 years ago
9716aaa
Jim Fulton:
by Guido van Rossum
· 27 years ago
fdde96c
New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1
by Guido van Rossum
· 27 years ago
f6e8316
Initialize __version__ to the correct version string regardless of
by Guido van Rossum
· 27 years ago
4518823
In whichmodule(), use __module__ if set.
by Guido van Rossum
· 27 years ago
9efe8ef
#Plug small memory leaks in constructors.
by Guido van Rossum
· 27 years ago
779133c
Removed JF's dollar-Log-dollar RCS turd that caused compilation to
by Barry Warsaw
· 27 years ago
c6ef204
Added /**/ around #end tags
by Guido van Rossum
· 27 years ago
725d941
Renamed strndup to pystrndup, to avoid conflicting prototype
by Guido van Rossum
· 27 years ago
142eeb8
cPickle release 0.3 from Jim Fulton
by Guido van Rossum
· 27 years ago
5a37d7d
Renamed strndup to my_strndup to avoid conflict witth GNU libc.
by Guido van Rossum
· 27 years ago
de8d6d7
Use compile-time test for 64-bit hardware instead of run-time test.
by Guido van Rossum
· 27 years ago
b05a5c7
Instead of importing graminit.h whenever one of the three grammar 'root'
by Guido van Rossum
· 28 years ago
d385d59
Give PyErr_Format a new name and make it static.
by Guido van Rossum
· 28 years ago
60456fd
Jim Fulton's version 2.2.
by Guido van Rossum
· 28 years ago
93d29b6
Eliminated gcc -Wall complaints:
by Barry Warsaw
· 28 years ago
2f4caa4
cPickle, version 0.1.
by Guido van Rossum
· 28 years ago