1. 06157a4 correct docstring by Benjamin Peterson · 16 years ago
  2. 0034ebb Blocked revisions 64953 via svnmerge by Benjamin Peterson · 16 years ago
  3. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  4. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  5. 3065b87 Mention the behaviour of PyFunction_SetAnnotations() on error. by Alexandre Vassalotti · 16 years ago
  6. b0c8165 Added documentation for PyFunction_GetAnnotations() and by Alexandre Vassalotti · 16 years ago
  7. 343bca6 Blocked revisions 64930 via svnmerge by Benjamin Peterson · 16 years ago
  8. 1839bac Forward port r64930. Fix one more case in cursor.c. by Alexandre Vassalotti · 16 years ago
  9. dff1834 Fixed _pickle to use Py_EnterRecursiveCall(). by Alexandre Vassalotti · 16 years ago
  10. 2bc91df remove 3.0 conditional by Benjamin Peterson · 16 years ago
  11. ac623cd Blocked revisions 64922 via svnmerge by Benjamin Peterson · 16 years ago
  12. e0c51fb Merged revisions 64920 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 875d4c0 move test_long_future into test_long by Benjamin Peterson · 16 years ago
  14. 69cec04 Blocked revisions 64913 via svnmerge by Nick Coghlan · 16 years ago
  15. 82801b7 Blocked revisions 64910 via svnmerge by Nick Coghlan · 16 years ago
  16. 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
  17. 628b1b3 Clean up list of undocumented modules as most of them have been removed in Python 3.0. by Brett Cannon · 16 years ago
  18. 40c8f23 Merged revisions 64903 via svnmerge from by Brett Cannon · 16 years ago
  19. 91b3d8d These revisions were merged manaually: by Benjamin Peterson · 16 years ago
  20. ad0eace kill off plat-mac by Benjamin Peterson · 16 years ago
  21. 91823c7 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  22. c31bc9a Fix for AttributeError in test_asynchat. by Josiah Carlson · 16 years ago
  23. 064e4a6 Blocked revisions 64865-64866 via svnmerge by Brett Cannon · 16 years ago
  24. 6b52a53 Blocked revisions 64861 via svnmerge by Brett Cannon · 16 years ago
  25. 28c6802 Blocked revisions 64858-64859 via svnmerge by Brett Cannon · 16 years ago
  26. 45da5a0 Blocked revisions 64791 via svnmerge by Nick Coghlan · 16 years ago
  27. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 16 years ago
  28. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  29. 35bf9bf Removed extraneous whitespace. by Josiah Carlson · 16 years ago
  30. 1893ce7 Fixed documentation to be correct for Py3k. by Josiah Carlson · 16 years ago
  31. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  32. d51ee54 Blocked revisions 64762 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  33. bfc644b fix no-op in tutorial by Benjamin Peterson · 16 years ago
  34. 2b968d6 #3295 actually define PyExc_BufferError by Benjamin Peterson · 16 years ago
  35. bbea797 make the symlink to Python be created on install for IDLE.app by Benjamin Peterson · 16 years ago
  36. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 16 years ago
  37. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 16 years ago
  38. ba32b72 Merged revisions 64736-64737 via svnmerge from by Martin v. Löwis · 16 years ago
  39. 0d748c2 Docstring typo by Mark Dickinson · 16 years ago
  40. a073e33 Correct a typo during previous checkin. by Amaury Forgeot d'Arc · 16 years ago
  41. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  42. 142957c touch up str docstrings #3284 by Benjamin Peterson · 16 years ago
  43. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 16 years ago
  44. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  45. 6e7196f Fix committed merge conflict. by Georg Brandl · 16 years ago
  46. e7c78b2 remove traces of .next by Benjamin Peterson · 16 years ago
  47. 69164c7 document LOAD_BUILD_CLASS by Benjamin Peterson · 16 years ago
  48. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  49. 451a356 Merged revisions 64685 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  50. 4b02c5a Correct a typo that breaks test_distutils by Amaury Forgeot d'Arc · 16 years ago
  51. 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 16 years ago
  52. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 16 years ago
  53. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  54. 7c265a1 Block r64673. by Brett Cannon · 16 years ago
  55. 1af5a1e Merged revisions 64677 via svnmerge from by Brett Cannon · 16 years ago
  56. 55b69e7 Oops, forgot that there are modules outside the win32 world. by Amaury Forgeot d'Arc · 16 years ago
  57. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  58. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  59. 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
  60. 200ff18 Revert a bad change I made in r64209, which probably broke compilation on win64 by Amaury Forgeot d'Arc · 16 years ago
  61. 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
  62. f9c98b4 sync whatsnew with 2.6 by Benjamin Peterson · 16 years ago
  63. 14654fd I'm blocking all these whatsnew revisions, so I can just manually sync it with 2.6; by Benjamin Peterson · 16 years ago
  64. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  65. 464109a Blocked revisions 64398,64400,64437,64456,64462,64511 via svnmerge by Benjamin Peterson · 16 years ago
  66. 1cef37c add an entry for object.__dir__ by Benjamin Peterson · 16 years ago
  67. 549845b Blocked revisions 64649 via svnmerge by Brett Cannon · 16 years ago
  68. 251d3e2 Blocked revisions 64633 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  69. efbcb46 Blocked revisions 64635 via svnmerge by Georg Brandl · 16 years ago
  70. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  71. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  72. 336341f Add some full stops. by Georg Brandl · 16 years ago
  73. 18da8f0 #3220: improve bytes docs a bit. by Georg Brandl · 16 years ago
  74. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  76. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  77. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  78. e11787a #2683: communicate() takes bytes. by Georg Brandl · 16 years ago
  79. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  80. bbfd71d - No more 0L or similar. by Mark Summerfield · 16 years ago
  81. 4c29b47 fix syntax by Benjamin Peterson · 16 years ago
  82. 9557f60 - removed sentence about the new free format floating-point representation by Mark Summerfield · 16 years ago
  83. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  84. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 16 years ago
  85. 9aa04c4 Merged revisions 64597-64598 via svnmerge from by Martin v. Löwis · 16 years ago
  86. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  87. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  88. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  89. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  90. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  91. f04779b #3229 fix typo and expand notes a little by Benjamin Peterson · 16 years ago
  92. ed25b2c - allow to configure with db4.7, test with 4.7 on some buildds by Matthias Klose · 16 years ago
  93. 361e553 remove usage of cachesrc.py in Mac/Makefile by Benjamin Peterson · 16 years ago
  94. 257060a change references to Queue module to queue in multiprocessing docs by Benjamin Peterson · 16 years ago
  95. 5289b2b Merged revisions 64407,64568 via svnmerge from by Benjamin Peterson · 16 years ago
  96. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  97. ce279a7 Merged revisions 64561 via svnmerge from by Mark Dickinson · 16 years ago
  98. 7de5079 Blocked revisions 64555 via svnmerge by Trent Nelson · 16 years ago
  99. 1c63f65 Ignore *.pyc and *.pyo files. by Brett Cannon · 16 years ago
  100. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago