1. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  2. 813b56e dialog for getting a new config file section name by Steven M. Gava · 23 years ago
  3. 8cf2704 staying current with python idle fixes by Steven M. Gava · 23 years ago
  4. d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 23 years ago
  5. bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
  6. c112cd8 further work on config saving by Steven M. Gava · 23 years ago
  7. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  8. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  9. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  10. 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
  11. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  12. edb60a7 key binding handling dialog by Steven M. Gava · 23 years ago
  13. 0cae01c loading core keybindings via new config system plus by Steven M. Gava · 23 years ago
  14. c597640 move core functionality of SearchBindings.py into EditorWindow.py proper by Steven M. Gava · 23 years ago
  15. ad4f532 further development of highlighting and editor preference handling, by Steven M. Gava · 23 years ago
  16. 767a7ee remove futzing with text font by Steven M. Gava · 23 years ago
  17. 361cfcd fixups and improvements by Steven M. Gava · 23 years ago
  18. dc72f48 moving to new config system by Steven M. Gava · 23 years ago
  19. 2d4e03b changes to use new tabpages classes by Steven M. Gava · 23 years ago
  20. 34b8851 remove cruft from other project by Steven M. Gava · 23 years ago
  21. 5b357b9 cleaner tabbed-page mini implementation through classes by Steven M. Gava · 23 years ago
  22. 17d0154 further work on new configuration system, specifically, by Steven M. Gava · 23 years ago
  23. 8c1ab14 fix for redundant empty parent window when invoked from idle shell window by Steven M. Gava · 23 years ago
  24. 3b55a89 back in harness on new config system by Steven M. Gava · 23 years ago
  25. d0342cd new config implementation by Steven M. Gava · 23 years ago
  26. 9930061 further config system work by Steven M. Gava · 23 years ago
  27. c034b47 added ability to set hilightthickness by Steven M. Gava · 23 years ago
  28. 9dd16b3 further config system work by Steven M. Gava · 23 years ago
  29. e16d94b more work to support new config system by Steven M. Gava · 23 years ago
  30. 8a7b4fa Documentation patches by bsherwood by Chui Tey · 23 years ago
  31. 7c01786 more loading from cfg files by Steven M. Gava · 23 years ago
  32. 41a8532 more of config dialog reading from files by Steven M. Gava · 23 years ago
  33. 2a63a07 further work supporting reading config dialog values form config files. by Steven M. Gava · 23 years ago
  34. f126bcb dynamic option menu widget. by Steven M. Gava · 23 years ago
  35. 485f7b6 further work on loading config dialog values from the config files by Steven M. Gava · 23 years ago
  36. 429a86af font/tabs config dialog page now reads its data from the config file by Steven M. Gava · 23 years ago
  37. 1f733ba merged port binding error message patch by Steven M. Gava · 23 years ago
  38. 4eb2868 merged win spawn patch by Steven M. Gava · 23 years ago
  39. 898a365 merged status bar packing patch by Steven M. Gava · 23 years ago
  40. c11ccf3 start of new config handling stuff by Steven M. Gava · 23 years ago
  41. 33277c7 further work on font config and general feel improvements by Steven M. Gava · 23 years ago
  42. 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
  43. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  44. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  45. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  46. 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
  47. 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
  48. 074c9d2 beginning of work on the conf. handling smarts by Steven M. Gava · 23 years ago
  49. 230e578 more fleshing out, this time primarily the 'general' page by Steven M. Gava · 23 years ago
  50. f213ccb began font / indentation page by Steven M. Gava · 23 years ago
  51. 60fc707 further work on keybinding page by Steven M. Gava · 23 years ago
  52. 952d0a5 further work on config dialog, particularly highligthing config by Steven M. Gava · 23 years ago
  53. b9d07b5 A more lightweight (and read only) way to view help text by Steven M. Gava · 23 years ago
  54. d721c48 indentation style changed to match existing source by Steven M. Gava · 23 years ago
  55. 885c0bb improve viewfile handling indentation style changed to match existing source by Steven M. Gava · 23 years ago
  56. 7d9ed72 activate new about dialog for testing by Steven M. Gava · 23 years ago
  57. 646c65c removed redundant separate idlfefork ver by Steven M. Gava · 23 years ago
  58. 44d3d1a some new dialogs and support files for new about and configuration implementations by Steven M. Gava · 23 years ago
  59. ba247a6 updated about info for 0.8.1 release by Steven M. Gava · 23 years ago
  60. 88ff736 new material for 0.8.1 release by Steven M. Gava · 23 years ago
  61. fae9fb1 update in preparation for 0.8.1 alpha release by Steven M. Gava · 23 years ago
  62. d39993e bring up to date for 0.8.1 release by Steven M. Gava · 23 years ago
  63. 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
  64. 59e07bd INSTALLATION: Remove the coexist.patch instructions by Kurt B. Kaiser · 23 years ago
  65. c9a4215 Put this in the attic, at least for now... by Kurt B. Kaiser · 23 years ago
  66. 96d8842 Implement idle command interface as suggested by GvR [idle-dev] 16 July by Kurt B. Kaiser · 23 years ago
  67. d65ca72 Added installation instructions. by Kurt B. Kaiser · 23 years ago
  68. 91e476f Add a script "idles" which opens a Python Shell window. by Kurt B. Kaiser · 23 years ago
  69. e75785a Call out IDLE Fork in startup message. by Kurt B. Kaiser · 23 years ago
  70. 21ebb21 Add a script "idles" which opens a Python Shell window. by Kurt B. Kaiser · 23 years ago
  71. 0765976 tabnanny and pyclbr are now found in /Lib by Kurt B. Kaiser · 23 years ago
  72. 03b75dc Remove, was retained for 1.5.2 support by Kurt B. Kaiser · 23 years ago
  73. 3eb7860 Installing Idle to site-packages via Distutils does not by Kurt B. Kaiser · 23 years ago
  74. b765176 py-cvs-2001_07_13 (Rev 1.3) merge by Kurt B. Kaiser · 23 years ago
  75. 7711b5f py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  76. 4061054 py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  77. a4c9be8 py-cvs-2001_07_13 (Rev 1.16) merge by Kurt B. Kaiser · 23 years ago
  78. bb6b1e9 py-cvs-2001_07_13 (Rev 1.34) merge by Kurt B. Kaiser · 23 years ago
  79. 752e4d5 py-cvs-2001_07_13 (Rel 1.9) merge by Kurt B. Kaiser · 23 years ago
  80. 8bf5b20 py-cvs-2001_07_13 (Rel 1.7) merge by Kurt B. Kaiser · 23 years ago
  81. df8a40f py-cvs-2000_07_13 (Rev 1.9) merge by Kurt B. Kaiser · 23 years ago
  82. fd182cd py-cvs-2000_07_13 (Rev 1.38) merge by Kurt B. Kaiser · 23 years ago
  83. 4796c65 py-cvs-rel2_1 (Rev 1.2) merge by Kurt B. Kaiser · 23 years ago
  84. 1313833 py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs 1.2 changed file to idlefork MAIN by Kurt B. Kaiser · 23 years ago
  85. bdaac36 py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  86. f61eb42 py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  87. fcd44ec py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  88. d5338a8 py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  89. 94bd774 cvs-py-rel2_1 (Rev 1.29 - 1.33) merge by Kurt B. Kaiser · 23 years ago
  90. 3269cc8 py-cvs-rel2_1 (Rev 1.6 - 1.8) merge by Kurt B. Kaiser · 23 years ago
  91. 48b0314 py-cvs-rel2_1 (Rev 1.3) "move "from Tkinter import *" to module level" --jhylton by Kurt B. Kaiser · 23 years ago
  92. bec5e5c py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  93. 4d4d212 cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  94. 6a945a5 py-cvs-rel2_1 (Rev 1.3) merge "Make the test program work outside IDLE." -- GvR by Kurt B. Kaiser · 23 years ago
  95. 8220fdd py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  96. 233bf2c py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  97. 4e32e7e py-cvs-rel2_1 (Rev 1.4) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  98. 7717ad6 py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  99. 7eea271 py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level by Kurt B. Kaiser · 23 years ago
  100. 0e5fb0a py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago