Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conform to py3k dict.{keys, items, values} with some advice from 2b3 | Kurt B. Kaiser | 2007-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | M idlelib/configHandler.py M idlelib/ColorDelegator.py M idlelib/Delegator.py M idlelib/ObjectBrowser.py M idlelib/PyShell.py M idlelib/Debugger.py M idlelib/configDialog.py M idlelib/StackViewer.py M idlelib/keybindingDialog.py M idlelib/tabpage.py M idlelib/EditorWindow.py M idlelib/WindowList.py M idlelib/RemoteDebugger.py M idlelib/dynOptionMenuWidget.py | ||||
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-13 | 1 | -1/+0 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+34 |