| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
|
|
* | In PyFile_WriteString(), call PyUnicode_FromString() instead of | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | Make test_descr.py pass. Had to disable a few tests, remove references | Guido van Rossum | 2007-07-11 | 1 | -6/+2 |
|
|
* | Rip out the file object's implementation. | Guido van Rossum | 2007-06-12 | 1 | -2121/+20 |
|
|
* | Minimal changes to make the "freeze" tool work again. | Guido van Rossum | 2007-06-12 | 1 | -17/+12 |
|
|
* | Enable new I/O. Disable creation of old files. | Guido van Rossum | 2007-05-24 | 1 | -0/+8 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -3/+3 |
|
|
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -9/+0 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -10/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -8/+7 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -43/+1 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -0/+2 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -1/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -8/+25 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -9/+14 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -1/+1 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+18 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -44/+48 |
|
|
* | Added much functionality to the bytes type. | Guido van Rossum | 2006-04-24 | 1 | -0/+5 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -11/+22 |
|
|
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 1 | -7/+0 |
|
|
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -26/+1 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -3/+37 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -14/+19 |
|
|
* | SF patch #1397960: When mixing file-iteration and | Thomas Wouters | 2006-02-12 | 1 | -2/+39 |
|
|
* | strlen() returns a size_t, get rid of 64-bit warning | Neal Norwitz | 2006-01-08 | 1 | -1/+1 |
|
|
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 1 | -7/+0 |
|
|
* | Add a workaround for file.ftell() to raise IOError for ttys. | Hye-Shik Chang | 2005-12-13 | 1 | -0/+7 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -3/+4 |
|
|
* | Disallow opening files with modes 'aU' or 'wU' as specified by PEP | Skip Montanaro | 2005-05-20 | 1 | -0/+51 |
|
|
* | If close() fails in file_dealloc, then print an error message to | Peter Astrand | 2004-11-07 | 1 | -1/+8 |
|
|
* | dump HAVE_FOPENRF stuff - obsolete | Skip Montanaro | 2004-06-11 | 1 | -26/+19 |
|
|
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -2/+5 |
|
|
* | If a file is opened with an explicit buffer size >= 1, repeated | Andrew MacIntyre | 2004-04-04 | 1 | -0/+2 |
|
|
* | Changed file.name to be the object passed as the 'name' argument to file() | Nicholas Bastin | 2004-03-21 | 1 | -17/+21 |
|
|
* | PyFile_WriteObject(): some of the local variables are only used when | Fred Drake | 2004-03-19 | 1 | -0/+2 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -35/+0 |
|
|
* | Getting rid of code dependent on GUSI or the MetroWerks compiler. | Jack Jansen | 2003-11-19 | 1 | -28/+0 |
|
|
* | Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. | Martin v. Löwis | 2003-10-18 | 1 | -1/+3 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -2/+2 |
|
|
* | Only release buffer after file has been closed. Fixes #800824. | Martin v. Löwis | 2003-09-07 | 1 | -1/+1 |
|
|
* | SF bug 801631: file.truncate fault on windows. | Tim Peters | 2003-09-07 | 1 | -74/+66 |
|
|
* | Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). | Martin v. Löwis | 2003-09-04 | 1 | -5/+19 |
|
|
* | Fix SF #789402, Memory leak on open() | Neal Norwitz | 2003-08-15 | 1 | -0/+1 |
|
|
* | Only encode Unicode objects when printing them raw. | Martin v. Löwis | 2003-05-18 | 1 | -1/+2 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -1/+41 |
|
|
* | Somewhere along the way, the softspace attr of file objects became read- | Tim Peters | 2003-05-04 | 1 | -1/+2 |
|
|
* | SF patch #683187, fix universal newline problems on error | Neal Norwitz | 2003-02-09 | 1 | -1/+4 |
|
|
* | Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. | Martin v. Löwis | 2003-01-03 | 1 | -1/+24 |
|
|