1. d148630 fix syntax by Benjamin Peterson · 16 years ago
  2. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  3. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  4. d88e8fa Fixed incompatible pointer warning. by Hirokazu Yamamoto · 16 years ago
  5. 0c6225f Blocked revisions 67934-67935 via svnmerge by Alexandre Vassalotti · 16 years ago
  6. bad1b92 Fix bogus assertion. by Alexandre Vassalotti · 16 years ago
  7. 3cfcab9 Fix issue #4374: Pickle tests fail w/o _pickle extension. by Alexandre Vassalotti · 16 years ago
  8. 44531cb Optimize built-in unicode codecs by avoiding unnecessary copying. by Alexandre Vassalotti · 16 years ago
  9. 9cb6f7f Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. by Alexandre Vassalotti · 16 years ago
  10. 554d878 Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle. by Alexandre Vassalotti · 16 years ago
  11. aa0e531 Merged revisions 67932 via svnmerge from by Alexandre Vassalotti · 16 years ago
  12. 801f9d3 Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for protocol 3 by Hirokazu Yamamoto · 16 years ago
  13. 81d90a2 string -> bytes in error message #4745 by Benjamin Peterson · 16 years ago
  14. 71e30a0 return the module object from PyMODINIT_FUNC by Benjamin Peterson · 16 years ago
  15. 80072cb Merged revisions 67908 via svnmerge from by Skip Montanaro · 16 years ago
  16. 43959e1 Blocked revisions 67902 via svnmerge by Benjamin Peterson · 16 years ago
  17. 6e43fb1 Merged revisions 67885 via svnmerge from by Benjamin Peterson · 16 years ago
  18. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  19. f767050 don't build bsddb anymore by Benjamin Peterson · 16 years ago
  20. 623918e unpy3kize this; it require 2.x only Mac modules by Benjamin Peterson · 16 years ago
  21. 51f3ef9 Issue #3106: Speedup some comparisons. This also removes the last call by Antoine Pitrou · 16 years ago
  22. c9928cc fix syntax by Benjamin Peterson · 16 years ago
  23. 3d891b6 Merged revisions 67859 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  24. a9da6d1 Merged revisions 67857 via svnmerge from by Mark Dickinson · 16 years ago
  25. d3e18b7 Fix-up and clean-up docs for int.bit_length(). by Raymond Hettinger · 16 years ago
  26. 09027aa Merged revisions 67844 via svnmerge from by Mark Dickinson · 16 years ago
  27. 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 · 16 years ago
  28. baa4546 Add missing Py_CHARMASK when calling isspace(). by Kristján Valur Jónsson · 16 years ago
  29. 3ad3a0d Issue #4583: crash after resizing an array.array which has buffer exports. by Antoine Pitrou · 16 years ago
  30. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  31. 621601a Merged revisions 67832 via svnmerge from by Antoine Pitrou · 16 years ago
  32. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 16 years ago
  33. 81c93fb Blocked revisions 67822 via svnmerge by Mark Dickinson · 16 years ago
  34. 66cb9d5 Try to fix #4674: test_normalization failure on some buildbots. by Antoine Pitrou · 16 years ago
  35. 0b24b3d Merged revisions 67806 via svnmerge from by Benjamin Peterson · 16 years ago
  36. 56b3a40 Issue #4663: increase the chunk size to improve TextIOWrapper performance on small reads. by Antoine Pitrou · 16 years ago
  37. 2674aac Blocked revisions 67797 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  38. 8fd33d3 Merged revisions 67777,67779 via svnmerge from by Antoine Pitrou · 16 years ago
  39. 3862200 Merged revisions 67790 via svnmerge from by Nick Coghlan · 16 years ago
  40. 8f9cd6a Use :samp: role. by Georg Brandl · 16 years ago
  41. 861ac1f #4603: Note that inconsistent tab/space use is now illegal. by Georg Brandl · 16 years ago
  42. a3deea1 #4668: wrap iterator returns in list() in functional howto. by Georg Brandl · 16 years ago
  43. abffe71 #4667: fix some 2.x leftovers in the tutorial. by Georg Brandl · 16 years ago
  44. 8206695 Reflow long line. by Jeremy Hylton · 16 years ago
  45. 236156f Use True/False for ints instead of 1/0. That's so Python 2.0. by Jeremy Hylton · 16 years ago
  46. 84f71d0 Blocked revisions 67762 via svnmerge by Antoine Pitrou · 16 years ago
  47. 180a336 Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. by Antoine Pitrou · 16 years ago
  48. ff94552 tip-toe around dictionary keys view in the tutorial by Benjamin Peterson · 16 years ago
  49. f088e5e Merged revisions 67750-67751 via svnmerge from by Nick Coghlan · 16 years ago
  50. 80a0c7f Blocked revisions 67748 via svnmerge by Benjamin Peterson · 16 years ago
  51. 7c59bc6 Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a non-ASCII letter. by Antoine Pitrou · 16 years ago
  52. d9c03e0 string.maketrans -> str.maketrans by Benjamin Peterson · 16 years ago
  53. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  54. a5bbf20 revert r67713. it causes build problems by Benjamin Peterson · 16 years ago
  55. d947267 reuse tokenize.detect_encoding for linecache #4016 by Benjamin Peterson · 16 years ago
  56. 433f32c raise a SyntaxError in detect_encoding() when a codec lookup fails like the builtin parser #4021 by Benjamin Peterson · 16 years ago
  57. e675f08 Merged revisions 67707 via svnmerge from by Mark Dickinson · 16 years ago
  58. da2706b Issue #2173: fix build failure on OS X. device_encoding was returning an by Mark Dickinson · 16 years ago
  59. b99d1cd Blocked revisions 67694 via svnmerge by Mark Dickinson · 16 years ago
  60. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  61. 708d581 Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to by Facundo Batista · 16 years ago
  62. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  63. ee76395 simplify imports by Fred Drake · 16 years ago
  64. acc68cc #4592: fix embedding example with new C API changes. by Georg Brandl · 16 years ago
  65. a872787 Add UUIDs for 3.0.1 and 3.0.2. by Martin v. Löwis · 16 years ago
  66. a116cf0 Merged revisions 67658-67659 via svnmerge from by Martin v. Löwis · 16 years ago
  67. 05b482c #4586: fix usage of Py_InitModule. by Georg Brandl · 16 years ago
  68. d153afe Remove unnecessary import by Neal Norwitz · 16 years ago
  69. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  70. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 16 years ago
  71. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago
  72. c7d2b21 Blocked revisions 67614 via svnmerge by Georg Brandl · 16 years ago
  73. eee3116 Merged revisions 67463,67572,67576,67628 via svnmerge from by Georg Brandl · 16 years ago
  74. 6485f24 remove extraneous 'text' by Benjamin Peterson · 16 years ago
  75. 70997a9 Blocked revisions 67498,67521,67581,67584,67587 via svnmerge by Georg Brandl · 16 years ago
  76. 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
  77. eb9fc52 document how to deal with binary standard streams by Benjamin Peterson · 16 years ago
  78. 2ed237b #4576: fix ob_type access. by Georg Brandl · 16 years ago
  79. 8f1a77d Blocked revisions 67619 via svnmerge by Antoine Pitrou · 16 years ago
  80. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  81. e6d4a9b update version number by Benjamin Peterson · 16 years ago
  82. e84f03f there are only four asdl builtin types in py3k by Benjamin Peterson · 16 years ago
  83. c1ce286 issue 4483 - _dbm build failures on systems with gdbm_compat lib. by Skip Montanaro · 16 years ago
  84. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
  85. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  86. 17fe364 #4562: fix zip() examples. by Georg Brandl · 16 years ago
  87. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 16 years ago
  88. 40c509d cmp() is not really gone. by Georg Brandl · 16 years ago
  89. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 16 years ago
  90. 9af5235 Blocked revisions 67601 via svnmerge by Mark Dickinson · 16 years ago
  91. badc7ab Use :samp: role. by Georg Brandl · 16 years ago
  92. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
  93. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  94. 6d204bf #4550: fix 2.x syntax in webservers howto. by Georg Brandl · 16 years ago
  95. 50b2b6e Issue 4497: silence compiler warnings on Windows. by Mark Dickinson · 16 years ago
  96. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 16 years ago
  97. f7d4874 Blocked revisions 67583 via svnmerge by Georg Brandl · 16 years ago
  98. 913b2a3 #4504, #4505: Update noddy examples in "Extending & Embedding". by Georg Brandl · 16 years ago
  99. a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
  100. 7a259ca #4427: fix arguments for "y" BuildValue type. by Georg Brandl · 16 years ago