summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
* further work on config systemSteven M. Gava2002-02-182-9/+9
* handle user theme and key set deletionSteven M. Gava2002-02-183-11/+87
* improvement to keybinding re-use checkSteven M. Gava2002-02-114-86/+80
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-112-20/+9
* further work on config savingSteven M. Gava2002-02-111-35/+0
* further work on config savingSteven M. Gava2002-02-114-76/+217
* further work on config system and config savingSteven M. Gava2002-02-055-102/+335
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
* more work on configuration savingSteven M. Gava2002-02-013-34/+57
* further work on config savingSteven M. Gava2002-01-292-17/+90
* further work on saving configsSteven M. Gava2002-01-243-47/+165
* dialog for getting a new config file section nameSteven M. Gava2002-01-241-0/+99
* staying current with python idle fixesSteven M. Gava2002-01-231-2/+2
* fix for python2.2 -Qnew division error,Steven M. Gava2002-01-231-1/+1
* more on config savingSteven M. Gava2002-01-221-16/+30
* further work on config savingSteven M. Gava2002-01-222-30/+107
* extension config reading by configDialog andSteven M. Gava2002-01-213-134/+173
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-1911-109/+50
* further work on keybinding configurationSteven M. Gava2002-01-193-15/+123
* keybinding configurationSteven M. Gava2002-01-192-13/+31
* keybinding configurationSteven M. Gava2002-01-195-72/+110
* key binding handling dialogSteven M. Gava2002-01-121-0/+208
* loading core keybindings via new config system plusSteven M. Gava2002-01-048-31/+40
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-047-139/+69
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-035-64/+153
* remove futzing with text fontSteven M. Gava2002-01-031-20/+10
* fixups and improvementsSteven M. Gava2002-01-031-2/+3
* moving to new config systemSteven M. Gava2002-01-031-15/+19
* changes to use new tabpages classesSteven M. Gava2001-12-051-67/+14
* remove cruft from other projectSteven M. Gava2001-12-051-28/+1
* cleaner tabbed-page mini implementation through classesSteven M. Gava2001-12-051-0/+137
* further work on new configuration system, specifically,Steven M. Gava2001-12-033-66/+110
* fix for redundant empty parent window when invoked from idle shell windowSteven M. Gava2001-11-211-5/+3
* back in harness on new config systemSteven M. Gava2001-11-214-34/+53
* new config implementationSteven M. Gava2001-11-042-55/+40
* further config system workSteven M. Gava2001-11-044-17/+56
* added ability to set hilightthicknessSteven M. Gava2001-11-031-3/+9
* further config system workSteven M. Gava2001-11-032-112/+74
* more work to support new config systemSteven M. Gava2001-11-033-87/+121
* Documentation patches by bsherwoodChui Tey2001-10-311-4/+13
* more loading from cfg filesSteven M. Gava2001-10-291-17/+61
* more of config dialog reading from filesSteven M. Gava2001-10-294-38/+82
* further work supporting reading config dialog values form config files.Steven M. Gava2001-10-261-20/+40
* dynamic option menu widget.Steven M. Gava2001-10-261-0/+34
* further work on loading config dialog values from the config filesSteven M. Gava2001-10-261-61/+15
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-233-30/+108
* merged port binding error message patchSteven M. Gava2001-10-071-14/+33