1. c47753b Merged revisions 65026 via svnmerge from by Benjamin Peterson · 16 years ago
  2. d613bb4 Merged revisions 65019 via svnmerge from by Benjamin Peterson · 16 years ago
  3. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  4. 38bbc48 Merged revisions 64981 via svnmerge from by Mark Dickinson · 16 years ago
  5. 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 16 years ago
  6. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  7. 3ccb787 Merged revisions 64446,64490,64495,64526,64567 via svnmerge from by Georg Brandl · 16 years ago
  8. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  9. 26adf52 Merged revisions 63828 via svnmerge from by Georg Brandl · 16 years ago
  10. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  11. f70e195 Merged revisions 64979 via svnmerge from by Thomas Heller · 16 years ago
  12. 0261e1e Merged revisions 64968,64971 via svnmerge from by Thomas Heller · 16 years ago
  13. 0d755b4 Fix a potential NameError. by Thomas Heller · 16 years ago
  14. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  15. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  16. b1ebcc6 Forward port of r64958. by Eric Smith · 16 years ago
  17. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 16 years ago
  18. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  19. 2bc91df remove 3.0 conditional by Benjamin Peterson · 16 years ago
  20. e0c51fb Merged revisions 64920 via svnmerge from by Benjamin Peterson · 16 years ago
  21. 875d4c0 move test_long_future into test_long by Benjamin Peterson · 16 years ago
  22. 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
  23. 40c8f23 Merged revisions 64903 via svnmerge from by Brett Cannon · 16 years ago
  24. 91823c7 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  25. c31bc9a Fix for AttributeError in test_asynchat. by Josiah Carlson · 16 years ago
  26. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 16 years ago
  27. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 16 years ago
  28. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  29. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 16 years ago
  30. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 16 years ago
  31. ba32b72 Merged revisions 64736-64737 via svnmerge from by Martin v. Löwis · 16 years ago
  32. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  33. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 16 years ago
  34. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  35. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  36. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  37. 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
  38. 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
  39. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  40. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  41. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  43. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  44. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  45. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 16 years ago
  46. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  47. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  48. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  49. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  50. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  51. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  52. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  53. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 16 years ago
  54. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  56. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  57. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  58. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  59. 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 16 years ago
  60. 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 16 years ago
  61. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  62. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  63. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 16 years ago
  64. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  65. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  66. a656d2c merge 64378 by Jesse Noller · 16 years ago
  67. d00df3c Merge r64375 to py3k by Jesse Noller · 16 years ago
  68. 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 16 years ago
  69. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  70. 036aa54 Merged revisions 64360-64361 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  71. 68ac331 Merged revisions 64358 via svnmerge from by Benjamin Peterson · 16 years ago
  72. 3c0dd06 Merged revisions 64356 via svnmerge from by Benjamin Peterson · 16 years ago
  73. f9f2982 Another merge error, seen on bigendian machines by Amaury Forgeot d'Arc · 16 years ago
  74. 7a01984 Merge error: platform.py would not import by Amaury Forgeot d'Arc · 16 years ago
  75. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  76. 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
  77. 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
  78. b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 16 years ago
  79. b29cbbc Merged revisions 64317 via svnmerge from by Benjamin Peterson · 16 years ago
  80. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  81. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  82. df6dc8f Merged revisions 64286 via svnmerge from by Benjamin Peterson · 16 years ago
  83. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  84. c5e9464 Merged revisions 64095 via svnmerge from by Benjamin Peterson · 16 years ago
  85. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  86. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 16 years ago
  87. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  88. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  89. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  90. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  91. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  92. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  93. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  94. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  95. 829b991 Fixed test_urllib2 by coercing Message object to str by Alexandre Vassalotti · 16 years ago
  96. ab82a97 remove a mimetools import by Benjamin Peterson · 16 years ago
  97. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 16 years ago
  98. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  99. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  100. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago