1. f45b4cc Merged revisions 70223 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  2. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  3. b3c6ed5 fixed except syntax for py3 by Tarek Ziadé · 15 years ago
  4. 63b64c0 Merged revisions 70212 via svnmerge from by Tarek Ziadé · 15 years ago
  5. 113f607 simplify and beautify code by Benjamin Peterson · 15 years ago
  6. 0e94189 Remove double negative by Antoine Pitrou · 15 years ago
  7. 611eaf0 Document the suggested alternative to emtpy() and full(). by Raymond Hettinger · 15 years ago
  8. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 15 years ago
  9. 2db74c2 Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on SPARC CPUs, and possibly others) by Antoine Pitrou · 15 years ago
  10. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 15 years ago
  11. 3aed8d5 Blocked revisions 70166-70167,70169,70176,70178,70197 via svnmerge by Benjamin Peterson · 15 years ago
  12. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  13. 36a30ce properly export PyExc_BlockingIOError by Benjamin Peterson · 15 years ago
  14. 9b78925 Merged revisions 70193 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  15. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  16. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 15 years ago
  17. 5ac89cc rather pointless XXX by Benjamin Peterson · 15 years ago
  18. 5fd871d rename by Benjamin Peterson · 15 years ago
  19. 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 15 years ago
  20. 03cfa73 These are present in the trunk but no longer in 3.x, which causes problems by Ronald Oussoren · 15 years ago
  21. 8954cd3 Fix for issue #5408. This only enables test_osx_env when the current build by Ronald Oussoren · 15 years ago
  22. 5f734f1 Merged revisions 70172 via svnmerge from by Ronald Oussoren · 15 years ago
  23. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 15 years ago
  24. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 15 years ago
  25. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 15 years ago
  26. abaf78e Removed merge tracking for "svnmerge" for by Benjamin Peterson · 15 years ago
  27. da4cb8e Update project file. by Raymond Hettinger · 15 years ago
  28. 4f447fb Issue #5273: Fixed import failure on unicode path. (especially on windows) by Hirokazu Yamamoto · 15 years ago
  29. 7c9875c Move importlib over to _io. by Brett Cannon · 15 years ago
  30. 771ae96 Blocked revisions 70153 via svnmerge by Brett Cannon · 15 years ago
  31. b5f03c6 Add a test for importlib.import_module. by Brett Cannon · 15 years ago
  32. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  33. 03ad812 Initialized merge tracking via "svnmerge" with revisions "1-68679" from by Benjamin Peterson · 15 years ago
  34. b6b76cc Blocked revisions 70149 via svnmerge by Benjamin Peterson · 15 years ago
  35. 62f71b0 don't bother with version in doc builds by Benjamin Peterson · 15 years ago
  36. b212157 Additional test for __reduce__. by Raymond Hettinger · 15 years ago
  37. 89194ff Now that __keys are fully hidden, switch the underlying structure by Raymond Hettinger · 15 years ago
  38. 0c98817 Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  39. 5b26fb5 Add another test. by Raymond Hettinger · 15 years ago
  40. 14b89ff Fix-up __reduce__ which could not reach the __keys variable indirectly.' by Raymond Hettinger · 15 years ago
  41. 9a572ba Blocked revisions 70136 via svnmerge by Hirokazu Yamamoto · 15 years ago
  42. 4644d18 Blocked revisions 70081,70120-70123,70126,70131-70132 via svnmerge by Benjamin Peterson · 15 years ago
  43. 08c70cf Make the underlying data structure more private. by Raymond Hettinger · 15 years ago
  44. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 15 years ago
  45. ce57cdb Blocked revisions 70119 via svnmerge by Hirokazu Yamamoto · 15 years ago
  46. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 15 years ago
  47. 45ed72d Issue5407 Broken Py3.1 release build in Visual Studio 2005 by Kristján Valur Jónsson · 15 years ago
  48. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  49. ff23e8c Fix bootstrapping problem where setup.py was using configparser by Raymond Hettinger · 15 years ago
  50. dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 15 years ago
  51. 231b7f1 Fix markup. by Raymond Hettinger · 15 years ago
  52. b5be6d4 re-merge r69268 (issue4804) from trunk: by Amaury Forgeot d'Arc · 15 years ago
  53. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  54. 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 15 years ago
  55. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  56. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  57. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  58. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  59. ea9f8db Missed my last update to __eq__ to check matching length. by Raymond Hettinger · 15 years ago
  60. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  61. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 15 years ago
  62. 4d4975c Fixed typo. by Hirokazu Yamamoto · 15 years ago
  63. d9ca384 Merged revisions 70094 via svnmerge from by Tarek Ziadé · 15 years ago
  64. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 15 years ago
  65. 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 15 years ago
  66. 85685e9 Fix docs for ConfigParser. by Raymond Hettinger · 15 years ago
  67. 478a08e Blocked revisions 70078 via svnmerge by Georg Brandl · 15 years ago
  68. bbbfcd3 Blocked revisions 70071 via svnmerge by Jeffrey Yasskin · 15 years ago
  69. 4dd4052 Fix 2 oversights from r69961. by Jeffrey Yasskin · 15 years ago
  70. 56420b4 #4967 fix buggy read() by Benjamin Peterson · 15 years ago
  71. 1bd2e29 Merged revisions 70062 via svnmerge from by Mark Dickinson · 15 years ago
  72. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  73. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  74. f072122 Merged revisions 70049 via svnmerge from by Tarek Ziadé · 15 years ago
  75. e9a950e Blocked revisions 70011,70016 via svnmerge by Benjamin Peterson · 15 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 · 15 years ago
  77. ec12e82 #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. by Georg Brandl · 15 years ago
  78. f341acd #5360: remove RO which has been kicked from 3k. by Georg Brandl · 15 years ago
  79. 2dd0104 #5357: fix incomprehensible paragraph in urlopen() doc. by Georg Brandl · 15 years ago
  80. 38e3d51 Merged revisions 70017 via svnmerge from by Tarek Ziadé · 15 years ago
  81. 89fc2b7 Give mapping views a usable repr. by Raymond Hettinger · 15 years ago
  82. 3177f2f Merged revisions 70007 via svnmerge from by Tarek Ziadé · 15 years ago
  83. 041fb34 Merged revisions 70003 via svnmerge from by Tarek Ziadé · 15 years ago
  84. 2f060fb Blocked revisions 70000 via svnmerge by Benjamin Peterson · 15 years ago
  85. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  86. e3a2980 Blocked revisions 69994 via svnmerge by Benjamin Peterson · 15 years ago
  87. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 15 years ago
  88. 40ce6cc Blocked revisions 69937,69946,69952-69953,69955,69959,69981,69983 via svnmerge by Benjamin Peterson · 15 years ago
  89. d125845 Fix typo. by Raymond Hettinger · 15 years ago
  90. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  91. 0f31e6d Merged revisions 69976 via svnmerge from by Tarek Ziadé · 15 years ago
  92. 134708a Merged revisions 69974 via svnmerge from by Mark Dickinson · 15 years ago
  93. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  94. 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 15 years ago
  95. 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 15 years ago
  96. 95f285c Revert unintended part of r69948. Pydoc was not supposed to change. by Raymond Hettinger · 15 years ago
  97. 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 15 years ago
  98. 886687d Use ABCs to validate documented restriction to Sets or Sequences. by Raymond Hettinger · 15 years ago
  99. 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 15 years ago
  100. afd3045 Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. by Raymond Hettinger · 15 years ago