summaryrefslogtreecommitdiffstats
path: root/Modules/cPickle.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed strndup to my_strndup to avoid conflict witth GNU libc.Guido van Rossum1997-05-161-5/+8
* Use compile-time test for 64-bit hardware instead of run-time test.Guido van Rossum1997-05-131-1/+9
* Instead of importing graminit.h whenever one of the three grammar 'root'Guido van Rossum1997-05-071-3/+6
* Give PyErr_Format a new name and make it static.Guido van Rossum1997-04-091-0/+5
* Jim Fulton's version 2.2.Guido van Rossum1997-04-091-2810/+2931
* Eliminated gcc -Wall complaints:Barry Warsaw1997-01-141-26/+22
* cPickle, version 0.1.Guido van Rossum1997-01-061-0/+3767