1. b130493 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk) by Nick Coghlan · 16 years ago
  2. 628b1b3 Clean up list of undocumented modules as most of them have been removed in Python 3.0. by Brett Cannon · 16 years ago
  3. 40c8f23 Merged revisions 64903 via svnmerge from by Brett Cannon · 16 years ago
  4. 91b3d8d These revisions were merged manaually: by Benjamin Peterson · 16 years ago
  5. ad0eace kill off plat-mac by Benjamin Peterson · 16 years ago
  6. 91823c7 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  7. c31bc9a Fix for AttributeError in test_asynchat. by Josiah Carlson · 16 years ago
  8. 064e4a6 Blocked revisions 64865-64866 via svnmerge by Brett Cannon · 16 years ago
  9. 6b52a53 Blocked revisions 64861 via svnmerge by Brett Cannon · 16 years ago
  10. 28c6802 Blocked revisions 64858-64859 via svnmerge by Brett Cannon · 16 years ago
  11. 45da5a0 Blocked revisions 64791 via svnmerge by Nick Coghlan · 16 years ago
  12. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 16 years ago
  13. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  14. 35bf9bf Removed extraneous whitespace. by Josiah Carlson · 16 years ago
  15. 1893ce7 Fixed documentation to be correct for Py3k. by Josiah Carlson · 16 years ago
  16. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  17. d51ee54 Blocked revisions 64762 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  18. bfc644b fix no-op in tutorial by Benjamin Peterson · 16 years ago
  19. 2b968d6 #3295 actually define PyExc_BufferError by Benjamin Peterson · 16 years ago
  20. bbea797 make the symlink to Python be created on install for IDLE.app by Benjamin Peterson · 16 years ago
  21. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 16 years ago
  22. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 16 years ago
  23. ba32b72 Merged revisions 64736-64737 via svnmerge from by Martin v. Löwis · 16 years ago
  24. 0d748c2 Docstring typo by Mark Dickinson · 16 years ago
  25. a073e33 Correct a typo during previous checkin. by Amaury Forgeot d'Arc · 16 years ago
  26. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  27. 142957c touch up str docstrings #3284 by Benjamin Peterson · 16 years ago
  28. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 16 years ago
  29. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  30. 6e7196f Fix committed merge conflict. by Georg Brandl · 16 years ago
  31. e7c78b2 remove traces of .next by Benjamin Peterson · 16 years ago
  32. 69164c7 document LOAD_BUILD_CLASS by Benjamin Peterson · 16 years ago
  33. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  34. 451a356 Merged revisions 64685 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  35. 4b02c5a Correct a typo that breaks test_distutils by Amaury Forgeot d'Arc · 16 years ago
  36. 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 16 years ago
  37. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 16 years ago
  38. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  39. 7c265a1 Block r64673. by Brett Cannon · 16 years ago
  40. 1af5a1e Merged revisions 64677 via svnmerge from by Brett Cannon · 16 years ago
  41. 55b69e7 Oops, forgot that there are modules outside the win32 world. by Amaury Forgeot d'Arc · 16 years ago
  42. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  43. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  44. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 200ff18 Revert a bad change I made in r64209, which probably broke compilation on win64 by Amaury Forgeot d'Arc · 16 years ago
  46. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  47. f9c98b4 sync whatsnew with 2.6 by Benjamin Peterson · 16 years ago
  48. 14654fd I'm blocking all these whatsnew revisions, so I can just manually sync it with 2.6; by Benjamin Peterson · 16 years ago
  49. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  50. 464109a Blocked revisions 64398,64400,64437,64456,64462,64511 via svnmerge by Benjamin Peterson · 16 years ago
  51. 1cef37c add an entry for object.__dir__ by Benjamin Peterson · 16 years ago
  52. 549845b Blocked revisions 64649 via svnmerge by Brett Cannon · 16 years ago
  53. 251d3e2 Blocked revisions 64633 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  54. efbcb46 Blocked revisions 64635 via svnmerge by Georg Brandl · 16 years ago
  55. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  56. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  57. 336341f Add some full stops. by Georg Brandl · 16 years ago
  58. 18da8f0 #3220: improve bytes docs a bit. by Georg Brandl · 16 years ago
  59. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  60. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  61. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  62. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  63. e11787a #2683: communicate() takes bytes. by Georg Brandl · 16 years ago
  64. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  65. bbfd71d - No more 0L or similar. by Mark Summerfield · 16 years ago
  66. 4c29b47 fix syntax by Benjamin Peterson · 16 years ago
  67. 9557f60 - removed sentence about the new free format floating-point representation by Mark Summerfield · 16 years ago
  68. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  69. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 16 years ago
  70. 9aa04c4 Merged revisions 64597-64598 via svnmerge from by Martin v. Löwis · 16 years ago
  71. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  72. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  73. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  74. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  75. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  76. f04779b #3229 fix typo and expand notes a little by Benjamin Peterson · 16 years ago
  77. ed25b2c - allow to configure with db4.7, test with 4.7 on some buildds by Matthias Klose · 16 years ago
  78. 361e553 remove usage of cachesrc.py in Mac/Makefile by Benjamin Peterson · 16 years ago
  79. 257060a change references to Queue module to queue in multiprocessing docs by Benjamin Peterson · 16 years ago
  80. 5289b2b Merged revisions 64407,64568 via svnmerge from by Benjamin Peterson · 16 years ago
  81. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  82. ce279a7 Merged revisions 64561 via svnmerge from by Mark Dickinson · 16 years ago
  83. 7de5079 Blocked revisions 64555 via svnmerge by Trent Nelson · 16 years ago
  84. 1c63f65 Ignore *.pyc and *.pyo files. by Brett Cannon · 16 years ago
  85. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  86. 429ef65 Rename a variable to be more in line with the name of the module. by Brett Cannon · 16 years ago
  87. cf49e20 Blocked revisions 64546-64547 via svnmerge by Benjamin Peterson · 16 years ago
  88. 85f7604 #3204: remove slice operations from operator doc. by Georg Brandl · 16 years ago
  89. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 16 years ago
  90. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  91. 57f6a55 Blocked revisions 64520 via svnmerge by Benjamin Peterson · 16 years ago
  92. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  93. 11c1a33 Blocked revisions 64508 via svnmerge by Mark Dickinson · 16 years ago
  94. 268bf4a Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  95. 79edbd5 Remove trailing 'L's from integers in limit_denominator examples. by Mark Dickinson · 16 years ago
  96. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  97. 6ed16dc Merged revisions 64496 via svnmerge from by Eric Smith · 16 years ago
  98. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  99. 7d84055 More old urllib usage. by Georg Brandl · 16 years ago
  100. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago