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
*
Use %.17f to format floats/doubles
Guido van Rossum
1998-04-03
1
-1/+1
*
Clear class_map in constructor so that when it later detects an error
Guido van Rossum
1998-03-06
1
-1/+2
*
Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a
Guido van Rossum
1998-01-19
1
-11/+10
*
Jim Fulton:
Guido van Rossum
1997-12-08
1
-24/+50
*
New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1
Guido van Rossum
1997-12-04
1
-246/+633
*
Initialize __version__ to the correct version string regardless of
Guido van Rossum
1997-12-01
1
-3/+14
*
In whichmodule(), use __module__ if set.
Guido van Rossum
1997-09-28
1
-0/+4
*
#Plug small memory leaks in constructors.
Guido van Rossum
1997-09-03
1
-2/+5
*
Removed JF's dollar-Log-dollar RCS turd that caused compilation to
Barry Warsaw
1997-08-21
1
-52/+0
*
Added /**/ around #end tags
Guido van Rossum
1997-08-21
1
-1/+4
*
Renamed strndup to pystrndup, to avoid conflicting prototype
Guido van Rossum
1997-08-20
1
-5/+9
*
cPickle release 0.3 from Jim Fulton
Guido van Rossum
1997-08-13
1
-49/+102
*
Renamed strndup to my_strndup to avoid conflict witth GNU libc.
Guido van Rossum
1997-05-16
1
-5/+8
*
Use compile-time test for 64-bit hardware instead of run-time test.
Guido van Rossum
1997-05-13
1
-1/+9
*
Instead of importing graminit.h whenever one of the three grammar 'root'
Guido van Rossum
1997-05-07
1
-3/+6
*
Give PyErr_Format a new name and make it static.
Guido van Rossum
1997-04-09
1
-0/+5
*
Jim Fulton's version 2.2.
Guido van Rossum
1997-04-09
1
-2810/+2931
*
Eliminated gcc -Wall complaints:
Barry Warsaw
1997-01-14
1
-26/+22
*
cPickle, version 0.1.
Guido van Rossum
1997-01-06
1
-0/+3767