1. 2b3f52f Add missing files for the windows VS2005 compiler by Amaury Forgeot d'Arc · 16 years ago
  2. fa26803 fix multiprocessing line endings in py3k by Benjamin Peterson · 16 years ago
  3. 53a5b0d Blocked revisions 64250 via svnmerge by Benjamin Peterson · 16 years ago
  4. b0c8a99 Blocked revisions 64248 via svnmerge by Benjamin Peterson · 16 years ago
  5. 94b8b82 Merged revisions 64246 via svnmerge from by Martin v. Löwis · 16 years ago
  6. 2061155 Merged revisions 64243-64244 via svnmerge from by Martin v. Löwis · 16 years ago
  7. 70ce8aa Merged revisions 64239 via svnmerge from by Martin v. Löwis · 16 years ago
  8. af065c3 Merged revisions 64223-64224 via svnmerge from by Benjamin Peterson · 16 years ago
  9. f38e0d0 Merged revisions 64185-64196 via svnmerge from by Martin v. Löwis · 16 years ago
  10. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  11. 1c95155 Make print_delta static. by Martin v. Löwis · 16 years ago
  12. ff649b4 Make stdprinter_write static. by Martin v. Löwis · 16 years ago
  13. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  14. 7634ff5 Fixed compiler warnings on MSVC9.0 by Alexandre Vassalotti · 16 years ago
  15. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  16. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  17. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  18. e68df0f Merged revisions 64212 via svnmerge from by Benjamin Peterson · 16 years ago
  19. 762681b Slowly apply part of #2065: py3k can be compiled with VS8.0 by Amaury Forgeot d'Arc · 16 years ago
  20. 6166717 Merged revisions 64202 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  21. 167cb57 Merged revisions 64197 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  22. 29a1618 Blocked revisions 64206 via svnmerge by Benjamin Peterson · 16 years ago
  23. 9d865c9 On Windows, repair compilation of builtin modules _stringio and _pickle. by Amaury Forgeot d'Arc · 16 years ago
  24. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  25. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  26. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  27. b154909 Removed _stringio from Windows build. by Alexandre Vassalotti · 16 years ago
  28. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  29. 829b991 Fixed test_urllib2 by coercing Message object to str by Alexandre Vassalotti · 16 years ago
  30. ab82a97 remove a mimetools import by Benjamin Peterson · 16 years ago
  31. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 16 years ago
  32. e0d9bb8 Blocked revisions 64169 via svnmerge by Benjamin Peterson · 16 years ago
  33. 425ea7f add a period by Benjamin Peterson · 16 years ago
  34. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  35. af488af fix compiler warning by Benjamin Peterson · 16 years ago
  36. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  37. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  38. f501942 Update NEWS and ACKS for issue 2849. by Barry Warsaw · 16 years ago
  39. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 16 years ago
  40. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 16 years ago
  41. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  42. 3c415a2 Attempt to fix the Windows build for _stringio and _pickle. by Alexandre Vassalotti · 16 years ago
  43. 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 16 years ago
  44. ccc63b1 Added Windows build config for _stringio and _pickle. by Alexandre Vassalotti · 16 years ago
  45. 66b343b Removed exception renaming cruft in pickle.py. by Alexandre Vassalotti · 16 years ago
  46. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  47. 502d89e fix test_ssl by Benjamin Peterson · 16 years ago
  48. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  49. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 16 years ago
  50. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  51. 624a789 Add dummy_threading to toctree. by Georg Brandl · 16 years ago
  52. f00d35a Blocked revisions 64128,64133 via svnmerge by Benjamin Peterson · 16 years ago
  53. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  55. ea6d58d Correctly export the module init function. Needed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  56. 245671c Adaptation to py3k. by Amaury Forgeot d'Arc · 16 years ago
  57. 2c906f1 Merged revisions 64130 via svnmerge from by Georg Brandl · 16 years ago
  58. 3b4e479 Follow-up of PEP 3121: by Amaury Forgeot d'Arc · 16 years ago
  59. f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
  60. c354c2e Merged revisions 64123 via svnmerge from by Benjamin Peterson · 16 years ago
  61. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  62. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  63. e8465f2 Remove PyInit_cStringIO again. by Martin v. Löwis · 16 years ago
  64. 6cb0109 Fix typo. by Martin v. Löwis · 16 years ago
  65. b9e8dcf Add missing NULL return value. by Martin v. Löwis · 16 years ago
  66. 6a880a8 Update to PEP 3121. by Martin v. Löwis · 16 years ago
  67. 3447bee Fix module initialization glitches. by Martin v. Löwis · 16 years ago
  68. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  69. cdf9463 block 64105 by Gregory P. Smith · 16 years ago
  70. b42dab3 revert r64092 because http://xmlrpc.com is back up by Benjamin Peterson · 16 years ago
  71. 3b40927 Windows has no os.uname. Use platform.uname() instead. by Amaury Forgeot d'Arc · 16 years ago
  72. 283a7c9 block 64093 as its 2.6 only. by Gregory P. Smith · 16 years ago
  73. 4dea1eb Temporarily disable test_xmlrpc_net because xmlrpc.com is broken by Benjamin Peterson · 16 years ago
  74. 9bba0b3 Blocked revisions 64090 via svnmerge by Benjamin Peterson · 16 years ago
  75. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  76. e932c5c block a pystring/pybytes renaming change from py3k by Gregory P. Smith · 16 years ago
  77. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  78. 4066186 Blocked revisions 63384,63545,63568,63914,63932,64028 via svnmerge by Georg Brandl · 16 years ago
  79. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  80. 2507884 Fixed _bsddb key allocation errors. by Alexandre Vassalotti · 16 years ago
  81. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  82. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  83. b1ef673 PyString_InternFromString -> PyUnicode_InternFromString by Thomas Heller · 16 years ago
  84. b795f528 Merged revisions 63988,63991 via svnmerge from by Thomas Heller · 16 years ago
  85. c5d0126 Merged revisions 64070 via svnmerge from by Thomas Heller · 16 years ago
  86. 12f8a05 Fix the Windows build by removing references to the cStringIO module by Thomas Heller · 16 years ago
  87. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  88. b38fea3 Blocked revisions 64057-64058 via svnmerge by Alexandre Vassalotti · 16 years ago
  89. 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 16 years ago
  90. 1c9a2d9 block r64048 by Gregory P. Smith · 16 years ago
  91. 240be31 Blocked revisions 64044-64045 via svnmerge by Benjamin Peterson · 16 years ago
  92. 0a0ca0f Blocked revisions 64040 via svnmerge by Benjamin Peterson · 16 years ago
  93. fd68087 #3059: Stop decoding Unicode in calendar module. by Georg Brandl · 16 years ago
  94. f010bd5 Blocked revisions 64031 via svnmerge by Benjamin Peterson · 16 years ago
  95. 2095cfe Remove cl usage from aifc and use bytes throughout. by Georg Brandl · 16 years ago
  96. d701c8c Blocked revisions 64016,64018-64019 via svnmerge by Georg Brandl · 16 years ago
  97. 3900088 Remove locking from buffer protocol as-per discussion. by Travis E. Oliphant · 16 years ago
  98. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  99. 4efb518 Issue 3049: Some 3k sizeof tests fail. by Robert Schuppenies · 16 years ago
  100. f086fdd Blocked revisions 63982 via svnmerge by Georg Brandl · 16 years ago