1. 80a0c7f Blocked revisions 67748 via svnmerge by Benjamin Peterson · 16 years ago
  2. 7c59bc6 Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter. by Antoine Pitrou · 16 years ago
  3. d9c03e0 string.maketrans -> str.maketrans by Benjamin Peterson · 16 years ago
  4. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  5. a5bbf20 revert r67713. it causes build problems by Benjamin Peterson · 16 years ago
  6. d947267 reuse tokenize.detect_encoding for linecache #4016 by Benjamin Peterson · 16 years ago
  7. 433f32c raise a SyntaxError in detect_encoding() when a codec lookup fails like the builtin parser #4021 by Benjamin Peterson · 16 years ago
  8. e675f08 Merged revisions 67707 via svnmerge from by Mark Dickinson · 16 years ago
  9. da2706b Issue #2173: fix build failure on OS X. device_encoding was returning an by Mark Dickinson · 16 years ago
  10. b99d1cd Blocked revisions 67694 via svnmerge by Mark Dickinson · 16 years ago
  11. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  12. 708d581 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 16 years ago
  13. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  14. ee76395 simplify imports by Fred Drake · 16 years ago
  15. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  16. a872787 Add UUIDs for 3.0.1 and 3.0.2. by Martin v. Löwis · 16 years ago
  17. a116cf0 Merged revisions 67658-67659 via svnmerge from by Martin v. Löwis · 16 years ago
  18. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 16 years ago
  19. d153afe Remove unnecessary import by Neal Norwitz · 16 years ago
  20. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  21. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  22. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago
  23. c7d2b21 Blocked revisions 67614 via svnmerge by Georg Brandl · 16 years ago
  24. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 16 years ago
  25. 6485f24 remove extraneous 'text' by Benjamin Peterson · 16 years ago
  26. 70997a9 Blocked revisions 67498,67521,67581,67584,67587 via svnmerge by Georg Brandl · 16 years ago
  27. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  28. eb9fc52 document how to deal with binary standard streams by Benjamin Peterson · 16 years ago
  29. 2ed237b #4576: fix ob_type access. by Georg Brandl · 16 years ago
  30. 8f1a77d Blocked revisions 67619 via svnmerge by Antoine Pitrou · 16 years ago
  31. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  32. e6d4a9b update version number by Benjamin Peterson · 16 years ago
  33. e84f03f there are only four asdl builtin types in py3k by Benjamin Peterson · 16 years ago
  34. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  35. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
  36. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  37. 17fe364 #4562: fix zip() examples. by Georg Brandl · 16 years ago
  38. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 16 years ago
  39. 40c509d cmp() is not really gone. by Georg Brandl · 16 years ago
  40. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 16 years ago
  41. 9af5235 Blocked revisions 67601 via svnmerge by Mark Dickinson · 16 years ago
  42. badc7ab Use :samp: role. by Georg Brandl · 16 years ago
  43. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
  44. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  45. 6d204bf #4550: fix 2.x syntax in webservers howto. by Georg Brandl · 16 years ago
  46. 50b2b6e Issue 4497: silence compiler warnings on Windows. by Mark Dickinson · 16 years ago
  47. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 16 years ago
  48. f7d4874 Blocked revisions 67583 via svnmerge by Georg Brandl · 16 years ago
  49. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  50. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
  51. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago
  52. ed5b9b3 #4401: Re-add os.extsep. by Georg Brandl · 16 years ago
  53. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 16 years ago
  54. 4f3359f Update build URL. by Georg Brandl · 16 years ago
  55. 924eca7 Send mails to python-checkins now. by Martin v. Löwis · 16 years ago
  56. f519523 Tweak verbiage and markup for relative/absolute import. Backport candidate. by Guido van Rossum · 16 years ago
  57. 3432829 fix Sphinx warnings by Benjamin Peterson · 16 years ago
  58. 608d574 add missing import by Fred Drake · 16 years ago
  59. bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 16 years ago
  60. bc2ce57 Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() by Amaury Forgeot d'Arc · 16 years ago
  61. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 16 years ago
  62. c47408a Add a skeleton 3.1 whatsnew document. by Georg Brandl · 16 years ago
  63. ced51db #4513: remove traces of zip() docstring from when it was izip(). by Georg Brandl · 16 years ago
  64. 83ebf38 #4521: fix getcwdu() vs getcwdb(). by Georg Brandl · 16 years ago
  65. a2361d9 #4526: fix typo. by Georg Brandl · 16 years ago
  66. b159008 #4527: fix "unicode or string". by Georg Brandl · 16 years ago
  67. 9baee31 - fix markup error - remove silly emoticon by Fred Drake · 16 years ago
  68. 2982c32 Wording change (flaunt -> disobey); markup fixes. The largest edit is to the paragraph on relative imports; please review. (Backport candidate) by Andrew M. Kuchling · 16 years ago
  69. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 16 years ago
  70. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 16 years ago
  71. fd44062 More 3.0 -> 3.1 transistions by Christian Heimes · 16 years ago
  72. 70e5cab Bumped up version numbers of configure/autoconf scripts by Christian Heimes · 16 years ago
  73. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  74. 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 16 years ago
  75. ab4c51c Minor edits. by Raymond Hettinger · 16 years ago
  76. 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 16 years ago
  77. ffd1a75 Use the :mod: role. by Georg Brandl · 16 years ago
  78. 08388ef Some textual tweaks, and fixed a few typos found by a spell checker. by Guido van Rossum · 16 years ago
  79. b768d4f Fix bad markup. by Guido van Rossum · 16 years ago
  80. fedd140 More cleanup. Moved all Unicode and str/bytes info to the text/data by Guido van Rossum · 16 years ago
  81. 67d75ba Another checkpoint. by Guido van Rossum · 16 years ago
  82. 3828768 Another checkpoint -- some stuff I managed to do on the train. by Guido van Rossum · 16 years ago
  83. d74a1dc Merged revisions 67484 via svnmerge from by Christian Heimes · 16 years ago
  84. 7396135 Another checkpoint. by Guido van Rossum · 16 years ago
  85. f3655c4 interators -> iterators (thanks Taggnostr) by Gregory P. Smith · 16 years ago
  86. c46ee54 Finished what I'm going to write about the standard library. by Guido van Rossum · 16 years ago
  87. 56076da Finished the "porting to 3.0" section. Had to add a label to by Guido van Rossum · 16 years ago
  88. 715287f Another checkpoint. More XXXes added... by Guido van Rossum · 16 years ago
  89. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  90. 0486904 Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen). by Raymond Hettinger · 16 years ago
  91. 5b78dd9 Another checkpoint to switch machines. by Guido van Rossum · 16 years ago
  92. eab34c9 Add missing bracket. by Walter Dörwald · 16 years ago
  93. a443856 Fix typo. by Walter Dörwald · 16 years ago
  94. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  95. eae122b Fix docutils parsing errors in Misc/NEWS. by Alexandre Vassalotti · 16 years ago
  96. cc163bb fix markup by Benjamin Peterson · 16 years ago
  97. eb3d8d4 Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) by Guido van Rossum · 16 years ago
  98. db6f108 Merged revisions 67467 via svnmerge from by Georg Brandl · 16 years ago
  99. 6825e17 Add script forgotten in r67464. by Martin v. Löwis · 16 years ago
  100. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago