1. 119e502 Fix typos in code comments and documentation by Martin Panter · 9 years ago
  2. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  3. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  4. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  5. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  6. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  7. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 10 years ago
  8. 5056769 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 10 years ago
  9. b817b77 Replaced "string" with "bytes object" in docstrings of binary I/O objects. by Serhiy Storchaka · 10 years ago
  10. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 10 years ago
  11. 38c30e6 Issue #15381: Fixed a bug in BytesIO.write(). by Serhiy Storchaka · 10 years ago
  12. b9765ee Issue #15381: Try to fix refcount bug. Empty and 1-byte buffers are always shared. by Serhiy Storchaka · 10 years ago
  13. 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 10 years ago
  14. 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  15. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  16. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  17. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  18. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  19. d7728ca Issue #15381: Optimized line reading in io.BytesIO. by Serhiy Storchaka · 10 years ago
  20. cc66a73 Issue #22003: When initialized from a bytes object, io.BytesIO() now by Antoine Pitrou · 10 years ago
  21. ea94ba4 Merge 3.2. by Stefan Krah · 12 years ago
  22. 96efdd4 Issue #15868: Fix refleak in bytesio.c (Coverity #715365). by Stefan Krah · 12 years ago
  23. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  24. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  25. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  26. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  27. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
  28. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  29. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  30. d5c3f6c BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. by Antoine Pitrou · 14 years ago
  31. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 15 years ago
  32. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  33. ba5c743 Issue 5449: Fix io.BytesIO to not accept arbitrary keywords by Alexandre Vassalotti · 15 years ago
  34. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  35. fc47704 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. by Alexandre Vassalotti · 15 years ago
  36. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  37. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  38. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago[Renamed from Modules/_bytesio.c]
  39. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  40. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  41. a8a9304 Merged revisions 66693 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  43. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  44. 10dfc1e Fixed bytes naming in the docstrings of _bytesio.c. by Alexandre Vassalotti · 16 years ago
  45. 7d06089 Fixed docstring of _bytesio._BytesIO.writelines(). by Alexandre Vassalotti · 16 years ago
  46. 1bfe9dc8 Changed _bytesio.c to avoid comparing a signed with an unsigned value. by Alexandre Vassalotti · 16 years ago
  47. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago