1. d00df3c Merge r64375 to py3k by Jesse Noller · 16 years ago
  2. 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 16 years ago
  3. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  4. 036aa54 Merged revisions 64360-64361 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  5. 68ac331 Merged revisions 64358 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 3c0dd06 Merged revisions 64356 via svnmerge from by Benjamin Peterson · 16 years ago
  7. c2c5e00 Merged revisions 64349 via svnmerge from by Benjamin Peterson · 16 years ago
  8. f9f2982 Another merge error, seen on bigendian machines by Amaury Forgeot d'Arc · 16 years ago
  9. 7a01984 Merge error: platform.py would not import by Amaury Forgeot d'Arc · 16 years ago
  10. bf9e966 Return the module at the end of its init function. by Amaury Forgeot d'Arc · 16 years ago
  11. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  12. 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
  13. 6a00b64 Removed some versionadded tags, and a reference to "long" in a sample by Amaury Forgeot d'Arc · 16 years ago
  14. 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
  15. 36817a9 Blocked revisions 64142 via svnmerge by Benjamin Peterson · 16 years ago
  16. b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 16 years ago
  17. bb37ca8 Blocked revisions 63685,64097,64129 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  18. b29cbbc Merged revisions 64317 via svnmerge from by Benjamin Peterson · 16 years ago
  19. a38d156 add some casts and fix the build from 64311 by Benjamin Peterson · 16 years ago
  20. 920fca3 Merged revisions 64313 via svnmerge from by Benjamin Peterson · 16 years ago
  21. 2fadaa2 Merged revisions 64131,64134-64141,64143-64146 via svnmerge from by Thomas Heller · 16 years ago
  22. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  23. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  24. df6dc8f Merged revisions 64286 via svnmerge from by Benjamin Peterson · 16 years ago
  25. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  26. c5e9464 Merged revisions 64095 via svnmerge from by Benjamin Peterson · 16 years ago
  27. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  28. 973124f Recorded merge of revisions 64257 via svnmerge from by Martin v. Löwis · 16 years ago
  29. b072cf2 Merged revisions 64267-64272 via svnmerge from by Martin v. Löwis · 16 years ago
  30. 6d291c1 Merged revisions 64265 via svnmerge from by Martin v. Löwis · 16 years ago
  31. 95a939c remove a versionadded by Benjamin Peterson · 16 years ago
  32. a08702a Merged revisions 64262 via svnmerge from by Martin v. Löwis · 16 years ago
  33. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 16 years ago
  34. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  35. b303fef Run svneol.py for all files currently using Unix line endings. by Martin v. Löwis · 16 years ago
  36. 6e34969 Blocked revisions 64254 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
  37. 2b3f52f Add missing files for the windows VS2005 compiler by Amaury Forgeot d'Arc · 16 years ago
  38. fa26803 fix multiprocessing line endings in py3k by Benjamin Peterson · 16 years ago
  39. 53a5b0d Blocked revisions 64250 via svnmerge by Benjamin Peterson · 16 years ago
  40. b0c8a99 Blocked revisions 64248 via svnmerge by Benjamin Peterson · 16 years ago
  41. 94b8b82 Merged revisions 64246 via svnmerge from by Martin v. Löwis · 16 years ago
  42. 2061155 Merged revisions 64243-64244 via svnmerge from by Martin v. Löwis · 16 years ago
  43. 70ce8aa Merged revisions 64239 via svnmerge from by Martin v. Löwis · 16 years ago
  44. af065c3 Merged revisions 64223-64224 via svnmerge from by Benjamin Peterson · 16 years ago
  45. f38e0d0 Merged revisions 64185-64196 via svnmerge from by Martin v. Löwis · 16 years ago
  46. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  47. 1c95155 Make print_delta static. by Martin v. Löwis · 16 years ago
  48. ff649b4 Make stdprinter_write static. by Martin v. Löwis · 16 years ago
  49. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  50. 7634ff5 Fixed compiler warnings on MSVC9.0 by Alexandre Vassalotti · 16 years ago
  51. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  52. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  53. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  54. e68df0f Merged revisions 64212 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 762681b Slowly apply part of #2065: py3k can be compiled with VS8.0 by Amaury Forgeot d'Arc · 16 years ago
  56. 6166717 Merged revisions 64202 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  57. 167cb57 Merged revisions 64197 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  58. 29a1618 Blocked revisions 64206 via svnmerge by Benjamin Peterson · 16 years ago
  59. 9d865c9 On Windows, repair compilation of builtin modules _stringio and _pickle. by Amaury Forgeot d'Arc · 16 years ago
  60. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  61. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  62. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  63. b154909 Removed _stringio from Windows build. by Alexandre Vassalotti · 16 years ago
  64. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  65. 829b991 Fixed test_urllib2 by coercing Message object to str by Alexandre Vassalotti · 16 years ago
  66. ab82a97 remove a mimetools import by Benjamin Peterson · 16 years ago
  67. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 16 years ago
  68. e0d9bb8 Blocked revisions 64169 via svnmerge by Benjamin Peterson · 16 years ago
  69. 425ea7f add a period by Benjamin Peterson · 16 years ago
  70. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  71. af488af fix compiler warning by Benjamin Peterson · 16 years ago
  72. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  73. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  74. f501942 Update NEWS and ACKS for issue 2849. by Barry Warsaw · 16 years ago
  75. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 16 years ago
  76. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 16 years ago
  77. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  78. 3c415a2 Attempt to fix the Windows build for _stringio and _pickle. by Alexandre Vassalotti · 16 years ago
  79. 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 16 years ago
  80. ccc63b1 Added Windows build config for _stringio and _pickle. by Alexandre Vassalotti · 16 years ago
  81. 66b343b Removed exception renaming cruft in pickle.py. by Alexandre Vassalotti · 16 years ago
  82. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  83. 502d89e fix test_ssl by Benjamin Peterson · 16 years ago
  84. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  85. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 16 years ago
  86. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  87. 624a789 Add dummy_threading to toctree. by Georg Brandl · 16 years ago
  88. f00d35a Blocked revisions 64128,64133 via svnmerge by Benjamin Peterson · 16 years ago
  89. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  90. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  91. ea6d58d Correctly export the module init function. Needed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  92. 245671c Adaptation to py3k. by Amaury Forgeot d'Arc · 16 years ago
  93. 2c906f1 Merged revisions 64130 via svnmerge from by Georg Brandl · 16 years ago
  94. 3b4e479 Follow-up of PEP 3121: by Amaury Forgeot d'Arc · 16 years ago
  95. f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
  96. c354c2e Merged revisions 64123 via svnmerge from by Benjamin Peterson · 16 years ago
  97. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  98. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  99. e8465f2 Remove PyInit_cStringIO again. by Martin v. Löwis · 16 years ago
  100. 6cb0109 Fix typo. by Martin v. Löwis · 16 years ago