- cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
- db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
- 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
- 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 22 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
- 7a6e959 SF patch 580331 by Oren Tirosh: make file objects their own iterator. by Guido van Rossum · 22 years ago
- a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
- 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 23 years ago
- 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
- f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 23 years ago
- c1bbcb8 PyFile_WriteString(): change prototype so that the string arg is by Tim Peters · 23 years ago
- 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
- 26cffde Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
- ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- 745b8cf flushline and writestring can now return an error by Guido van Rossum · 27 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- b422c24 Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, PyFile_WriteString. by Guido van Rossum · 28 years ago
- 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
- 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
- e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
- 6548140 Add "close" function parameter to newopenfileobject(). by Guido van Rossum · 33 years ago
- 0bd2441 Added external interface to readline, for raw_input(). by Guido van Rossum · 34 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 85a5fbb Initial revision by Guido van Rossum · 34 years ago