1. 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
  2. 200ff18 Revert a bad change I made in r64209, which probably broke compilation on win64 by Amaury Forgeot d'Arc · 16 years ago
  3. 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
  4. f9c98b4 sync whatsnew with 2.6 by Benjamin Peterson · 16 years ago
  5. 14654fd I'm blocking all these whatsnew revisions, so I can just manually sync it with 2.6; by Benjamin Peterson · 16 years ago
  6. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 464109a Blocked revisions 64398,64400,64437,64456,64462,64511 via svnmerge by Benjamin Peterson · 16 years ago
  8. 1cef37c add an entry for object.__dir__ by Benjamin Peterson · 16 years ago
  9. 549845b Blocked revisions 64649 via svnmerge by Brett Cannon · 16 years ago
  10. 251d3e2 Blocked revisions 64633 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  11. efbcb46 Blocked revisions 64635 via svnmerge by Georg Brandl · 16 years ago
  12. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  13. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  14. 336341f Add some full stops. by Georg Brandl · 16 years ago
  15. 18da8f0 #3220: improve bytes docs a bit. by Georg Brandl · 16 years ago
  16. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  18. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  19. c22ed14 document PyUnicode_CompareWithASCIIString by Benjamin Peterson · 16 years ago
  20. e11787a #2683: communicate() takes bytes. by Georg Brandl · 16 years ago
  21. de9c869 Hopefully fix make framework install on Mac (see 3174) by Benjamin Peterson · 16 years ago
  22. bbfd71d - No more 0L or similar. by Mark Summerfield · 16 years ago
  23. 4c29b47 fix syntax by Benjamin Peterson · 16 years ago
  24. 9557f60 - removed sentence about the new free format floating-point representation by Mark Summerfield · 16 years ago
  25. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  26. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 16 years ago
  27. 9aa04c4 Merged revisions 64597-64598 via svnmerge from by Martin v. Löwis · 16 years ago
  28. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  29. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  30. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  31. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  32. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  33. f04779b #3229 fix typo and expand notes a little by Benjamin Peterson · 16 years ago
  34. ed25b2c - allow to configure with db4.7, test with 4.7 on some buildds by Matthias Klose · 16 years ago
  35. 361e553 remove usage of cachesrc.py in Mac/Makefile by Benjamin Peterson · 16 years ago
  36. 257060a change references to Queue module to queue in multiprocessing docs by Benjamin Peterson · 16 years ago
  37. 5289b2b Merged revisions 64407,64568 via svnmerge from by Benjamin Peterson · 16 years ago
  38. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  39. ce279a7 Merged revisions 64561 via svnmerge from by Mark Dickinson · 16 years ago
  40. 7de5079 Blocked revisions 64555 via svnmerge by Trent Nelson · 16 years ago
  41. 1c63f65 Ignore *.pyc and *.pyo files. by Brett Cannon · 16 years ago
  42. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  43. 429ef65 Rename a variable to be more in line with the name of the module. by Brett Cannon · 16 years ago
  44. cf49e20 Blocked revisions 64546-64547 via svnmerge by Benjamin Peterson · 16 years ago
  45. 85f7604 #3204: remove slice operations from operator doc. by Georg Brandl · 16 years ago
  46. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 16 years ago
  47. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 57f6a55 Blocked revisions 64520 via svnmerge by Benjamin Peterson · 16 years ago
  49. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  50. 11c1a33 Blocked revisions 64508 via svnmerge by Mark Dickinson · 16 years ago
  51. 268bf4a Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. by Mark Dickinson · 16 years ago
  52. 79edbd5 Remove trailing 'L's from integers in limit_denominator examples. by Mark Dickinson · 16 years ago
  53. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  54. 6ed16dc Merged revisions 64496 via svnmerge from by Eric Smith · 16 years ago
  55. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  56. 7d84055 More old urllib usage. by Georg Brandl · 16 years ago
  57. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  58. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  59. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  60. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  61. dd811a4 Ignore .py[co] files here. by Guido van Rossum · 16 years ago
  62. 789bdf0 Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  63. be149d0 remove references of cPickle in the pickle docs (uhh. unlabeled footnotes) by Benjamin Peterson · 16 years ago
  64. 4fe93b2 Blocked revisions 64431 via svnmerge by Benjamin Peterson · 16 years ago
  65. 6bf2d6b Merged revisions 64422 via svnmerge from by Benjamin Peterson · 16 years ago
  66. 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 16 years ago
  67. 817e65f Blocked revisions 64413 via svnmerge by Benjamin Peterson · 16 years ago
  68. 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 16 years ago
  69. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  70. ad4afeb _getstalt doesn't need to be built on non-darwin systems #3141 by Benjamin Peterson · 16 years ago
  71. 19b9b2e Post 3.0b1 release by Barry Warsaw · 16 years ago
  72. 5e50cf5 Tagging 3.0b1 by Barry Warsaw · 16 years ago
  73. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  74. ce943b6 Blocked revisions 64371 via svnmerge by Benjamin Peterson · 16 years ago
  75. 631bd38 Blocked revisions 64386,64392 via svnmerge by Benjamin Peterson · 16 years ago
  76. 8a7b5f8 Merged revisions 64387 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  77. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 16 years ago
  78. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  79. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  80. a656d2c merge 64378 by Jesse Noller · 16 years ago
  81. d00df3c Merge r64375 to py3k by Jesse Noller · 16 years ago
  82. 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 16 years ago
  83. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  84. 036aa54 Merged revisions 64360-64361 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  85. 68ac331 Merged revisions 64358 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 3c0dd06 Merged revisions 64356 via svnmerge from by Benjamin Peterson · 16 years ago
  87. c2c5e00 Merged revisions 64349 via svnmerge from by Benjamin Peterson · 16 years ago
  88. f9f2982 Another merge error, seen on bigendian machines by Amaury Forgeot d'Arc · 16 years ago
  89. 7a01984 Merge error: platform.py would not import by Amaury Forgeot d'Arc · 16 years ago
  90. bf9e966 Return the module at the end of its init function. by Amaury Forgeot d'Arc · 16 years ago
  91. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  92. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  93. 6a00b64 Removed some versionadded tags, and a reference to "long" in a sample by Amaury Forgeot d'Arc · 16 years ago
  94. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  95. 36817a9 Blocked revisions 64142 via svnmerge by Benjamin Peterson · 16 years ago
  96. b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 16 years ago
  97. bb37ca8 Blocked revisions 63685,64097,64129 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  98. b29cbbc Merged revisions 64317 via svnmerge from by Benjamin Peterson · 16 years ago
  99. a38d156 add some casts and fix the build from 64311 by Benjamin Peterson · 16 years ago
  100. 920fca3 Merged revisions 64313 via svnmerge from by Benjamin Peterson · 16 years ago