1. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  2. b7706b5 Merged revisions 73518-73519 via svnmerge from by Nick Coghlan · 15 years ago
  3. 5250401 must be bytes by Benjamin Peterson · 15 years ago
  4. b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 15 years ago
  5. 8be54bb revert 73505 here by Benjamin Peterson · 15 years ago
  6. b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 15 years ago
  7. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 15 years ago
  8. ef83ab9 Merged revisions 73499 via svnmerge from by Steven Bethard · 15 years ago
  9. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  10. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  11. 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  12. e9ff86e Blocked revisions 73471 via svnmerge by Georg Brandl · 15 years ago
  13. 2e11ab3 Blocked revisions 73472 via svnmerge by Amaury Forgeot d'Arc · 15 years ago
  14. 722d8c3 Remove unused import by Raymond Hettinger · 15 years ago
  15. c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  16. 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 15 years ago
  17. e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 15 years ago
  18. 5bc472a Add usage note. by Raymond Hettinger · 15 years ago
  19. c43a26d rephrase for clarity by Benjamin Peterson · 15 years ago
  20. c388a83 Merged revisions 73451 via svnmerge from by Mark Dickinson · 15 years ago
  21. 8699aea The key-value pairs can be lists or tuples or any iterable. by Raymond Hettinger · 15 years ago
  22. 2c86004 Merged revisions 73447-73448 via svnmerge from by Georg Brandl · 15 years ago
  23. fc11f27 Expand a bit on dict views. by Georg Brandl · 15 years ago
  24. 5e06a65 Merged revisions 73441 via svnmerge from by Tarek Ziadé · 15 years ago
  25. 693d804 Blocked revisions 73433 via svnmerge by Benjamin Peterson · 15 years ago
  26. 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 15 years ago
  27. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  28. 2a8b54d update peek documentation to implementation by Benjamin Peterson · 15 years ago
  29. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  30. 077da0e Blocked revisions 73423 via svnmerge by Hirokazu Yamamoto · 15 years ago
  31. 01bf236 post release version bumps by Benjamin Peterson · 15 years ago
  32. 286ff76 tag 3.1 release candidate 2 by Benjamin Peterson · 15 years ago
  33. 52915df update the README to be a little more inspiring w/regards to stability by Benjamin Peterson · 15 years ago
  34. c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
  35. 59843e9 update pydoc topics by Benjamin Peterson · 15 years ago
  36. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  37. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 15 years ago
  38. 83eacca Merged revisions 73390 via svnmerge from by Martin v. Löwis · 15 years ago
  39. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  40. 554290d Fixup/simplify another nested context manager. by Raymond Hettinger · 15 years ago
  41. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  42. 2c3ac6b Merged revisions 73370 via svnmerge from by Benjamin Peterson · 15 years ago
  43. be40db0 Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  44. 59e6eb1 Blocked revisions 73145 via svnmerge by Benjamin Peterson · 15 years ago
  45. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 6520b68 Blocked revisions 73372 via svnmerge by Benjamin Peterson · 15 years ago
  47. 862f87a Blocked revisions 73182,73184,73238,73252,73281,73334,73361-73362,73367 via svnmerge by Benjamin Peterson · 15 years ago
  48. 27352a5 Move comment to correct line. by Raymond Hettinger · 15 years ago
  49. e046d2a Add example of how to do key lookups with bisect(). by Raymond Hettinger · 15 years ago
  50. 14eac1b Recorded merge of revisions 73350,73353 via svnmerge from by Georg Brandl · 15 years ago
  51. affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
  52. e653a7d Merged revisions 73354 via svnmerge from by Tarek Ziadé · 15 years ago
  53. ff54336 Merged revisions 73348 via svnmerge from by Tarek Ziadé · 15 years ago
  54. a8b5a14 Blocked revisions 73345 via svnmerge by Tarek Ziadé · 15 years ago
  55. abcc3f4 Merged revisions 73341 via svnmerge from by Tarek Ziadé · 15 years ago
  56. 015c810 Merged revisions 73336 via svnmerge from by Tarek Ziadé · 15 years ago
  57. fde29be Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 15 years ago
  58. 5c96308 Fix funny typo. by Raymond Hettinger · 15 years ago
  59. f6b8872 Merged revisions 73328 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  60. 2cdc88e Blocked revisions 73325-73326 via svnmerge by Amaury Forgeot d'Arc · 15 years ago
  61. 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 15 years ago
  62. 5b4a54c Add notes for porting issues related to pickles. by Raymond Hettinger · 15 years ago
  63. 662bad8 Add example for the change to pickle and note the effect of the fix_imports option. by Raymond Hettinger · 15 years ago
  64. 0803d87 Blocked revisions 73314 via svnmerge by Eric Smith · 15 years ago
  65. 99aab65 Merged revisions 73305 via svnmerge from by Ronald Oussoren · 15 years ago
  66. 0d2cceb Merged revisions 73303 via svnmerge from by Ronald Oussoren · 15 years ago
  67. 10e0e30 Fix markup. by Georg Brandl · 15 years ago
  68. 3440c42 Fix typo. by Thomas Heller · 15 years ago
  69. 7ae90dd Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions. by Georg Brandl · 15 years ago
  70. 1b8b718 Blocked revisions 73296 via svnmerge by Georg Brandl · 15 years ago
  71. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  72. 8d8f197 Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the type for C strings. Lots of small markup fixes. Also fixes #4309. by Georg Brandl · 15 years ago
  73. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 15 years ago
  74. cdf8b34 Fix default value in docstring. by Georg Brandl · 15 years ago
  75. 472f2e2 Use boolean for another flag option. by Georg Brandl · 15 years ago
  76. 96f05e5 Use a real bool for a flag option. by Georg Brandl · 15 years ago
  77. 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 15 years ago
  78. 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 15 years ago
  79. ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 15 years ago
  80. c674f7d Blocked revisions 73282 via svnmerge by Benjamin Peterson · 15 years ago
  81. c6d936e When _locale became a built-in module it was discovered that ``-lintl`` was not by Brett Cannon · 15 years ago
  82. b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 15 years ago
  83. 0a044e1 Blocked revisions 73270 via svnmerge by Benjamin Peterson · 15 years ago
  84. 8e5bda4 Fix symlink for 2to3 in framework install. Without this patch an incorrect link is created when DESTDIR is set. by Ronald Oussoren · 15 years ago
  85. fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 15 years ago
  86. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  87. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  88. 3bbbf18 Add what's new entry for r73236. by Antoine Pitrou · 15 years ago
  89. c0d98aa Merged revisions 73250 via svnmerge from by Benjamin Peterson · 15 years ago
  90. ef3e71f Blocked revisions 73243 via svnmerge by Tarek Ziadé · 15 years ago
  91. 8e91ec7 Blocked revisions 73240 via svnmerge by Eric Smith · 15 years ago
  92. d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 15 years ago
  93. 751899a Merged revisions 73232 via svnmerge from by Georg Brandl · 15 years ago
  94. 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 15 years ago
  95. 5c01a8d Merged revisions 73224 via svnmerge from by Eric Smith · 15 years ago
  96. aa5acaa Take ipaddr out of whatsnew. by Raymond Hettinger · 15 years ago
  97. f5123ef Merged revisions 73217 via svnmerge from by Georg Brandl · 15 years ago
  98. ec80688 Merged revisions 73215 via svnmerge from by Georg Brandl · 15 years ago
  99. 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 15 years ago
  100. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago