| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the indentation consistently use tabs instead of using spaces just | Fred Drake | 2000-12-20 | 1 | -3/+3 |
|
|
* | Patch #102868 from cgw: fix memory leak when an EOF is encountered | Andrew M. Kuchling | 2000-12-19 | 1 | -0/+3 |
|
|
* | Only use getline() when compiling using glibc | Andrew M. Kuchling | 2000-11-30 | 1 | -1/+1 |
|
|
* | Patch #102469: Use glibc's getline() extension when reading unbounded lines | Andrew M. Kuchling | 2000-11-29 | 1 | -3/+30 |
|
|
* | Added _HAVE_BSDI and __APPLE__ to the list of platforms that require a | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -3/+3 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-06 | 1 | -0/+2 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -4/+0 |
|
|
* | Untested patch by Ty Sarna to make TELL64 work on older NetBSD systems. | Guido van Rossum | 2000-09-21 | 1 | -2/+6 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Peter Schneider-Kamp <nowonder@nowonder.de>: | Fred Drake | 2000-08-31 | 1 | -7/+3 |
|
|
* | Fixed a serious typo. | Marc-André Lemburg | 2000-08-25 | 1 | -1/+1 |
|
|
* | Fix to bug [ Bug #111860 ] file.writelines() crashes. | Marc-André Lemburg | 2000-08-25 | 1 | -9/+34 |
|
|
* | Added include for limits.h | Jack Jansen | 2000-08-22 | 1 | -0/+4 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 1 | -37/+145 |
|
|
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+58 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -85/+30 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -3/+3 |
|
|
* | Fix to bug #389: | Marc-André Lemburg | 2000-07-05 | 1 | -4/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | Jack Jansen: Moved includes to the top, removed think C support | Guido van Rossum | 2000-06-28 | 1 | -18/+20 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -1/+1 |
|
|
* | Checking in the new, improve file.writelines() code. | Guido van Rossum | 2000-03-13 | 1 | -24/+78 |
|
|
* | Many changes for Unicode, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -1/+7 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -5/+5 |
|
|
* | Patch by Mark Hammond to avoid certain header files on Windows/CE. | Guido van Rossum | 1999-08-27 | 1 | -1/+10 |
|
|
* | casts for picky compilers. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
|
|
* | Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int. | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
|
|
* | Need to include <sys/types.h> for off_t. | Guido van Rossum | 1999-01-07 | 1 | -0/+2 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -11/+53 |
|
|
* | Fix two places (seek and truncate) where a cascade of PyArg_Parse | Guido van Rossum | 1999-01-04 | 1 | -11/+9 |
|
|
* | As noted by Per Cederqvist, new_buffersize() sometimes returns the | Guido van Rossum | 1998-12-11 | 1 | -2/+11 |
|
|
* | PyFile_FromString(): If an exception occurs, pass in the filename that | Barry Warsaw | 1998-07-23 | 1 | -1/+2 |
|
|
* | Ugly band-aid to work around a bug in Linux ftell(). | Guido van Rossum | 1998-05-05 | 1 | -1/+3 |
|
|
* | Enable ftruncate() on the Mac. | Guido van Rossum | 1998-04-28 | 1 | -0/+6 |
|
|
* | Clear the error condition set by ftell(). | Guido van Rossum | 1998-04-27 | 1 | -0/+2 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -3/+6 |
|
|
* | Subtle fix in the read() code which could cause a read broken up in | Guido van Rossum | 1998-03-18 | 1 | -1/+1 |
|
|
* | When we have no setvbuf(), make the file totally unbuffered using | Guido van Rossum | 1998-03-06 | 1 | -1/+4 |
|
|
* | Of course, I shouldn't have used lseek() to find out the file's | Guido van Rossum | 1998-03-03 | 1 | -6/+3 |
|
|
* | Check ferror(), not errno, for fread() error. | Guido van Rossum | 1998-02-19 | 1 | -1/+1 |
|
|
* | Fix problem discovered by Barry: if you hit ^C to | Guido van Rossum | 1997-11-07 | 1 | -2/+2 |
|
|
* | Use lseek instead of ftell; compensate by adding BUFSIZE | Guido van Rossum | 1997-08-21 | 1 | -2/+6 |
|
|
* | Reordered list of methods to hopefully put the most frequently used | Guido van Rossum | 1997-07-13 | 1 | -8/+10 |
|
|
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 1 | -12/+18 |
|
|
* | Fix typo in error checking spotted by Just... | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
|
|
* | Add optional 'sizehint' argument to readlines(). After approximately | Guido van Rossum | 1997-05-10 | 1 | -23/+33 |
|
|
* | Rewrite readlines() to speed it up -- about a factor of 2 on my | Guido van Rossum | 1997-05-10 | 1 | -25/+89 |
|
|