1. 605ee24 Always define _PyIsSelectable_fd(). by Charles-François Natali · 13 years ago
  2. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  3. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  4. bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 15 years ago
  5. bcd3ea8 Issue #5204: Define _PyVerify_fd on VC6 to make test_fdopen (test_os.py) pass. by Hirokazu Yamamoto · 16 years ago
  6. 6a743d3 Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions. by Kristján Valur Jónsson · 16 years ago
  7. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  8. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 16 years ago
  9. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  10. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  11. 0a440d4 Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile. by Kristján Valur Jónsson · 17 years ago
  12. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  13. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  14. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  15. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  16. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  17. 7a6e959 SF patch 580331 by Oren Tirosh: make file objects their own iterator. by Guido van Rossum · 22 years ago
  18. a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
  19. 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 22 years ago
  20. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  21. f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 23 years ago
  22. c1bbcb8 PyFile_WriteString(): change prototype so that the string arg is by Tim Peters · 23 years ago
  23. 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
  24. 26cffde Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
  25. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  26. 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
  27. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  28. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  29. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  30. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  31. 745b8cf flushline and writestring can now return an error by Guido van Rossum · 27 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. b422c24 Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, PyFile_WriteString. by Guido van Rossum · 28 years ago
  34. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
  35. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  36. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  37. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  38. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  39. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  40. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  41. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  42. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
  43. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  44. 6548140 Add "close" function parameter to newopenfileobject(). by Guido van Rossum · 33 years ago
  45. 0bd2441 Added external interface to readline, for raw_input(). by Guido van Rossum · 33 years ago
  46. f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
  47. 85a5fbb Initial revision by Guido van Rossum · 34 years ago