summaryrefslogtreecommitdiff
path: root/Modules/cStringIO.c
Commit message (Expand)AuthorAgeFilesLines
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-211-0/+1
* sizeof(char) is 1, by definition, so get rid of that expression inTim Peters2004-06-271-5/+4
* SF patch #907403: Improvements to cStringIO.writelines()Raymond Hettinger2004-03-081-28/+23
* Speed-up the joiner call by avoiding Py_BuildValue().Raymond Hettinger2004-02-271-1/+5
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-121-1/+1
* reverting to 2.41 version (distinct tp_names) - will add verbiage to theSkip Montanaro2003-08-111-2/+2
* shit - just change the visible name, not the comments - strictly speaking,Skip Montanaro2003-08-111-3/+3
* typosSkip Montanaro2003-08-111-3/+3
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-2/+22
* SF patch 695710: fix bug 678519: cStringIO self iteratorRaymond Hettinger2003-04-241-65/+56
* SF patch 660559: Use METH_O and METH_NOARGS where possibleRaymond Hettinger2003-01-031-33/+19
* SF bug 601775 - some int results that should be bool.Guido van Rossum2002-09-011-1/+2
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-3/+3
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-48/+35
* See discussion at SF bug 547537.Guido van Rossum2002-04-291-1/+1
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-53/+0
* Fix SF bug #526518Jeremy Hylton2002-03-081-1/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* O_cwrite(): rewrote for clarity, replacing all the (Oobject *)selfGuido van Rossum2001-12-071-16/+17
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-241-9/+5
* I_getiter(): Function for the tp_iter slot of Itype so thatBarry Warsaw2001-09-221-20/+45
* 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