1. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  2. 7626235 Blocked revisions 63738 via svnmerge by Benjamin Peterson · 16 years ago
  3. 3eaf313 Blocked revisions 63736 via svnmerge by Benjamin Peterson · 16 years ago
  4. 4116f36 clean up some docstrings and errors in bytesobject.c by Benjamin Peterson · 16 years ago
  5. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  6. 954aa94 Blocked revisions 63725 via svnmerge by Benjamin Peterson · 16 years ago
  7. ad29cba Blocked revisions 63721 via svnmerge by Benjamin Peterson · 16 years ago
  8. 784783f Blocked revisions 63719 via svnmerge by Benjamin Peterson · 16 years ago
  9. 4d48053 update test ignore list by Benjamin Peterson · 16 years ago
  10. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  11. 35af8d4 Add the new packages to the Makefile for installation. by Brett Cannon · 16 years ago
  12. e0de18c Ignore py(c|o) files. by Brett Cannon · 16 years ago
  13. 3d5c425 Add NEWS entry for http package. by Georg Brandl · 16 years ago
  14. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  15. f4a4123 Fix old-style octal literals in the docs. by Georg Brandl · 16 years ago
  16. 95f5686 Blocked revisions 63704 via svnmerge by Benjamin Peterson · 16 years ago
  17. c772372 Remove remaining references to UserDict module. by Georg Brandl · 16 years ago
  18. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
  19. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 1b466f2 Merged revisions 63575 via svnmerge from by Georg Brandl · 16 years ago
  21. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  22. 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
  23. fbeb6b6 Merged revisions 63678,63688,63690,63696 via svnmerge from by Benjamin Peterson · 16 years ago
  24. 27ad091 remove PyBytes_Format from header by Benjamin Peterson · 16 years ago
  25. d026b93 Blocked revisions 63660,63665,63691 via svnmerge by Georg Brandl · 16 years ago
  26. dae32c1 update docs after renaming of PyString -> PyBytes by Benjamin Peterson · 16 years ago
  27. 39e360b fix failing test from rename by Benjamin Peterson · 16 years ago
  28. 3d1e861 Blocked revisions 63686 via svnmerge by Benjamin Peterson · 16 years ago
  29. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  30. 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
  31. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  32. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  33. 96d02f3 Blocked revisions 63672,63675,63677,63679 via svnmerge by Christian Heimes · 16 years ago
  34. 1e2f050 Merged revisions 63397,63673 via svnmerge from by Benjamin Peterson · 16 years ago
  35. c559572 Blocked revisions 63458,63498 via svnmerge by Benjamin Peterson · 16 years ago
  36. 84b7f0c Merged revisions 63670 via svnmerge from by Thomas Heller · 16 years ago
  37. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  38. 7f986ac Rename test file to its proper module name. by Georg Brandl · 16 years ago
  39. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  40. e6f0063 Merged revisions 63655 via svnmerge from by Benjamin Peterson · 16 years ago
  41. dc6c16a Blocked revisions 63649 via svnmerge by Benjamin Peterson · 16 years ago
  42. 50923f9 remove version note by Benjamin Peterson · 16 years ago
  43. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  44. cea7774 autoreconf run by Christian Heimes · 16 years ago
  45. 346c921 Merged revisions 63644 via svnmerge from by Martin v. Löwis · 16 years ago
  46. be02395 Blocked revisions 63586-63589,63611,63630 via svnmerge by Georg Brandl · 16 years ago
  47. 00f6be8 Blocked revisions 63493-63495 via svnmerge by Georg Brandl · 16 years ago
  48. 0d4f39b Blocked revisions 63415,63421-63422 via svnmerge by Georg Brandl · 16 years ago
  49. ab34b5e Blocked revisions 63630 via svnmerge by Georg Brandl · 16 years ago
  50. 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 16 years ago
  51. 2eab97c Merged revisions 63634 via svnmerge from by Martin v. Löwis · 16 years ago
  52. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  53. 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 16 years ago
  54. 52b92cc Refer consistently to issues, rewrap to 70 chars. by Georg Brandl · 16 years ago
  55. 1bcf35a #2963: fix method cache types. by Georg Brandl · 16 years ago
  56. c9b0953 #2964: fix missing INCREF. by Georg Brandl · 16 years ago
  57. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  58. 2cb57a4 Block queue/configparser renaming reversal. by Georg Brandl · 16 years ago
  59. 15a51e3 Fix Queue -> queue. by Georg Brandl · 16 years ago
  60. d877ca8 fix skipped test due to import problem by Benjamin Peterson · 16 years ago
  61. 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 16 years ago
  62. ab081cf Blocked revisions 63549 via svnmerge by Brett Cannon · 16 years ago
  63. 2500e9d Blocked revisions 63547 via svnmerge by Brett Cannon · 16 years ago
  64. 27bb3fb Blocked revisions 63528 via svnmerge by Benjamin Peterson · 16 years ago
  65. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 16 years ago
  66. 96ad65d Blocked revisions 63513 via svnmerge by Brett Cannon · 16 years ago
  67. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  68. 6a65481 Block 2.6 Tkinter renaming reversal revisions. by Georg Brandl · 16 years ago
  69. 42425ed Blocked revisions 63481 via svnmerge by Fred Drake · 16 years ago
  70. c1fc34a Remove duplicate check for PyLong_Check(). It was checked above. by Neal Norwitz · 16 years ago
  71. bf6f0aa Blocked revisions 63460,63464 via svnmerge by Benjamin Peterson · 16 years ago
  72. 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 16 years ago
  73. 1921970 Better diagnostic. by Georg Brandl · 16 years ago
  74. 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 16 years ago
  75. c4dc0d4 #2905: fix merge glitch on OSX. by Georg Brandl · 16 years ago
  76. 9087b7f Merged revisions 63438 via svnmerge from by Georg Brandl · 16 years ago
  77. bf93b04 Fix two issues in the weak set implementation. by Georg Brandl · 16 years ago
  78. e624d17 Blocked revisions 63440 via svnmerge by Georg Brandl · 16 years ago
  79. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  80. 9b020c7 Blocked revisions 63434 via svnmerge by Fred Drake · 16 years ago
  81. 715ce7f Blocked revisions 63430 via svnmerge by Fred Drake · 16 years ago
  82. 0085a07 Blocked revisions 63428 via svnmerge by Benjamin Peterson · 16 years ago
  83. c4948d8 Blocked revisions 63425-63426 via svnmerge by Benjamin Peterson · 16 years ago
  84. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 16 years ago
  85. 2e08136 Tkinter, step 4: merge simple- and filedialog modules. by Georg Brandl · 16 years ago
  86. ac6060c Tkinter, step 3: doc updates. by Georg Brandl · 16 years ago
  87. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  88. 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 16 years ago
  89. 094c4ff Block Tkinter-rename-related revisions. by Georg Brandl · 16 years ago
  90. 7da1b33 Blocked revisions 63392 via svnmerge by Alexandre Vassalotti · 16 years ago
  91. 4b006de Fixed signature of theThread in test_lock. by Alexandre Vassalotti · 16 years ago
  92. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  93. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 16 years ago
  94. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  95. acbca71 Rename the repr module file to reprlib.py. by Alexandre Vassalotti · 16 years ago
  96. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 16 years ago
  97. d11ae5d Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings. by Georg Brandl · 16 years ago
  98. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  99. cdc1133 Blocked revisions 63358 via svnmerge by Alexandre Vassalotti · 16 years ago
  100. 41c417e Blocked revisions 63354 via svnmerge by Alexandre Vassalotti · 16 years ago