1. 0d748c2 Docstring typo by Mark Dickinson · 16 years ago
  2. a073e33 Correct a typo during previous checkin. by Amaury Forgeot d'Arc · 16 years ago
  3. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  4. 142957c touch up str docstrings #3284 by Benjamin Peterson · 16 years ago
  5. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 16 years ago
  6. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  7. 6e7196f Fix committed merge conflict. by Georg Brandl · 16 years ago
  8. e7c78b2 remove traces of .next by Benjamin Peterson · 16 years ago
  9. 69164c7 document LOAD_BUILD_CLASS by Benjamin Peterson · 16 years ago
  10. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  11. 451a356 Merged revisions 64685 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  12. 4b02c5a Correct a typo that breaks test_distutils by Amaury Forgeot d'Arc · 16 years ago
  13. 612f61f Add a NEWS entry for Issue #3247. by Amaury Forgeot d'Arc · 16 years ago
  14. 87ce6d7 #3247: get rid of Py_FindMethods by Amaury Forgeot d'Arc · 16 years ago
  15. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  16. 7c265a1 Block r64673. by Brett Cannon · 16 years ago
  17. 1af5a1e Merged revisions 64677 via svnmerge from by Brett Cannon · 16 years ago
  18. 55b69e7 Oops, forgot that there are modules outside the win32 world. by Amaury Forgeot d'Arc · 16 years ago
  19. ba4105c #3247: Get rid of Py_FindMethod: by Amaury Forgeot d'Arc · 16 years ago
  20. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  21. 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
  22. 200ff18 Revert a bad change I made in r64209, which probably broke compilation on win64 by Amaury Forgeot d'Arc · 16 years ago
  23. 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
  24. f9c98b4 sync whatsnew with 2.6 by Benjamin Peterson · 16 years ago
  25. 14654fd I'm blocking all these whatsnew revisions, so I can just manually sync it with 2.6; by Benjamin Peterson · 16 years ago
  26. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  27. 464109a Blocked revisions 64398,64400,64437,64456,64462,64511 via svnmerge by Benjamin Peterson · 16 years ago
  28. 1cef37c add an entry for object.__dir__ by Benjamin Peterson · 16 years ago
  29. 549845b Blocked revisions 64649 via svnmerge by Brett Cannon · 16 years ago
  30. 251d3e2 Blocked revisions 64633 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  31. efbcb46 Blocked revisions 64635 via svnmerge by Georg Brandl · 16 years ago
  32. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  33. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  34. 336341f Add some full stops. by Georg Brandl · 16 years ago
  35. 18da8f0 #3220: improve bytes docs a bit. by Georg Brandl · 16 years ago
  36. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  37. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  38. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  39. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  40. e11787a #2683: communicate() takes bytes. by Georg Brandl · 16 years ago
  41. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  42. bbfd71d - No more 0L or similar. by Mark Summerfield · 16 years ago
  43. 4c29b47 fix syntax by Benjamin Peterson · 16 years ago
  44. 9557f60 - removed sentence about the new free format floating-point representation by Mark Summerfield · 16 years ago
  45. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  46. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 16 years ago
  47. 9aa04c4 Merged revisions 64597-64598 via svnmerge from by Martin v. Löwis · 16 years ago
  48. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  49. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  50. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  51. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  52. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  53. f04779b #3229 fix typo and expand notes a little by Benjamin Peterson · 16 years ago
  54. ed25b2c - allow to configure with db4.7, test with 4.7 on some buildds by Matthias Klose · 16 years ago
  55. 361e553 remove usage of cachesrc.py in Mac/Makefile by Benjamin Peterson · 16 years ago
  56. 257060a change references to Queue module to queue in multiprocessing docs by Benjamin Peterson · 16 years ago
  57. 5289b2b Merged revisions 64407,64568 via svnmerge from by Benjamin Peterson · 16 years ago
  58. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  59. ce279a7 Merged revisions 64561 via svnmerge from by Mark Dickinson · 16 years ago
  60. 7de5079 Blocked revisions 64555 via svnmerge by Trent Nelson · 16 years ago
  61. 1c63f65 Ignore *.pyc and *.pyo files. by Brett Cannon · 16 years ago
  62. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  63. 429ef65 Rename a variable to be more in line with the name of the module. by Brett Cannon · 16 years ago
  64. cf49e20 Blocked revisions 64546-64547 via svnmerge by Benjamin Peterson · 16 years ago
  65. 85f7604 #3204: remove slice operations from operator doc. by Georg Brandl · 16 years ago
  66. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 16 years ago
  67. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  68. 57f6a55 Blocked revisions 64520 via svnmerge by Benjamin Peterson · 16 years ago
  69. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  70. 11c1a33 Blocked revisions 64508 via svnmerge by Mark Dickinson · 16 years ago
  71. 268bf4a Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  72. 79edbd5 Remove trailing 'L's from integers in limit_denominator examples. by Mark Dickinson · 16 years ago
  73. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  74. 6ed16dc Merged revisions 64496 via svnmerge from by Eric Smith · 16 years ago
  75. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  76. 7d84055 More old urllib usage. by Georg Brandl · 16 years ago
  77. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  78. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  79. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  80. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  81. dd811a4 Ignore .py[co] files here. by Guido van Rossum · 16 years ago
  82. 789bdf0 Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  83. be149d0 remove references of cPickle in the pickle docs (uhh. unlabeled footnotes) by Benjamin Peterson · 16 years ago
  84. 4fe93b2 Blocked revisions 64431 via svnmerge by Benjamin Peterson · 16 years ago
  85. 6bf2d6b Merged revisions 64422 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 16 years ago
  87. 817e65f Blocked revisions 64413 via svnmerge by Benjamin Peterson · 16 years ago
  88. 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 16 years ago
  89. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  90. ad4afeb _getstalt doesn't need to be built on non-darwin systems #3141 by Benjamin Peterson · 16 years ago
  91. 19b9b2e Post 3.0b1 release by Barry Warsaw · 16 years ago
  92. 5e50cf5 Tagging 3.0b1 by Barry Warsaw · 16 years ago
  93. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  94. ce943b6 Blocked revisions 64371 via svnmerge by Benjamin Peterson · 16 years ago
  95. 631bd38 Blocked revisions 64386,64392 via svnmerge by Benjamin Peterson · 16 years ago
  96. 8a7b5f8 Merged revisions 64387 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  97. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 16 years ago
  98. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  99. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  100. a656d2c merge 64378 by Jesse Noller · 16 years ago