summaryrefslogtreecommitdiffstats
path: root/test/QT/up-to-date.py
Commit message (Collapse)AuthorAgeFilesLines
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
| | | | | | | | | | | | | | Drop unneeded parens. Drop trailing semicolons. Triple double-quote docstrings. Regexes drop unneeded escapes. Spaces around parens, braces: remove/add. Some one-tuples get their missing closing comma. A couple of sets use set init syntax {foo} instead of set([iter]) now. And a fiddle in Node to reduce lookup time on md5 signature functions (came about because of a line-too-long issue, initially) Signed-off-by: Mats Wichmann <mats@linux.com>
* Change octal constants in QT testsMats Wichmann2018-07-251-1/+1
| | | | | | | | | Resolving two test failures in Python 3 caused by: http://www.python.org/dev/peps/pep-3127/: octal literals must now be specified with a leading "0o" or "0O" instead of "0"; Signed-off-by: Mats Wichmann <mats@linux.com>
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+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 Knight2009-02-091-0/+6
|
* Remove (lots) more unnecessary imports.Steven Knight2009-02-061-1/+0
|
* More test portability fixes. (Baptiste Lepilleur and SK)Steven Knight2006-02-151-2/+6
|
* Fix on-disk file matching on case-insensitive systems. Various fixes for ↵Steven Knight2005-10-101-2/+10
| | | | win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup.
* Fix a bug in the signature refactoring that caused some generated .h files ↵Steven Knight2005-09-251-0/+130
to always get rebuilt.