1. 3603cc5 Issue #9425: PyFile_FromFd() ignores the name argument by Victor Stinner · 14 years ago
  2. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  3. 0964ee1 PyFile_FromFd() uses PyUnicode_DecodeFSDefault() instead of by Victor Stinner · 14 years ago
  4. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  5. ff649b4 Make stdprinter_write static. by Martin v. Löwis · 16 years ago
  6. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  7. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  8. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  9. 58cb1b8 Fix for #1415 pythonw.exe fails because std streams a missing by Christian Heimes · 17 years ago
  10. 1607278 Let's do as Guido says and return None instead of -1 by Christian Heimes · 17 years ago
  11. af935e3 Stop Python code from instantiating a new stdprinter with sys.stderr.__class__() by Christian Heimes · 17 years ago
  12. e018b30 Bug #1415 by Christian Heimes · 17 years ago
  13. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  14. c6ecfcd Minor correction to the stdprinter object. by Guido van Rossum · 17 years ago
  15. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
  16. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  17. b6538a8 Remove redundant PyInt/PyLong checks. by Georg Brandl · 17 years ago
  18. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  19. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  20. e518bf3 PyFile_WriteObject() should use PyObject_Repr(), not _ReprStr8(). by Guido van Rossum · 17 years ago
  21. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  22. 1101980 In PyFile_WriteString(), call PyUnicode_FromString() instead of by Guido van Rossum · 17 years ago
  23. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  24. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  25. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  26. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  27. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  28. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  29. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  30. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  31. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  32. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  33. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  34. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  36. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  37. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  38. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  39. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  40. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  41. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  42. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  43. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  44. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  45. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  46. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 18 years ago
  47. 76dc081 strlen() returns a size_t, get rid of 64-bit warning by Neal Norwitz · 18 years ago
  48. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  49. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  50. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  51. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  52. f8e74b1 If close() fails in file_dealloc, then print an error message to by Peter Astrand · 20 years ago
  53. 51ffac6 dump HAVE_FOPENRF stuff - obsolete by Skip Montanaro · 20 years ago
  54. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  55. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  56. abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 20 years ago
  57. 086a0f7 PyFile_WriteObject(): some of the local variables are only used when by Fred Drake · 20 years ago
  58. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  59. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  60. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 21 years ago
  61. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  62. 7bbcde7 Only release buffer after file has been closed. Fixes #800824. by Martin v. Löwis · 21 years ago
  63. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  64. 1e3bdf6 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 21 years ago
  65. 98cad48 Fix SF #789402, Memory leak on open() by Neal Norwitz · 21 years ago
  66. 415da6e Only encode Unicode objects when printing them raw. by Martin v. Löwis · 21 years ago
  67. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  68. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  69. cb3319f SF patch #683187, fix universal newline problems on error by Neal Norwitz · 21 years ago
  70. af6a27a Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. by Martin v. Löwis · 22 years ago
  71. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  72. a080be8 * Objects/fileobject.c by Gustavo Niemeyer · 22 years ago
  73. 786ddb2 Fixed bug by Gustavo Niemeyer · 22 years ago
  74. 6233c9b Patch #650834: Document 'U' in file mode, remove stale variables. by Martin v. Löwis · 22 years ago
  75. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  76. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  77. 8b73542 Reflow long lines. by Jeremy Hylton · 22 years ago
  78. d8b995f Make readahead functions static by Neal Norwitz · 22 years ago
  79. 7a6e959 SF patch 580331 by Oren Tirosh: make file objects their own iterator. by Guido van Rossum · 22 years ago
  80. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  81. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  82. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  83. 4be55b5 file_doc: Add some description of the U mode character, but only when by Barry Warsaw · 22 years ago
  84. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  85. e1682a8 Py_UniversalNewlineFread(): small speed boost on non-Windows boxes. by Tim Peters · 22 years ago
  86. 058b141 Py_UniversalNewlineFread(): Many changes. by Tim Peters · 22 years ago
  87. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  88. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  89. 2ea9111 SF bug 538827: Python open w/ MSVC6: bad error msgs. by Tim Peters · 22 years ago
  90. 7f7666f isatty() should return a bool. by Guido van Rossum · 22 years ago
  91. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  92. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  93. 3a204a7 Grow the string buffer at a mildly exponential rate for the getc version by Neil Schemenauer · 22 years ago
  94. ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 22 years ago
  95. ed19b88 Check in (hopefully) corrected version of last change. by Neil Schemenauer · 22 years ago
  96. 12a6d94 Undo last commit. It's causing the tests to file. by Neil Schemenauer · 22 years ago
  97. 398b9f6 Disallow open()ing of directories. Closes SF bug 487277. by Neil Schemenauer · 22 years ago
  98. f6eebbb Patch #530105: Allow file object may to be subtyped by Martin v. Löwis · 22 years ago
  99. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  100. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago