1. dc7c128 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  2. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  3. 21e5fcd - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. by Matthias Klose · 15 years ago
  4. 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
  5. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  6. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  7. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  8. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago
  9. 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
  10. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  11. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  12. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 15 years ago
  13. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  14. 0e94189 Remove double negative by Antoine Pitrou · 15 years ago
  15. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 15 years ago
  16. 2db74c2 Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on SPARC CPUs, and possibly others) by Antoine Pitrou · 15 years ago
  17. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 15 years ago
  18. 36a30ce properly export PyExc_BlockingIOError by Benjamin Peterson · 15 years ago
  19. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  20. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 15 years ago
  21. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 15 years ago
  22. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 15 years ago
  23. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  24. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 15 years ago
  25. 45ed72d Issue5407 Broken Py3.1 release build in Visual Studio 2005 by Kristján Valur Jónsson · 15 years ago
  26. b5be6d4 re-merge r69268 (issue4804) from trunk: by Amaury Forgeot d'Arc · 15 years ago
  27. 56420b4 #4967 fix buggy read() by Benjamin Peterson · 15 years ago
  28. 1bd2e29 Merged revisions 70062 via svnmerge from by Mark Dickinson · 15 years ago
  29. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  30. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  31. 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
  32. 131733a - Modules/Setup.dist: Mention _heapq by Matthias Klose · 15 years ago
  33. 912fbca Merged revisions 69855 via svnmerge from by Benjamin Peterson · 15 years ago
  34. eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 15 years ago
  35. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  36. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 15 years ago
  37. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 15 years ago
  38. f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 15 years ago
  39. 15a4950 Add keyword arg support to itertools.compress(). by Raymond Hettinger · 15 years ago
  40. 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  41. 25e26a0 Merged revisions 69688,69690 via svnmerge from by Benjamin Peterson · 15 years ago
  42. d6280f4 Add GC support to count() objects. by Raymond Hettinger · 15 years ago
  43. 575d133 Issue #5249: time.strftime returned malformed string when format string by Hirokazu Yamamoto · 15 years ago
  44. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 15 years ago
  45. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 15 years ago
  46. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  47. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 15 years ago
  48. 6dfff19 Fix spaces/tabs in example. by Raymond Hettinger · 15 years ago
  49. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 15 years ago
  50. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 15 years ago
  51. 465c802 (The fix has been slightly adjusted.) by Thomas Heller · 15 years ago
  52. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 15 years ago
  53. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 15 years ago
  54. 3a409e9 This header was supposed to be committed in r69476 by Guilherme Polo · 15 years ago
  55. 6691772 Merged revisions 69474 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  56. b681df4 Merged revisions 69473 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  57. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 15 years ago
  58. 491aee2 Merged revisions 69376-69377 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  59. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  60. d943262 Merged revisions 69260 via svnmerge from by Thomas Heller · 15 years ago
  61. 7f42395 Merged revisions 69217,69219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  62. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  63. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  64. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 811f3dc Fix typo. by Raymond Hettinger · 15 years ago
  66. 3522a58 Update itertools.__doc__ to include all tools. by Raymond Hettinger · 15 years ago
  67. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 15 years ago
  68. 26dd760 Fix signed/unsigned mismatch. by Raymond Hettinger · 15 years ago
  69. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 15 years ago
  70. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 15 years ago
  71. cddcf44 Merged revisions 68903,68906 via svnmerge from by Mark Dickinson · 15 years ago
  72. e4bccb7 Factor common branch in load_long(). by Alexandre Vassalotti · 15 years ago
  73. 446f7ff Remove unnecessary copying in load_long(). by Alexandre Vassalotti · 15 years ago
  74. 44bf631 Followup of #4874: also fix multibytecodec.c by Antoine Pitrou · 15 years ago
  75. 81fabdb Issue #4874: Most builtin decoders now reject unicode input. by Antoine Pitrou · 15 years ago
  76. 08838b6 Merged revisions 68835 via svnmerge from by Antoine Pitrou · 15 years ago
  77. 8dd0514 Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the by Mark Dickinson · 15 years ago
  78. 4f7945f Fix typo by Antoine Pitrou · 15 years ago
  79. 7edf129 merge r68787 to py3k by Jesse Noller · 15 years ago
  80. 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 6214edd merge r68768 to py3k by Jesse Noller · 15 years ago
  82. 7aedf11 fix compiler warning by Benjamin Peterson · 15 years ago
  83. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 15 years ago
  84. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 15 years ago
  86. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 15 years ago
  87. fdaa3a3 Define PY_SSIZE_T_CLEAN at the top of the dbm module. This should fix the by Mark Dickinson · 15 years ago
  88. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 15 years ago
  89. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 15 years ago
  90. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 15 years ago
  91. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  92. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 15 years ago
  93. 14b78f5 Merged revisions 68462 via svnmerge from by Antoine Pitrou · 15 years ago
  94. 0560843 Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line by Antoine Pitrou · 15 years ago
  95. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  96. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 16 years ago
  97. 5e4e427 Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false. Fixes issue #4867. by Thomas Heller · 16 years ago
  98. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  99. 3f5f822 Fix for issue #3638: Remove module level functions in _tkinter that by Guilherme Polo · 16 years ago
  100. 31f30b1 Issue #4738: finer-grained locking in the zlib module. by Antoine Pitrou · 16 years ago