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