1. 19288c2 Fix an issue in the tokenizer, where a file is opened by fd, but the underlying PyFileIO object wasn created with the closefd attribute true. by Kristján Valur Jónsson · 17 years ago
  2. baa4546 Add missing Py_CHARMASK when calling isspace(). by Kristján Valur Jónsson · 17 years ago
  3. 3ad3a0d Issue #4583: crash after resizing an array.array which has buffer exports. by Antoine Pitrou · 17 years ago
  4. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 17 years ago
  5. 621601a Merged revisions 67832 via svnmerge from by Antoine Pitrou · 17 years ago
  6. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 17 years ago
  7. 81c93fb Blocked revisions 67822 via svnmerge by Mark Dickinson · 17 years ago
  8. 66cb9d5 Try to fix #4674: test_normalization failure on some buildbots. by Antoine Pitrou · 17 years ago
  9. 0b24b3d Merged revisions 67806 via svnmerge from by Benjamin Peterson · 17 years ago
  10. 56b3a40 Issue #4663: increase the chunk size to improve TextIOWrapper performance on small reads. by Antoine Pitrou · 17 years ago
  11. 2674aac Blocked revisions 67797 via svnmerge by Amaury Forgeot d'Arc · 17 years ago
  12. 8fd33d3 Merged revisions 67777,67779 via svnmerge from by Antoine Pitrou · 17 years ago
  13. 3862200 Merged revisions 67790 via svnmerge from by Nick Coghlan · 17 years ago
  14. 8f9cd6a Use :samp: role. by Georg Brandl · 17 years ago
  15. 861ac1f #4603: Note that inconsistent tab/space use is now illegal. by Georg Brandl · 17 years ago
  16. a3deea1 #4668: wrap iterator returns in list() in functional howto. by Georg Brandl · 17 years ago
  17. abffe71 #4667: fix some 2.x leftovers in the tutorial. by Georg Brandl · 17 years ago
  18. 8206695 Reflow long line. by Jeremy Hylton · 17 years ago
  19. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 17 years ago
  20. 84f71d0 Blocked revisions 67762 via svnmerge by Antoine Pitrou · 17 years ago
  21. 180a336 Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. by Antoine Pitrou · 17 years ago
  22. ff94552 tip-toe around dictionary keys view in the tutorial by Benjamin Peterson · 17 years ago
  23. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 17 years ago
  24. 80a0c7f Blocked revisions 67748 via svnmerge by Benjamin Peterson · 17 years ago
  25. 7c59bc6 Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter. by Antoine Pitrou · 17 years ago
  26. d9c03e0 string.maketrans -> str.maketrans by Benjamin Peterson · 17 years ago
  27. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 17 years ago
  28. a5bbf20 revert r67713. it causes build problems by Benjamin Peterson · 17 years ago
  29. d947267 reuse tokenize.detect_encoding for linecache #4016 by Benjamin Peterson · 17 years ago
  30. 433f32c raise a SyntaxError in detect_encoding() when a codec lookup fails like the builtin parser #4021 by Benjamin Peterson · 17 years ago
  31. e675f08 Merged revisions 67707 via svnmerge from by Mark Dickinson · 17 years ago
  32. da2706b Issue #2173: fix build failure on OS X. device_encoding was returning an by Mark Dickinson · 17 years ago
  33. b99d1cd Blocked revisions 67694 via svnmerge by Mark Dickinson · 17 years ago
  34. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 17 years ago
  35. 708d581 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 17 years ago
  36. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  37. ee76395 simplify imports by Fred Drake · 17 years ago
  38. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 17 years ago
  39. a872787 Add UUIDs for 3.0.1 and 3.0.2. by Martin v. Löwis · 17 years ago
  40. a116cf0 Merged revisions 67658-67659 via svnmerge from by Martin v. Löwis · 17 years ago
  41. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 17 years ago
  42. d153afe Remove unnecessary import by Neal Norwitz · 17 years ago
  43. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 17 years ago
  44. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 17 years ago
  45. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 17 years ago
  46. c7d2b21 Blocked revisions 67614 via svnmerge by Georg Brandl · 17 years ago
  47. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 17 years ago
  48. 6485f24 remove extraneous 'text' by Benjamin Peterson · 17 years ago
  49. 70997a9 Blocked revisions 67498,67521,67581,67584,67587 via svnmerge by Georg Brandl · 17 years ago
  50. 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 · 17 years ago
  51. eb9fc52 document how to deal with binary standard streams by Benjamin Peterson · 17 years ago
  52. 2ed237b #4576: fix ob_type access. by Georg Brandl · 17 years ago
  53. 8f1a77d Blocked revisions 67619 via svnmerge by Antoine Pitrou · 17 years ago
  54. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  55. e6d4a9b update version number by Benjamin Peterson · 17 years ago
  56. e84f03f there are only four asdl builtin types in py3k by Benjamin Peterson · 17 years ago
  57. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 17 years ago
  58. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 17 years ago
  59. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 17 years ago
  60. 17fe364 #4562: fix zip() examples. by Georg Brandl · 17 years ago
  61. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 17 years ago
  62. 40c509d cmp() is not really gone. by Georg Brandl · 17 years ago
  63. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 17 years ago
  64. 9af5235 Blocked revisions 67601 via svnmerge by Mark Dickinson · 17 years ago
  65. badc7ab Use :samp: role. by Georg Brandl · 17 years ago
  66. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 17 years ago
  67. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 17 years ago
  68. 6d204bf #4550: fix 2.x syntax in webservers howto. by Georg Brandl · 17 years ago
  69. 50b2b6e Issue 4497: silence compiler warnings on Windows. by Mark Dickinson · 17 years ago
  70. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 17 years ago
  71. f7d4874 Blocked revisions 67583 via svnmerge by Georg Brandl · 17 years ago
  72. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 17 years ago
  73. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 17 years ago
  74. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 17 years ago
  75. ed5b9b3 #4401: Re-add os.extsep. by Georg Brandl · 17 years ago
  76. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 17 years ago
  77. 4f3359f Update build URL. by Georg Brandl · 17 years ago
  78. 924eca7 Send mails to python-checkins now. by Martin v. Löwis · 17 years ago
  79. f519523 Tweak verbiage and markup for relative/absolute import. Backport candidate. by Guido van Rossum · 17 years ago
  80. 3432829 fix Sphinx warnings by Benjamin Peterson · 17 years ago
  81. 608d574 add missing import by Fred Drake · 17 years ago
  82. bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 17 years ago
  83. bc2ce57 Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() by Amaury Forgeot d'Arc · 17 years ago
  84. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 17 years ago
  85. c47408a Add a skeleton 3.1 whatsnew document. by Georg Brandl · 17 years ago
  86. ced51db #4513: remove traces of zip() docstring from when it was izip(). by Georg Brandl · 17 years ago
  87. 83ebf38 #4521: fix getcwdu() vs getcwdb(). by Georg Brandl · 17 years ago
  88. a2361d9 #4526: fix typo. by Georg Brandl · 17 years ago
  89. b159008 #4527: fix "unicode or string". by Georg Brandl · 17 years ago
  90. 9baee31 - fix markup error - remove silly emoticon by Fred Drake · 17 years ago
  91. 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 · 17 years ago
  92. af78e47 More 3.0 -> 3.1 transistion in the Windows and OS/2 build files by Christian Heimes · 17 years ago
  93. 73629da Bumped up version number in PC/pyconfig.h. by Hirokazu Yamamoto · 17 years ago
  94. fd44062 More 3.0 -> 3.1 transistions by Christian Heimes · 17 years ago
  95. 70e5cab Bumped up version numbers of configure/autoconf scripts by Christian Heimes · 17 years ago
  96. 97f005d Prep for Python 3.1! by Barry Warsaw · 17 years ago
  97. 815427c Remove remark about NaN==NaN, I misunderstood that issue. by Guido van Rossum · 17 years ago
  98. ab4c51c Minor edits. by Raymond Hettinger · 17 years ago
  99. 6e72b9e Fixed a warning on whatsnew/3.0.rst by Christian Heimes · 17 years ago
  100. ffd1a75 Use the :mod: role. by Georg Brandl · 17 years ago