52 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Benjamin Peterson 5879d4122a Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 17 years ago
Alexandre Vassalotti 1d1eaa45c9 Renamed ConfigParser to configparser. 18 years ago
Christian Heimes 81ee3efede Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 18 years ago
Christian Heimes 0bd4e11887 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from 18 years ago
Kurt B. Kaiser 4718bf8941 Convert some custom sort comparison functions to equivalent key functions. 18 years ago
Christian Heimes bbffeb61e1 Merged revisions 60210-60233 via svnmerge from 18 years ago
Kurt B. Kaiser e071277939 Conform to py3k dict.{keys, items, values} with some advice from 2b3 19 years ago
Kurt B. Kaiser ad66742e34 Fix raise with 2to3 19 years ago
Kurt B. Kaiser 2d7f6a079d Switch to absolute imports to support direct execution of modules. Many 19 years ago
Guido van Rossum 36e0a92442 Merged revisions 56443-56466 via svnmerge from 19 years ago
Neal Norwitz 9d72bb452b Remove functions in string module that are also string methods. Also remove: 19 years ago
Thomas Wouters cf297e46b8 Merged revisions 53623-53858 via svnmerge from 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Kurt B. Kaiser 3069dbb8ec Add keybindings for del-word-left and del-word-right. 21 years ago
Tim Peters 608c2fff69 Whitespace normalization. 21 years ago
Kurt B. Kaiser 1b6f398c98 Improve error handling when .idlerc can't be created. 21 years ago
Kurt B. Kaiser 4d5bc6031c Noam Raphel: Further developemt of CodeContext feature. 22 years ago
Kurt B. Kaiser 73360a3e61 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Kurt B. Kaiser 2303b1c19a Keybindings with the Shift modifier now work correctly. So do bindings 23 years ago
Kurt B. Kaiser e66675b85c Whitespace normalization. 23 years ago
Kurt B. Kaiser 4cc5ef5dbe M Bindings.py 23 years ago
Kurt B. Kaiser 8e92bf7699 M Bindings.py 23 years ago
Kurt B. Kaiser 1061e7270b M AutoExpand.py 24 years ago
Kurt B. Kaiser 6655e4bc27 Whitespace Normalization 24 years ago
Neal Norwitz 5b0b00fb21 Convert string exceptions to classes, string exceptions are deprecated 24 years ago
Kurt B. Kaiser 84f4803f4f Fix Bug 612886 copy/paste menu items fail 24 years ago
Kurt B. Kaiser a9f8cbc3bd MERGE DS_RPC_BRANCH into MAIN 24 years ago
Steven M. Gava 7981ce576c add a version of GvR's q&d python idle printing patch, 24 years ago
Steven M. Gava b77d343bc8 First work on making config changes dynamic, 24 years ago
Steven M. Gava 4974575609 handle user theme and key set deletion 24 years ago
Steven M. Gava 9f25e67dd7 base GetHighlight on GetThemeDict for better defaults 24 years ago
Steven M. Gava 052937f0b5 further work on config saving 24 years ago
Steven M. Gava 085eb1b372 further work on config system and config saving 24 years ago
Steven M. Gava 7cff66d469 improve user config dir handling 24 years ago
Steven M. Gava a498af269c more work on configuration saving 24 years ago
Steven M. Gava 2d7bb3fa66 further work on config saving 24 years ago
Steven M. Gava f9bb90e453 further work on saving configs 24 years ago
Steven M. Gava 5f28e8fbfb extension config reading by configDialog and 24 years ago
Steven M. Gava c628a06c70 further work on keybinding configuration 24 years ago
Steven M. Gava facfc09352 keybinding configuration 25 years ago
Steven M. Gava 0cae01c496 loading core keybindings via new config system plus 25 years ago
Steven M. Gava c597640515 move core functionality of SearchBindings.py into EditorWindow.py proper 25 years ago
Steven M. Gava ad4f532f65 further development of highlighting and editor preference handling, 25 years ago
Steven M. Gava 17d0154097 further work on new configuration system, specifically, 25 years ago
Steven M. Gava 9930061ce2 further config system work 25 years ago
Steven M. Gava e16d94b77e more work to support new config system 25 years ago
Steven M. Gava 41a8532f66 more of config dialog reading from files 25 years ago
Steven M. Gava 2a63a07912 further work supporting reading config dialog values form config files. 25 years ago