index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
configDialog.py
Commit message (
Expand
)
Author
Age
*
Conform to py3k dict.{keys, items, values} with some advice from 2b3
Kurt B. Kaiser
2007-08-23
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
*
Remove has_key() references from idlelib. IDLE still doesn't run due
Guido van Rossum
2006-08-22
*
Merge IDLE-syntax-branch r39668:41449 into trunk
Kurt B. Kaiser
2005-11-18
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
*
Removed ability to configure tabs indent from Options dialog. This 'feature'
Kurt B. Kaiser
2005-01-31
*
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser
2004-11-16
*
SF patch #961387: Make IDLE's paragraph reformatting width configurable
Raymond Hettinger
2004-06-04
*
M EditorWindow.py
Kurt B. Kaiser
2004-04-11
*
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser
2004-03-08
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
Raymond Hettinger
2003-07-09
*
1. SF Bug 661676
Kurt B. Kaiser
2003-05-26
*
Bruce Sherwood RFE/Patch
Kurt B. Kaiser
2003-05-26
*
[ SF 710733 - Martin v. Loewis] Improving source encoding dialog
Kurt B. Kaiser
2003-05-10
*
M Bindings.py
Kurt B. Kaiser
2003-01-14
*
M configDialog.py
Kurt B. Kaiser
2003-01-10
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
*
[ 629984 ] Smaller font sizes not supported
Chui Tey
2002-11-04
*
MERGE DS_RPC_BRANCH into MAIN:
Kurt B. Kaiser
2002-09-14
*
further work on new config system;
Steven M. Gava
2002-03-27
*
further work on new config system;
Steven M. Gava
2002-03-27
*
further work on dynamic reconfiguration;
Steven M. Gava
2002-03-18
*
fixes to tabwidth code removal
Steven M. Gava
2002-03-12
*
remove tabwidth (for tabs) config stuff,
Steven M. Gava
2002-03-12
*
further work on dynamic config changes;
Steven M. Gava
2002-03-12
*
remove debug cruft
Steven M. Gava
2002-03-05
*
further work on new config system
Steven M. Gava
2002-03-05
*
First work on making config changes dynamic,
Steven M. Gava
2002-03-02
*
handle user theme and key set deletion
Steven M. Gava
2002-02-18
*
improvement to keybinding re-use check
Steven M. Gava
2002-02-11
*
base GetHighlight on GetThemeDict for better defaults
Steven M. Gava
2002-02-11
*
further work on config saving
Steven M. Gava
2002-02-11
*
further work on config saving
Steven M. Gava
2002-02-11
*
further work on config system and config saving
Steven M. Gava
2002-02-05
*
more work on configuration saving
Steven M. Gava
2002-02-01
*
further work on config saving
Steven M. Gava
2002-01-29
*
further work on saving configs
Steven M. Gava
2002-01-24
*
more on config saving
Steven M. Gava
2002-01-22
*
further work on config saving
Steven M. Gava
2002-01-22
*
extension config reading by configDialog and
Steven M. Gava
2002-01-21
*
further work on keybinding configuration
Steven M. Gava
2002-01-19
*
keybinding configuration
Steven M. Gava
2002-01-19
*
keybinding configuration
Steven M. Gava
2002-01-19
*
loading core keybindings via new config system plus
Steven M. Gava
2002-01-04
*
further development of highlighting and editor preference handling,
Steven M. Gava
2002-01-03
*
changes to use new tabpages classes
Steven M. Gava
2001-12-05
*
back in harness on new config system
Steven M. Gava
2001-11-21
[next]