summaryrefslogtreecommitdiffstats
path: root/Modules/cPickle.c
Commit message (Expand)AuthorAgeFilesLines
* Trent Mick:Guido van Rossum2000-06-281-8/+7
* New version from Jim Fulton to fix a problem that Eric Raymond ranGuido van Rossum2000-05-091-6/+20
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-7/+7
* Charles Waldman writes:Guido van Rossum2000-04-211-14/+11
* Marc-Andre Lemburg: support pickling Unicode objects, both in textGuido van Rossum2000-03-101-0/+149
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-11/+11
* Patch by Stephen Turner, who writes:Guido van Rossum1999-07-131-18/+27
* New version from Jim:Guido van Rossum1999-06-151-50/+30
* Jim Fulton writes:Guido van Rossum1999-06-091-10/+56
* Jim Fulton writes:Guido van Rossum1999-04-191-13/+41
* Fix accidentally reversed NULL test in load_mark(). Suggested byGuido van Rossum1999-04-121-1/+1
* Protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+8
* Fix buglet in load_put -- the test for bad readline result tested theGuido van Rossum1999-02-081-1/+1
* Jim Fulton: this fixes seg faults with bad pickles like "c".Guido van Rossum1999-02-041-3/+22
* Make sure not to call realloc() with a NULL pointer -- call malloc()Guido van Rossum1999-01-251-1/+4
* Need to initialize self->safe_constructors early on to prevent crashGuido van Rossum1998-12-111-0/+1
* Make VC++ 5.0 compiler happy.Guido van Rossum1998-12-081-12/+8
* Fix two small bugs; add DL_EXPORT() to initcPickle decl.Guido van Rossum1998-12-041-2/+3
* New version from Jim Fulton:Guido van Rossum1998-11-251-1172/+1110
* Enter Jim Fulton's latest version. He writes:Jeremy Hylton1998-08-131-20/+80
* Two fixes to find_class:Jeremy Hylton1998-08-111-9/+22
* Jim Fulton's patches to get rid of the class_map().Guido van Rossum1998-08-081-73/+27
* Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in twoFred Drake1998-05-281-2/+4
* whichmodule(): remove redundant PyErr_Clear(); add explicit settingGuido van Rossum1998-05-141-4/+3
* Use %.17f to format floats/doublesGuido van Rossum1998-04-031-1/+1
* Clear class_map in constructor so that when it later detects an errorGuido van Rossum1998-03-061-1/+2
* Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not aGuido van Rossum1998-01-191-11/+10
* Jim Fulton:Guido van Rossum1997-12-081-24/+50
* New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1Guido van Rossum1997-12-041-246/+633
* Initialize __version__ to the correct version string regardless ofGuido van Rossum1997-12-011-3/+14
* In whichmodule(), use __module__ if set.Guido van Rossum1997-09-281-0/+4
* #Plug small memory leaks in constructors.Guido van Rossum1997-09-031-2/+5
* Removed JF's dollar-Log-dollar RCS turd that caused compilation toBarry Warsaw1997-08-211-52/+0
* Added /**/ around #end tagsGuido van Rossum1997-08-211-1/+4
* Renamed strndup to pystrndup, to avoid conflicting prototypeGuido van Rossum1997-08-201-5/+9
* cPickle release 0.3 from Jim FultonGuido van Rossum1997-08-131-49/+102
* 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