1. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  2. bb67214 Clean up some int/long detection remnants in resource module. by Mark Dickinson · 15 years ago
  3. d8e821a Merged revisions 72479 via svnmerge from by Mark Dickinson · 15 years ago
  4. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  5. 8dc33d5 Merged revisions 72404-72406 via svnmerge from by Walter Dörwald · 15 years ago
  6. 81c447f turn this into a macro by Benjamin Peterson · 15 years ago
  7. b43d325 Merged revisions 72367 via svnmerge from by Benjamin Peterson · 15 years ago
  8. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  9. f172637 Merged revisions 72357 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 9cc2cf7 Merged revisions 72344 via svnmerge from by Mark Dickinson · 15 years ago
  11. 4adbc34 Issue #5943: Fix lchflags crash. by Martin v. Löwis · 15 years ago
  12. 86a05ec Added missing semicolon. by Eric Smith · 15 years ago
  13. 5968205 Merged revisions 72314 via svnmerge from by Georg Brandl · 15 years ago
  14. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  15. e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 by Benjamin Peterson · 15 years ago
  16. bbb9be7 Merged revisions 72273 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  17. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  18. 725bfd8 Issue #5914: Add new C-API function PyOS_string_to_double, to complement by Mark Dickinson · 15 years ago
  19. a9f48a0 Merged revisions 72223 via svnmerge from by Antoine Pitrou · 15 years ago
  20. fecf5d1 Fixed warning. (Should not use *const* as variable name) by Hirokazu Yamamoto · 15 years ago
  21. c6b607d port simplejson upgrade from the trunk #4136 by Benjamin Peterson · 15 years ago
  22. 8966c99 Merged revisions 72180 via svnmerge from by Antoine Pitrou · 15 years ago
  23. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  24. c1edc2d Merged revisions 72081 via svnmerge from by Thomas Heller · 15 years ago
  25. 7a0fedf Merged revisions 72054 via svnmerge from by Antoine Pitrou · 15 years ago
  26. 84c97af Merged revisions 71906 via svnmerge from by Thomas Heller · 15 years ago
  27. 34596a9 Merged revisions 71853 via svnmerge from by Thomas Heller · 15 years ago
  28. c9baac8 Merged revisions 71847 via svnmerge from by Thomas Heller · 15 years ago
  29. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 15 years ago
  30. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  31. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  32. 3e09f43 Make sure that marshal and pickle continue to output 17 by Mark Dickinson · 15 years ago
  33. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  34. 579b65c Merged revisions 71640-71641 via svnmerge from by Thomas Heller · 15 years ago
  35. f64e651 Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 15 years ago
  36. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 15 years ago
  38. 2d87e42 Merged revisions 71210 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  39. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  40. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  41. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  42. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 15 years ago
  43. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  44. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  45. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  46. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  47. 0e7aa8c Update a comment about why the __module__ can sometime be NULL. by Alexandre Vassalotti · 15 years ago
  48. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 15 years ago
  49. 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 15 years ago
  50. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  51. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  52. a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 15 years ago
  53. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  54. 32d68c2 Merged revisions 70849,70852 via svnmerge from by Jesse Noller · 15 years ago
  55. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  56. f8d0085 merge 70783 to py3k by Jesse Noller · 15 years ago
  57. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 15 years ago
  59. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 15 years ago
  60. 8e21fb2 Fix leak in _fileio.c (patch by Hirokazu Yamamoto) by Antoine Pitrou · 15 years ago
  61. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  62. 9041daa Restore a conditional I removed by mistake. by Antoine Pitrou · 15 years ago
  63. 66994e1 Issue #1174606: Calling read() without arguments of an unbounded file by Antoine Pitrou · 15 years ago
  64. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 15 years ago
  65. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  66. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  67. 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 15 years ago
  68. 8915e0e http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  69. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  70. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  71. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  72. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  73. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  74. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  75. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  76. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago
  77. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 15 years ago
  78. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  79. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  80. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 15 years ago
  81. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  82. 0e94189 Remove double negative by Antoine Pitrou · 15 years ago
  83. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 15 years ago
  84. 2db74c2 Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on SPARC CPUs, and possibly others) by Antoine Pitrou · 15 years ago
  85. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 15 years ago
  86. 36a30ce properly export PyExc_BlockingIOError by Benjamin Peterson · 15 years ago
  87. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  88. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 15 years ago
  89. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 15 years ago
  90. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 15 years ago
  91. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  92. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 15 years ago
  93. 45ed72d Issue5407 Broken Py3.1 release build in Visual Studio 2005 by Kristján Valur Jónsson · 15 years ago
  94. b5be6d4 re-merge r69268 (issue4804) from trunk: by Amaury Forgeot d'Arc · 15 years ago
  95. 56420b4 #4967 fix buggy read() by Benjamin Peterson · 15 years ago
  96. 1bd2e29 Merged revisions 70062 via svnmerge from by Mark Dickinson · 15 years ago
  97. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  98. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  99. 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 · 15 years ago
  100. 131733a - Modules/Setup.dist: Mention _heapq by Matthias Klose · 15 years ago