| Commit message (Expand) | Author | Age | Files | Lines |
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+1 |
|
|
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -9/+1 |
|
|
* | Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). | Martin v. Löwis | 2003-09-04 | 1 | -0/+1 |
|
|
* | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+2 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -12/+12 |
|
|
* | SF patch 580331 by Oren Tirosh: make file objects their own iterator. | Guido van Rossum | 2002-08-06 | 1 | -3/+6 |
|
|
* | Add missing \ to macro definition only used when universal newlines | Guido van Rossum | 2002-05-24 | 1 | -1/+1 |
|
|
* | Py_UniversalNewlineFread(): Many changes. | Tim Peters | 2002-04-21 | 1 | -5/+5 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -1/+19 |
|
|
* | Patch #530105: Allow file object may to be subtyped | Martin v. Löwis | 2002-03-15 | 1 | -0/+11 |
|
|
* | PyFile_WriteString(): change prototype so that the string arg is | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 1 | -1/+2 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -0/+5 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Added PyObject_AsFileDescriptor, which checks for integer, long integer, | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+1 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -16/+16 |
|
|
* | 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 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -9/+9 |
|
|
* | flushline and writestring can now return an error | Guido van Rossum | 1997-05-22 | 1 | -1/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, | Guido van Rossum | 1996-05-22 | 1 | -0/+3 |
|
|
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -2/+2 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -9/+9 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+2 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 1 | -0/+1 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | Add "close" function parameter to newopenfileobject(). | Guido van Rossum | 1991-06-07 | 1 | -1/+2 |
|
|
* | Added external interface to readline, for raw_input(). | Guido van Rossum | 1991-04-04 | 1 | -0/+1 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+9 |
|
|