aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/configDialog.py
Commit message (Expand)AuthorAge
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-17
* Remove debug statement that leaked into the repository.Ronald Oussoren2009-05-26
* * Adapt framework install makefiles to 2to3 toolRonald Oussoren2009-05-26
* This fixes issue3883 (text on the buttons in the preferences panel for IDLE d...Ronald Oussoren2009-02-12
* Issue #4323: Always encode source as UTF-8 without askingMartin v. Löwis2008-12-29
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-16
* Convert some custom sort comparison functions to equivalent key functions.Kurt B. Kaiser2008-02-12
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-28
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-01
* 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