Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | 1. Update WindowList registry when filename changes so that | Kurt B. Kaiser | 2003-06-06 | 1 | -4/+0 |
| | | | | | | | | | | Window menu updates. 2. Display Python Shell window in Window menu 3. Remove some dead code in FileList.py M EditorWindow.py M FileList.py M WindowList.py | ||||
* | SF 748973 Guido van Rossum patch | Kurt B. Kaiser | 2003-06-05 | 1 | -2/+2 |
| | | | | | | | | | New Window should save in the directory of the Editor Window from which it was selected. M EditorWindow.py M FileList.py M IOBinding.py | ||||
* | py-cvs-2000_07_13 (Rev 1.9) merge | Kurt B. Kaiser | 2001-07-14 | 1 | -11/+7 |
| | | | | | | | | | | | "Delete goodname() method, which is unused. Add gotofileline(), a convenience method which I intend to use in a variant. Rename test() to _test()." --GvR This was an interesting merge. The join completely missed removing goodname(), which was adjacent, but outside of, a small conflict. I only caught it by comparing the 1.1.3.2/1.1.3.3 diff. CVS ain't infallible. | ||||
* | py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-13 | 1 | -6/+6 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+150 |