| Commit message (Expand) | Author | Age |
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 |
* | Renamed ConfigParser to configparser. | Alexandre Vassalotti | 2008-05-14 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-12 |
* | Convert some custom sort comparison functions to equivalent key functions. | Kurt B. Kaiser | 2008-02-12 |
* | Merged revisions 60210-60233 via svnmerge from | Christian Heimes | 2008-01-24 |
* | Conform to py3k dict.{keys, items, values} with some advice from 2b3 | Kurt B. Kaiser | 2007-08-23 |
* | Fix raise with 2to3 | 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 |
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Add keybindings for del-word-left and del-word-right. | Kurt B. Kaiser | 2005-01-28 |
* | Whitespace normalization. | Tim Peters | 2005-01-13 |
* | Improve error handling when .idlerc can't be created. | Kurt B. Kaiser | 2005-01-11 |
* | Noam Raphel: Further developemt of CodeContext feature. | Kurt B. Kaiser | 2004-06-06 |
* | 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 |
* | Keybindings with the Shift modifier now work correctly. So do bindings | Kurt B. Kaiser | 2003-11-24 |
* | Whitespace normalization. | Kurt B. Kaiser | 2003-01-27 |
* | M Bindings.py | Kurt B. Kaiser | 2003-01-22 |
* | M Bindings.py | Kurt B. Kaiser | 2003-01-14 |
* | M AutoExpand.py | Kurt B. Kaiser | 2003-01-04 |
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 |
* | Convert string exceptions to classes, string exceptions are deprecated | Neal Norwitz | 2002-11-30 |
* | Fix Bug 612886 copy/paste menu items fail | Kurt B. Kaiser | 2002-09-26 |
* | MERGE DS_RPC_BRANCH into MAIN | Kurt B. Kaiser | 2002-09-14 |
* | add a version of GvR's q&d python idle printing patch, | Steven M. Gava | 2002-06-11 |
* | 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 |
* | 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 system and config saving | Steven M. Gava | 2002-02-05 |
* | improve user config dir handling | Steven M. Gava | 2002-02-01 |
* | 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 |
* | 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 |
* | loading core keybindings via new config system plus | Steven M. Gava | 2002-01-04 |
* | move core functionality of SearchBindings.py into EditorWindow.py proper | Steven M. Gava | 2002-01-04 |
* | further development of highlighting and editor preference handling, | Steven M. Gava | 2002-01-03 |
* | further work on new configuration system, specifically, | Steven M. Gava | 2001-12-03 |
* | further config system work | Steven M. Gava | 2001-11-04 |
* | more work to support new config system | Steven M. Gava | 2001-11-03 |
* | more of config dialog reading from files | Steven M. Gava | 2001-10-29 |
* | further work supporting reading config dialog values form config files. | Steven M. Gava | 2001-10-26 |