1. b7b56e9 merge heads by Terry Jan Reedy · 10 years ago
  2. ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 10 years ago
  3. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  4. 3a260d2 Merge. by Larry Hastings · 10 years ago
  5. 6936159 Issue #18104: revise docstrings, remove obsolete comments. by Terry Jan Reedy · 10 years ago
  6. 8386fda whitespace by Terry Jan Reedy · 10 years ago
  7. 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 10 years ago
  8. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 10 years ago
  9. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  10. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  11. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  12. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  13. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  14. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago
  15. 78c330d Merge with 3.3 by Terry Jan Reedy · 11 years ago
  16. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  17. a9daee3 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  18. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 11 years ago
  19. 48eabbe #20634: merge with 3.3. by Ezio Melotti · 11 years ago
  20. f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  21. 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 11 years ago
  22. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 11 years ago
  23. b825a39 Issue #20167: Add missing else: break in 3 places as noticed by Serhiy. by Terry Jan Reedy · 11 years ago
  24. d8413ba merge with 3.3 by Georg Brandl · 11 years ago
  25. f0560d9 Fix trailing whitespace. by Georg Brandl · 11 years ago
  26. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 11 years ago
  27. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 11 years ago
  28. b38b5c4 merge with 3.3 by Georg Brandl · 11 years ago
  29. c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  30. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  31. 57e4127 Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. by Terry Jan Reedy · 11 years ago
  32. c814025 Bump to 3.3.4 final by Georg Brandl · 11 years ago
  33. 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  34. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  35. d67650e Merge with 3.3 by Terry Jan Reedy · 11 years ago
  36. 1e40295 Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and by Terry Jan Reedy · 11 years ago
  37. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  38. 23105d8 Merge. by Larry Hastings · 11 years ago
  39. 908669b Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  40. 91d4278 Issue #17721: Remove non-functional configuration dialog help button until we by Terry Jan Reedy · 11 years ago
  41. 0c5b5d4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  42. 1b759bc Idlelib.calltips: add test of starred first parameters. They should not be by Terry Jan Reedy · 11 years ago
  43. 7696487 White space and merge cleanup. by Terry Jan Reedy · 11 years ago
  44. 0902ce4 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  45. ddc5758 Merge heads. by Terry Jan Reedy · 11 years ago
  46. e2d9b39 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
  47. a0f1e22 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. by Terry Jan Reedy · 11 years ago
  48. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 11 years ago
  49. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  50. 18f2ce9 Bump to 3.3.4rc1. by Georg Brandl · 11 years ago
  51. 12e18c3 Update IDLE news from Misc/NEWS. by Georg Brandl · 11 years ago
  52. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  53. 8860443 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  54. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 11 years ago
  55. 45726d3 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  56. 0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now by Terry Jan Reedy · 11 years ago
  57. 3f440de Merge with 3.3 by Terry Jan Reedy · 11 years ago
  58. d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in by Terry Jan Reedy · 11 years ago
  59. 502d80f8b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  60. 715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. by Terry Jan Reedy · 11 years ago
  61. 781a544 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  62. eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. by Terry Jan Reedy · 11 years ago
  63. 83b8105 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  64. 681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. by Terry Jan Reedy · 11 years ago
  65. 7282ff6 Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  66. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 11 years ago
  67. 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 11 years ago
  68. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 11 years ago
  69. a7a4b49 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  70. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 11 years ago
  71. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 11 years ago
  72. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  73. 0ed6c4a Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  74. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  75. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 11 years ago
  76. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  77. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  78. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  79. bd61c3a Version bump for 3.4.0a4. by Larry Hastings · 11 years ago
  80. 44719a7 Version bump to 3.4.0a3. by Larry Hastings · 11 years ago
  81. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  82. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  83. fa7d3b1 Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  84. dd4754e Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  85. 3a2d18b Version number bump for Python 3.4.0a2. by Larry Hastings · 11 years ago
  86. 2e87c87 Merge from 3.3 #18489 Search Engine tests by Terry Jan Reedy · 11 years ago
  87. 31e4d32 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  88. 86d2623 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  89. ca64d25 Issue #18489: idlelib.SearchEngine - add docstrings by Terry Jan Reedy · 11 years ago
  90. 5b3d906 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  91. ba5d8f3 Issue #18592: whitespace by Terry Jan Reedy · 11 years ago
  92. 40fe324 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  93. c5507c0 Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). by Terry Jan Reedy · 11 years ago
  94. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  95. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  96. 0db895e Merge with 3.3 by Terry Jan Reedy · 11 years ago
  97. 29c3fc5 Issue #18732: Remove unused* parameter output_sep from IdleHistory.History by Terry Jan Reedy · 11 years ago
  98. 102bdbc Merge with 3.3 by Terry Jan Reedy · 11 years ago
  99. c2564f9 Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. by Terry Jan Reedy · 11 years ago
  100. b31e3f7 Merge with 3.3 by Terry Jan Reedy · 11 years ago