1. f2d9ee6 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  2. 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago
  3. f2e500c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  4. c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
  5. 6afc225 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  6. 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 10 years ago
  7. f1a98f5 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  8. da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 10 years ago
  9. 5427df2 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  10. 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
  11. 7c87fdd Merge with 3.4 by Terry Jan Reedy · 10 years ago
  12. 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
  13. c95e88c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  14. 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
  15. 4cf8569 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  16. e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
  17. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  18. 2e4394e Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 10 years ago
  19. 9b7f9e6 Issue #21765: Add support for non-ascii identifiers to HyperParser by Tal Einat · 10 years ago
  20. 24fb2d4 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  21. cfa8950 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 10 years ago
  22. e0a9a01 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  23. 5283c4e Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 10 years ago
  24. 8934961 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  25. 3740d58 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 10 years ago
  26. 55740d7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  27. 223dd8d #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  28. f6e9f36 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  29. 7cca28f Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 10 years ago
  30. 5e45697 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  31. 092b3cf More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 10 years ago
  32. 062bc1de Merge with 3.4 by Terry Jan Reedy · 10 years ago
  33. 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
  34. 3c8ae84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  35. 8cefd08 Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 10 years ago
  36. 2e9e6c7 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  37. 525168b Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  38. d6dd534 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  39. ede0573 Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 10 years ago
  40. 1b1fe97 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  41. 14fbe72 Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  42. 35a1fb1 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  43. 10b1c7c Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 10 years ago
  44. 9bec397 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  45. d0c1ea4 whitespace by Terry Jan Reedy · 10 years ago
  46. 9b1df38 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  47. 3e58330 Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 10 years ago
  48. 2d8d9d5 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  49. f54432e Issue #12387: Add missing upper(lower)case versions of default Windows key by Terry Jan Reedy · 10 years ago
  50. eb5ba06 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  51. 4762382 Issue #21695: Catch AttributeError created when user closes grep output window by Terry Jan Reedy · 10 years ago
  52. 564562f Merge with 3.4 whitespace by Terry Jan Reedy · 10 years ago
  53. c6a66cc whitespace by Terry Jan Reedy · 10 years ago
  54. 7244d77 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  55. 38ebdf5 Issue #21682: Replace EditorWindow with mock to eliminate memory leaks. by Terry Jan Reedy · 10 years ago
  56. f2d9526 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  57. 4a3f135 Issue #18910: test_textView - since all tests require 'gui', make root global. by Terry Jan Reedy · 10 years ago
  58. cbd619b Merge with 3.4 by Terry Jan Reedy · 10 years ago
  59. 7be121f whitespace by Terry Jan Reedy · 10 years ago
  60. 7497ec0 Merge heads from 3.4. by Terry Jan Reedy · 10 years ago
  61. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  62. 13f4aba merge from 3.4 by Terry Jan Reedy · 10 years ago
  63. 7936e6f Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  64. 24330ffb Merge with 3.4 by Terry Jan Reedy · 10 years ago
  65. e3fcfc2 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  66. e7e1375 Issue #18492: Merge with 3.4 by Zachary Ware · 10 years ago
  67. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  68. d3e50be Merge with 3.4 by Terry Jan Reedy · 10 years ago
  69. 078b8a8 Issue #21477: Update htest docstring and remove extraneous differences between by Terry Jan Reedy · 10 years ago
  70. 679a2fe Merge with 3.4 by Terry Jan Reedy · 10 years ago
  71. 2e8234a Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. by Terry Jan Reedy · 10 years ago
  72. 1086fb0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  73. 0a4d13e Issue #21477: Add htests for Search and Replace dialogs. by Terry Jan Reedy · 10 years ago
  74. c738874 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  75. a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 10 years ago
  76. e84d26c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  77. 1b392ff Issue #21477: Idle htest: merge and modify run and runall; add many tests. by Terry Jan Reedy · 10 years ago
  78. 92ab9a1 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  79. b7b56e9 merge heads by Terry Jan Reedy · 10 years ago
  80. ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
  81. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  82. 3a260d2 Merge. by Larry Hastings · 10 years ago
  83. b96ebd4 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  84. 6936159 Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 10 years ago
  85. d9ee1f5 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  86. 8386fda whitespace by Terry Jan Reedy · 10 years ago
  87. f80c0f6 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  88. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  89. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 10 years ago
  90. 29c4777 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  91. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  92. f16fa11 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  93. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  94. c318288 Issue #17654: merge from 3.4 by Ned Deily · 11 years ago
  95. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  96. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 11 years ago
  97. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  98. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  99. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago
  100. 78c330d Merge with 3.3 by Terry Jan Reedy · 11 years ago