summaryrefslogtreecommitdiffstats
path: root/Modules/cStringIO.c
Commit message (Expand)AuthorAgeFilesLines
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-091-8/+11
* Added a new "base" type, IOobject for which most of theJim Fulton2000-10-061-285/+355
* Implement readlines function. Closes Bug #110686.Martin v. Löwis2000-09-191-0/+36
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-1/+2
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-121-1/+1
* Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.Fred Drake2000-06-191-1/+1
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-5/+5
* raise TypeError when bad argument passed to cStringIO.StringIOJeremy Hylton2000-04-121-4/+10
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-7/+7
* New version from Jim: don't call Py_FatalError() when initialization fails.Guido van Rossum1999-06-151-5/+2
* The writelines() function was never tested and contained numerous bugsGuido van Rossum1999-02-081-4/+16
* Jim Fulton writes:Guido van Rossum1998-12-151-42/+73
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* New version from Jim Fulton:Guido van Rossum1998-11-251-71/+69
* Use 'S' format character for the optional constructor argument, so weGuido van Rossum1998-07-241-1/+1
* I_getattr(),Fred Drake1998-07-171-1/+7
* Module docstring indicated seek() isn't implemented, but it is.Fred Drake1998-04-111-1/+1
* New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1Guido van Rossum1997-12-041-99/+15
* #Plug small memory leaks in constructors.Guido van Rossum1997-09-031-2/+7
* Fix the bug Jeremy was experiencing: both the close() and theGuido van Rossum1997-09-031-4/+19
* cPickle release 0.3 from Jim FultonGuido van Rossum1997-08-131-120/+118
* My own patch: support writable 'softspace' attribute.Guido van Rossum1997-04-111-2/+23
* Unknown changes by Jim Fulton.Guido van Rossum1997-04-091-199/+140
* Quieted gcc -Wall by removing unused local variables.Barry Warsaw1997-01-141-5/+9
* Jim's latest version.Guido van Rossum1997-01-061-90/+129
* Jim F's brainchildGuido van Rossum1996-12-051-0/+678