| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | OS/2 EMX port changes (Objects part of patch #450267): | Andrew MacIntyre | 2002-02-26 | 1 | -0/+4 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | SF Patch #494863, file.xreadlines() should raise ValueError if file is closed | Neal Norwitz | 2002-01-01 | 1 | -0/+2 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -2/+7 |
|
|
* | PyFile_WriteString(): change prototype so that the string arg is | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | open_the_file(): Explicitly set errno to 0 before calling fopen(). | Tim Peters | 2001-11-09 | 1 | -0/+1 |
|
|
* | open_the_file(): this routine has a borrowed reference to the file | Tim Peters | 2001-11-09 | 1 | -1/+0 |
|
|
* | Fix SF buf #476953: Bad more for opening file gives bad msg. | Jeremy Hylton | 2001-11-09 | 1 | -2/+6 |
|
|
* | fix for | Michael W. Hudson | 2001-10-31 | 1 | -2/+2 |
|
|
* | SF patch #474175 (Jay T Miller): file.readinto arg parsing bug | Guido van Rossum | 2001-10-23 | 1 | -1/+2 |
|
|
* | Band-aid solution to SF bug #470634: readlines() on linux requires 2 ^D's. | Guido van Rossum | 2001-10-12 | 1 | -4/+11 |
|
|
* | Rather gross workaround for a bug in the mac GUSI I/O library: | Jack Jansen | 2001-10-10 | 1 | -1/+7 |
|
|
* | Enable GC for new-style instances. This touches lots of files, since | Guido van Rossum | 2001-10-05 | 1 | -3/+3 |
|
|
* | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -31/+31 |
|
|
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -2/+2 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -4/+7 |
|
|
* | SF bug [#463093] File methods need doc strings. | Tim Peters | 2001-09-20 | 1 | -14/+94 |
|
|
* | Patch #462849: Pass Unicode objects to file's .write method. | Martin v. Löwis | 2001-09-19 | 1 | -3/+8 |
|
|
* | The end of [#460467] file objects should be subclassable. | Tim Peters | 2001-09-14 | 1 | -30/+63 |
|
|
* | Get rid of builtin_open() entirely (the C code and docstring, not the | Tim Peters | 2001-09-13 | 1 | -2/+2 |
|
|
* | Now that file objects are subclassable, you can get at the file constructor | Tim Peters | 2001-09-13 | 1 | -0/+8 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 1 | -23/+100 |
|
|
* | _portable_fseek(): | Guido van Rossum | 2001-09-10 | 1 | -0/+6 |
|
|
* | Enable large file support on Win32 systems. | Tim Peters | 2001-09-06 | 1 | -1/+1 |
|
|
* | Changes to automatically enable large file support on some systems. | Guido van Rossum | 2001-09-05 | 1 | -12/+20 |
|
|
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 1 | -7/+5 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -33/+20 |
|
|
* | Apply anonymous SF patch #441229. | Guido van Rossum | 2001-08-09 | 1 | -0/+6 |
|
|
* | Remove spurious "closed" attribute definition from the memberlist | Guido van Rossum | 2001-08-06 | 1 | -1/+0 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -27/+18 |
|
|
* | Kill more warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | file_getiter(): make iter(file) be equivalent to file.xreadlines(). | Guido van Rossum | 2001-05-22 | 1 | -12/+3 |
|
|
* | Mondo changes to the iterator stuff, without changing how Python code | Guido van Rossum | 2001-04-23 | 1 | -0/+1 |
|
|
* | Oops, forgot to merge this from the iter-branch to the trunk. | Guido van Rossum | 2001-04-21 | 1 | -9/+37 |
|
|
* | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 1 | -2/+2 |
|
|
* | Two improvements to large file support: | Guido van Rossum | 2001-03-01 | 1 | -30/+18 |
|
|
* | Move distributed and duplicated config for stat() and fstat() into pyport.h. | Tim Peters | 2001-01-18 | 1 | -20/+0 |
|
|
* | Rationalizing the fallback code for portable fseek -- this is all much | Guido van Rossum | 2001-01-16 | 1 | -26/+12 |
|
|
* | Speed getline_via_fgets(), by supplying two "fast paths", although one is | Tim Peters | 2001-01-15 | 1 | -54/+81 |
|
|
* | Use the "MS" getline hack (fgets()) by default on non-get_unlocked | Tim Peters | 2001-01-15 | 1 | -30/+47 |
|
|
* | Jeff Epler's patch adding an xreadlines() method. (It just imports | Guido van Rossum | 2001-01-09 | 1 | -1/+25 |
|
|
* | Tsk, tsk, tsk. Treat FreeBSD the same as the other BSDs when defining | Guido van Rossum | 2001-01-09 | 1 | -1/+1 |
|
|
* | A few reformats; no logic changes. | Tim Peters | 2001-01-08 | 1 | -9/+8 |
|
|
* | Let's hope that three time's a charm... | Guido van Rossum | 2001-01-08 | 1 | -3/+3 |
|
|
* | Fiddled ms_getline_hack after talking w/ Guido: made clearer that the | Tim Peters | 2001-01-08 | 1 | -65/+67 |
|
|
* | MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky | Tim Peters | 2001-01-07 | 1 | -15/+184 |
|
|
* | Tim noticed that I had botched get_line_raw(). Looking again, I | Guido van Rossum | 2001-01-07 | 1 | -47/+30 |
|
|
* | Restructured get_line() for clarity and speed. | Guido van Rossum | 2001-01-05 | 1 | -66/+59 |
|
|
* | 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 |
|
|