1. c1edc2d Merged revisions 72081 via svnmerge from by Thomas Heller · 16 years ago
  2. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 16 years ago
  3. 84c97af Merged revisions 71906 via svnmerge from by Thomas Heller · 16 years ago
  4. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 16 years ago
  5. c9baac8 Merged revisions 71847 via svnmerge from by Thomas Heller · 16 years ago
  6. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 16 years ago
  7. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 16 years ago
  8. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 16 years ago
  9. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 16 years ago
  10. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 16 years ago
  11. 579b65c Merged revisions 71640-71641 via svnmerge from by Thomas Heller · 16 years ago
  12. f64e651 Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 16 years ago
  13. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 16 years ago
  15. 2d87e42 Merged revisions 71210 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  16. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 16 years ago
  17. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 16 years ago
  18. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 16 years ago
  19. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 16 years ago
  20. 8f2b665 fix typo #5687 by Benjamin Peterson · 16 years ago
  21. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago
  22. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 16 years ago
  23. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 16 years ago
  24. 0e7aa8c Update a comment about why the __module__ can sometime be NULL. by Alexandre Vassalotti · 16 years ago
  25. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 16 years ago
  26. 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 16 years ago
  27. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 16 years ago
  28. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 16 years ago
  29. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 16 years ago
  30. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  31. 32d68c2 Merged revisions 70849,70852 via svnmerge from by Jesse Noller · 16 years ago
  32. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  33. f8d0085 merge 70783 to py3k by Jesse Noller · 16 years ago
  34. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
  35. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 16 years ago
  36. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 16 years ago
  37. 8e21fb2 Fix leak in _fileio.c (patch by Hirokazu Yamamoto) by Antoine Pitrou · 16 years ago
  38. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 16 years ago
  39. 9041daa Restore a conditional I removed by mistake. by Antoine Pitrou · 16 years ago
  40. 66994e1 Issue #1174606: Calling read() without arguments of an unbounded file by Antoine Pitrou · 16 years ago
  41. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 16 years ago
  42. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  43. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
  44. 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 16 years ago
  45. 8915e0e http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
  46. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
  47. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
  48. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 16 years ago
  49. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 16 years ago
  50. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 16 years ago
  51. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 16 years ago
  52. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 16 years ago
  53. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 16 years ago
  54. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 16 years ago
  55. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  56. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
  57. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
  58. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  59. 0e94189 Remove double negative by Antoine Pitrou · 16 years ago
  60. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
  61. 2db74c2 Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on SPARC CPUs, and possibly others) by Antoine Pitrou · 16 years ago
  62. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 16 years ago
  63. 36a30ce properly export PyExc_BlockingIOError by Benjamin Peterson · 16 years ago
  64. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  65. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
  66. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 16 years ago
  67. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 16 years ago
  68. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  69. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 16 years ago
  70. 45ed72d Issue5407 Broken Py3.1 release build in Visual Studio 2005 by Kristján Valur Jónsson · 16 years ago
  71. b5be6d4 re-merge r69268 (issue4804) from trunk: by Amaury Forgeot d'Arc · 16 years ago
  72. 56420b4 #4967 fix buggy read() by Benjamin Peterson · 16 years ago
  73. 1bd2e29 Merged revisions 70062 via svnmerge from by Mark Dickinson · 16 years ago
  74. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  75. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  76. 26338d1 another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s. by Georg Brandl · 16 years ago
  77. 131733a - Modules/Setup.dist: Mention _heapq by Matthias Klose · 16 years ago
  78. 912fbca Merged revisions 69855 via svnmerge from by Benjamin Peterson · 16 years ago
  79. eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 16 years ago
  80. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  81. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
  82. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  83. f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
  84. 15a4950 Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
  85. 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  86. 25e26a0 Merged revisions 69688,69690 via svnmerge from by Benjamin Peterson · 16 years ago
  87. d6280f4 Add GC support to count() objects. by Raymond Hettinger · 16 years ago
  88. 575d133 Issue #5249: time.strftime returned malformed string when format string by Hirokazu Yamamoto · 16 years ago
  89. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
  90. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 17 years ago
  91. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 17 years ago
  92. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 17 years ago
  93. 6dfff19 Fix spaces/tabs in example. by Raymond Hettinger · 17 years ago
  94. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 17 years ago
  95. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
  96. 465c802 (The fix has been slightly adjusted.) by Thomas Heller · 17 years ago
  97. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 17 years ago
  98. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 17 years ago
  99. 3a409e9 This header was supposed to be committed in r69476 by Guilherme Polo · 17 years ago
  100. 6691772 Merged revisions 69474 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago