1. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  2. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  3. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 9 years ago
  4. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  5. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  6. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  7. 5b519e0 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING by Victor Stinner · 14 years ago
  8. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
  10. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  11. c896700 Partial fix for bug #1306 by Christian Heimes · 17 years ago
  12. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
  13. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  14. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  15. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  16. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  17. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  18. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  19. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  20. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  21. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  22. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  23. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  24. 7a6e959 SF patch 580331 by Oren Tirosh: make file objects their own iterator. by Guido van Rossum · 22 years ago
  25. a0a6c5a Add missing \ to macro definition only used when universal newlines by Guido van Rossum · 22 years ago
  26. 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 22 years ago
  27. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  28. f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 22 years ago
  29. c1bbcb8 PyFile_WriteString(): change prototype so that the string arg is by Tim Peters · 23 years ago
  30. 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
  31. 26cffde4 Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
  32. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  33. 06051ed Added PyObject_AsFileDescriptor, which checks for integer, long integer, by Andrew M. Kuchling · 24 years ago
  34. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  35. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  36. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  37. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  38. 745b8cf flushline and writestring can now return an error by Guido van Rossum · 27 years ago
  39. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  40. b422c24 Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, PyFile_WriteString. by Guido van Rossum · 28 years ago
  41. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  42. 9381782 new names for lots of new functions by Guido van Rossum · 29 years ago
  43. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  44. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  45. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  46. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  47. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  48. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  49. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  50. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  51. 6548140 Add "close" function parameter to newopenfileobject(). by Guido van Rossum · 33 years ago
  52. 0bd2441 Added external interface to readline, for raw_input(). by Guido van Rossum · 33 years ago
  53. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  54. 85a5fbb Initial revision by Guido van Rossum · 34 years ago