| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup.
|
|
to always get rebuilt.
|