1. 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 · 17 years ago
  2. cea7774 autoreconf run by Christian Heimes · 17 years ago
  3. 346c921 Merged revisions 63644 via svnmerge from by Martin v. Löwis · 17 years ago
  4. be02395 Blocked revisions 63586-63589,63611,63630 via svnmerge by Georg Brandl · 17 years ago
  5. 00f6be8 Blocked revisions 63493-63495 via svnmerge by Georg Brandl · 17 years ago
  6. 0d4f39b Blocked revisions 63415,63421-63422 via svnmerge by Georg Brandl · 17 years ago
  7. ab34b5e Blocked revisions 63630 via svnmerge by Georg Brandl · 17 years ago
  8. 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 17 years ago
  9. 2eab97c Merged revisions 63634 via svnmerge from by Martin v. Löwis · 17 years ago
  10. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
  11. 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 17 years ago
  12. 52b92cc Refer consistently to issues, rewrap to 70 chars. by Georg Brandl · 17 years ago
  13. 1bcf35a #2963: fix method cache types. by Georg Brandl · 17 years ago
  14. c9b0953 #2964: fix missing INCREF. by Georg Brandl · 17 years ago
  15. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 17 years ago
  16. 2cb57a4 Block queue/configparser renaming reversal. by Georg Brandl · 17 years ago
  17. 15a51e3 Fix Queue -> queue. by Georg Brandl · 17 years ago
  18. d877ca8 fix skipped test due to import problem by Benjamin Peterson · 17 years ago
  19. 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 17 years ago
  20. ab081cf Blocked revisions 63549 via svnmerge by Brett Cannon · 17 years ago
  21. 2500e9d Blocked revisions 63547 via svnmerge by Brett Cannon · 17 years ago
  22. 27bb3fb Blocked revisions 63528 via svnmerge by Benjamin Peterson · 17 years ago
  23. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 17 years ago
  24. 96ad65d Blocked revisions 63513 via svnmerge by Brett Cannon · 17 years ago
  25. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  26. 6a65481 Block 2.6 Tkinter renaming reversal revisions. by Georg Brandl · 17 years ago
  27. 42425ed Blocked revisions 63481 via svnmerge by Fred Drake · 17 years ago
  28. c1fc34a Remove duplicate check for PyLong_Check(). It was checked above. by Neal Norwitz · 17 years ago
  29. bf6f0aa Blocked revisions 63460,63464 via svnmerge by Benjamin Peterson · 17 years ago
  30. 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 17 years ago
  31. 1921970 Better diagnostic. by Georg Brandl · 17 years ago
  32. 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 17 years ago
  33. c4dc0d4 #2905: fix merge glitch on OSX. by Georg Brandl · 17 years ago
  34. 9087b7f Merged revisions 63438 via svnmerge from by Georg Brandl · 17 years ago
  35. bf93b04 Fix two issues in the weak set implementation. by Georg Brandl · 17 years ago
  36. e624d17 Blocked revisions 63440 via svnmerge by Georg Brandl · 17 years ago
  37. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 17 years ago
  38. 9b020c7 Blocked revisions 63434 via svnmerge by Fred Drake · 17 years ago
  39. 715ce7f Blocked revisions 63430 via svnmerge by Fred Drake · 17 years ago
  40. 0085a07 Blocked revisions 63428 via svnmerge by Benjamin Peterson · 17 years ago
  41. c4948d8 Blocked revisions 63425-63426 via svnmerge by Benjamin Peterson · 17 years ago
  42. 6e47a33 Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned. by Georg Brandl · 17 years ago
  43. 2e08136 Tkinter, step 4: merge simple- and filedialog modules. by Georg Brandl · 17 years ago
  44. ac6060c Tkinter, step 3: doc updates. by Georg Brandl · 17 years ago
  45. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
  46. 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 17 years ago
  47. 094c4ff Block Tkinter-rename-related revisions. by Georg Brandl · 17 years ago
  48. 7da1b33 Blocked revisions 63392 via svnmerge by Alexandre Vassalotti · 17 years ago
  49. 4b006de Fixed signature of theThread in test_lock. by Alexandre Vassalotti · 17 years ago
  50. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 17 years ago
  51. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 17 years ago
  52. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 17 years ago
  53. acbca71 Rename the repr module file to reprlib.py. by Alexandre Vassalotti · 17 years ago
  54. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 17 years ago
  55. d11ae5d Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings. by Georg Brandl · 17 years ago
  56. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 17 years ago
  57. cdc1133 Blocked revisions 63358 via svnmerge by Alexandre Vassalotti · 17 years ago
  58. 41c417e Blocked revisions 63354 via svnmerge by Alexandre Vassalotti · 17 years ago
  59. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 17 years ago
  60. 7203d0f Blocked revisions 63105,63240,63255,63279,63323,63326,63347 via svnmerge by Alexandre Vassalotti · 17 years ago
  61. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 17 years ago
  62. 18bf893 Blocked revisions 63145,63149-63150 via svnmerge by Alexandre Vassalotti · 17 years ago
  63. b1ae86c Blocked revisions 63343 via svnmerge by Brett Cannon · 17 years ago
  64. cfaf10c Merged revisions 63339 via svnmerge from by Brett Cannon · 17 years ago
  65. acbb786 Remove the statvfs module. by Brett Cannon · 17 years ago
  66. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 17 years ago
  67. d6bb7c2 Blocked revisions 63098,63100 via svnmerge by Alexandre Vassalotti · 17 years ago
  68. 6a5d796 Blocked revisions 63336 via svnmerge by Brett Cannon · 17 years ago
  69. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 17 years ago
  70. a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 17 years ago
  71. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 17 years ago
  72. b645bc7 Fixed refleak in _testcapi.test_s_code. by Alexandre Vassalotti · 17 years ago
  73. 2402e93 Fixed another missed ConfigParser import rename. by Alexandre Vassalotti · 17 years ago
  74. f99fc8a Blocked revisions 63315 via svnmerge by Brett Cannon · 17 years ago
  75. d61de79 Blocked revisions 63308 via svnmerge by Brett Cannon · 17 years ago
  76. c086939 Blocked revisions 63306 via svnmerge by Brett Cannon · 17 years ago
  77. b935ab7 Blocked revisions 63303 via svnmerge by Brett Cannon · 17 years ago
  78. a839658 Blocked revisions 63300 via svnmerge by Brett Cannon · 17 years ago
  79. f35d721 Blocked revisions 63297 via svnmerge by Brett Cannon · 17 years ago
  80. 32f2c74 Blocked revisions 63294 via svnmerge by Brett Cannon · 17 years ago
  81. edea5ad Blocked revisions 63291 via svnmerge by Brett Cannon · 17 years ago
  82. d4c70af Blocked revisions 63288 via svnmerge by Brett Cannon · 17 years ago
  83. 6b7d5bc Blocked revisions 63285 via svnmerge by Brett Cannon · 17 years ago
  84. 705174f1 Blocked revisions 63282 via svnmerge by Brett Cannon · 17 years ago
  85. ef8b27c Blocked revisions 63277 via svnmerge by Brett Cannon · 17 years ago
  86. 9e69795 Blocked revisions 63274 via svnmerge by Brett Cannon · 17 years ago
  87. b4788e4 Blocked revisions 63271 via svnmerge by Brett Cannon · 17 years ago
  88. a0f9242 Blocked revisions 63268 via svnmerge by Brett Cannon · 17 years ago
  89. aed872f Blocked revisions 63265 via svnmerge by Brett Cannon · 17 years ago
  90. a7d9762 Blocked revisions 63262 via svnmerge by Brett Cannon · 17 years ago
  91. 9939d44 Blocked revisions 63260 via svnmerge by Brett Cannon · 17 years ago
  92. 2505bc6 Fix json examples so they would actually work in Py3k by Benjamin Peterson · 17 years ago
  93. fc02aef Fixed configparser import in distutils.config. by Alexandre Vassalotti · 17 years ago
  94. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 17 years ago
  95. 84726fa Blocked revisions 63249 via svnmerge by Alexandre Vassalotti · 17 years ago
  96. b03d7d5 Blocked revisions 63242 via svnmerge by Alexandre Vassalotti · 17 years ago
  97. c7db1d6 Change Pickler._batch_appends() and Pickler._batch_setitems() to take by Alexandre Vassalotti · 17 years ago
  98. 46c6f94 Blocked revisions 63236 via svnmerge by Brett Cannon · 17 years ago
  99. ea3e6b6 Blocked revisions 63233 via svnmerge by Brett Cannon · 17 years ago
  100. 79629ab add a NEWS note for 63205 by Benjamin Peterson · 17 years ago