1. cc9144a Merged revisions 73445 via svnmerge from by Tarek Ziadé · 15 years ago
  2. 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 15 years ago
  3. 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 15 years ago
  4. af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 15 years ago
  5. 6f6f946 Merged revisions 73435 via svnmerge from by Tarek Ziadé · 15 years ago
  6. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  7. 6e6565b Whatsnew begins afresh by Raymond Hettinger · 15 years ago
  8. 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 15 years ago
  9. 500c6ef simplify this expression by Benjamin Peterson · 15 years ago
  10. a56d036 Blocked revisions 73627 via svnmerge by Benjamin Peterson · 15 years ago
  11. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  12. c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 15 years ago
  13. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  14. cd3ffe6 Blocked revisions 73459,73563 via svnmerge by Benjamin Peterson · 15 years ago
  15. c6a5455 Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge by Benjamin Peterson · 15 years ago
  16. 47a1c93 delete unused properties by Benjamin Peterson · 15 years ago
  17. 3e79190 fix useless comparison #6355 by Benjamin Peterson · 15 years ago
  18. b1715f1 use stack altering macros here by Benjamin Peterson · 15 years ago
  19. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 15 years ago
  20. ac8c730 this is better written as an assertion by Benjamin Peterson · 15 years ago
  21. fec42da update comments by Benjamin Peterson · 15 years ago
  22. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 15 years ago
  23. 9e0804f Sorted file names. by Hirokazu Yamamoto · 15 years ago
  24. db7b570 Merged revisions 73606 via svnmerge from by Martin v. Löwis · 15 years ago
  25. 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  26. 95c4601 Merged revisions 73598 via svnmerge from by Martin v. Löwis · 15 years ago
  27. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  28. d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 15 years ago
  29. f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 15 years ago
  30. 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 15 years ago
  31. 095386e Add uuids for 3.1.[12](rc1|final). by Martin v. Löwis · 15 years ago
  32. 05646a5 Merged revisions 73575 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 9ddc2d9 update install dir version by Benjamin Peterson · 15 years ago
  34. 9aececf fix mistake in version bump by Benjamin Peterson · 15 years ago
  35. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
  36. c216b27 tag Python version 3.1! by Benjamin Peterson · 15 years ago
  37. 1da43e5 rearrange the sections of the README, so they'll hopefully be more in the order people will interested in by Benjamin Peterson · 15 years ago
  38. 3928516 bump version to 3.1 final :) by Benjamin Peterson · 15 years ago
  39. 6a86a62 update pydoc-topics by Benjamin Peterson · 15 years ago
  40. e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 15 years ago
  41. 619de8f fixed double dict.items in glossary->view by Ezio Melotti · 15 years ago
  42. 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 15 years ago
  43. c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 15 years ago
  44. fd851d3 Recorded merge of revisions 73554 via svnmerge from by R. David Murray · 15 years ago
  45. 7fcd3de Fix some broken/missing function:: declarations in turtle docs by R. David Murray · 15 years ago
  46. 1279209 this is also no longer true by Benjamin Peterson · 15 years ago
  47. a47af9c fix comment by Benjamin Peterson · 15 years ago
  48. ad19556 Misc/NEWS entry for r73547 by Mark Dickinson · 15 years ago
  49. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  50. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  51. bbcd1eb add sys prefix by Benjamin Peterson · 15 years ago
  52. bbccbfd Add procedural note. by Raymond Hettinger · 15 years ago
  53. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  54. 5034624 Blocked revisions 73534 via svnmerge by Amaury Forgeot d'Arc · 15 years ago
  55. ec7bfb3 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 15 years ago
  56. df45cda Recorded merge of revisions 73532 via svnmerge from by R. David Murray · 15 years ago
  57. 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 15 years ago
  58. b7706b5 Merged revisions 73518-73519 via svnmerge from by Nick Coghlan · 15 years ago
  59. 5250401 must be bytes by Benjamin Peterson · 15 years ago
  60. b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 15 years ago
  61. 8be54bb revert 73505 here by Benjamin Peterson · 15 years ago
  62. b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 15 years ago
  63. ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 15 years ago
  64. ef83ab9 Merged revisions 73499 via svnmerge from by Steven Bethard · 15 years ago
  65. 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 15 years ago
  66. 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  67. 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 15 years ago
  68. e9ff86e Blocked revisions 73471 via svnmerge by Georg Brandl · 15 years ago
  69. 2e11ab3 Blocked revisions 73472 via svnmerge by Amaury Forgeot d'Arc · 15 years ago
  70. 722d8c3 Remove unused import by Raymond Hettinger · 15 years ago
  71. c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  72. 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 15 years ago
  73. e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 15 years ago
  74. 5bc472a Add usage note. by Raymond Hettinger · 15 years ago
  75. c43a26d rephrase for clarity by Benjamin Peterson · 15 years ago
  76. c388a83 Merged revisions 73451 via svnmerge from by Mark Dickinson · 15 years ago
  77. 8699aea The key-value pairs can be lists or tuples or any iterable. by Raymond Hettinger · 15 years ago
  78. 2c86004 Merged revisions 73447-73448 via svnmerge from by Georg Brandl · 15 years ago
  79. fc11f27 Expand a bit on dict views. by Georg Brandl · 15 years ago
  80. 5e06a65 Merged revisions 73441 via svnmerge from by Tarek Ziadé · 15 years ago
  81. 693d804 Blocked revisions 73433 via svnmerge by Benjamin Peterson · 15 years ago
  82. 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 15 years ago
  83. 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 15 years ago
  84. 2a8b54d update peek documentation to implementation by Benjamin Peterson · 15 years ago
  85. 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  86. 077da0e Blocked revisions 73423 via svnmerge by Hirokazu Yamamoto · 15 years ago
  87. 01bf236 post release version bumps by Benjamin Peterson · 15 years ago
  88. 286ff76 tag 3.1 release candidate 2 by Benjamin Peterson · 15 years ago
  89. 52915df update the README to be a little more inspiring w/regards to stability by Benjamin Peterson · 15 years ago
  90. c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 15 years ago
  91. 59843e9 update pydoc topics by Benjamin Peterson · 15 years ago
  92. 16a1f63 make file closing more robust by Benjamin Peterson · 15 years ago
  93. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 15 years ago
  94. 83eacca Merged revisions 73390 via svnmerge from by Martin v. Löwis · 15 years ago
  95. 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 15 years ago
  96. 554290d Fixup/simplify another nested context manager. by Raymond Hettinger · 15 years ago
  97. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  98. 2c3ac6b Merged revisions 73370 via svnmerge from by Benjamin Peterson · 15 years ago
  99. be40db0 Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 15 years ago
  100. 59e6eb1 Blocked revisions 73145 via svnmerge by Benjamin Peterson · 15 years ago