aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/configDialog.py
Commit message (Expand)AuthorAge
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-23
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-22
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-18
* Fix all wrong instances of "it's".Georg Brandl2005-07-22
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-31
* Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"Kurt B. Kaiser2004-11-16
* SF patch #961387: Make IDLE's paragraph reformatting width configurableRaymond Hettinger2004-06-04
* M EditorWindow.pyKurt B. Kaiser2004-04-11
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-08
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-09
* 1. SF Bug 661676Kurt B. Kaiser2003-05-26
* Bruce Sherwood RFE/PatchKurt B. Kaiser2003-05-26
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-10
* M Bindings.pyKurt B. Kaiser2003-01-14
* M configDialog.pyKurt B. Kaiser2003-01-10
* Whitespace NormalizationKurt B. Kaiser2002-12-31
* [ 629984 ] Smaller font sizes not supportedChui Tey2002-11-04
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-14
* further work on new config system;Steven M. Gava2002-03-27
* further work on new config system;Steven M. Gava2002-03-27
* further work on dynamic reconfiguration;Steven M. Gava2002-03-18
* fixes to tabwidth code removalSteven M. Gava2002-03-12
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-12
* further work on dynamic config changes;Steven M. Gava2002-03-12
* remove debug cruftSteven M. Gava2002-03-05
* further work on new config systemSteven M. Gava2002-03-05
* First work on making config changes dynamic,Steven M. Gava2002-03-02
* handle user theme and key set deletionSteven M. Gava2002-02-18
* improvement to keybinding re-use checkSteven M. Gava2002-02-11
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-11
* further work on config savingSteven M. Gava2002-02-11
* further work on config savingSteven M. Gava2002-02-11
* further work on config system and config savingSteven M. Gava2002-02-05
* more work on configuration savingSteven M. Gava2002-02-01
* further work on config savingSteven M. Gava2002-01-29
* further work on saving configsSteven M. Gava2002-01-24
* more on config savingSteven M. Gava2002-01-22
* further work on config savingSteven M. Gava2002-01-22
* extension config reading by configDialog andSteven M. Gava2002-01-21
* further work on keybinding configurationSteven M. Gava2002-01-19
* keybinding configurationSteven M. Gava2002-01-19
* keybinding configurationSteven M. Gava2002-01-19
* loading core keybindings via new config system plusSteven M. Gava2002-01-04
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-03
* changes to use new tabpages classesSteven M. Gava2001-12-05
* back in harness on new config systemSteven M. Gava2001-11-21