| Commit message (Expand) | Author | Age | Files | Lines |
* | Jim Fulton's patches to get rid of the class_map(). | Guido van Rossum | 1998-08-08 | 1 | -73/+27 |
|
|
* | Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred() == ... in two | Fred Drake | 1998-05-28 | 1 | -2/+4 |
|
|
* | whichmodule(): remove redundant PyErr_Clear(); add explicit setting | Guido van Rossum | 1998-05-14 | 1 | -4/+3 |
|
|
* | 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 |
|
|