Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 | Guido van Rossum | 1997-12-04 | 1 | -99/+15 |
| | | | | distribution. | ||||
* | #Plug small memory leaks in constructors. | Guido van Rossum | 1997-09-03 | 1 | -2/+7 |
| | |||||
* | Fix the bug Jeremy was experiencing: both the close() and the | Guido van Rossum | 1997-09-03 | 1 | -4/+19 |
| | | | | | | | | | | | dealloc() functions contained code to free/DECREF the buffer (there were differences between I and O objects but the logic bug was the same). Fixed this be setting the buffer pointer to NULL and testing for that. (This also makes it safe to call close() more than once.) XXX Worry: what if you try to read() or write() once the thing is closed? | ||||
* | cPickle release 0.3 from Jim Fulton | Guido van Rossum | 1997-08-13 | 1 | -120/+118 |
| | |||||
* | My own patch: support writable 'softspace' attribute. | Guido van Rossum | 1997-04-11 | 1 | -2/+23 |
| | |||||
* | Unknown changes by Jim Fulton. | Guido van Rossum | 1997-04-09 | 1 | -199/+140 |
| | |||||
* | Quieted gcc -Wall by removing unused local variables. | Barry Warsaw | 1997-01-14 | 1 | -5/+9 |
| | | | | | Suppressing my urge to reformat according to Python coding standards! :-) | ||||
* | Jim's latest version. | Guido van Rossum | 1997-01-06 | 1 | -90/+129 |
| | |||||
* | Jim F's brainchild | Guido van Rossum | 1996-12-05 | 1 | -0/+678 |