Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes no longer explicitly inherit from object | Mats Wichmann | 2020-05-24 | 1 | -1/+1 |
| | | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | more code cleanup found by pycharm | William Deegan | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | vert old-style classes in bin/* scripts to new-style classes. | Steven Knight | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Refactory bin/* utilities to use os.walk() instead of os.path.walk(). | Steven Knight | 2010-04-16 | 1 | -6/+4 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | Applied a number of idiomatic changes. Uses of the 'sort()' method were converted into calls of 'sorted()' when possible and the sorted() expression was inserted into a subsequent statement whenever that made sense. The statement 'while 1:' was changed to 'while True:'. Names from the 'types' module (e.g., 'types.FooType') were converted to the equivalent build-in type (e.g., 'foo'). Comparisons between types were changed to use 'isinstance()'. | ||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -1/+1 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau) | Steven Knight | 2005-10-13 | 1 | -0/+98 |