Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -2/+3 |
| | |||||
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -30/+30 |
| | |||||
* | Cleanup replacement of sys.exitfunc with atexit (Python 2+) | anatoly techtonik | 2012-12-19 | 1 | -1/+2 |
| | |||||
* | Only one SCons file uses urllib, and only one routine from that module, so | Greg Noel | 2010-03-30 | 1 | -2/+11 |
| | | | | | use a simple hack to load that routine, no matter wheter it's Python 2.x or Python 3.x. Tested with Python 2.5, 2.6, and 3.0. | ||||
* | 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 | -3/+2 |
| | | | | | 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. | ||||
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 1 | -1/+1 |
| | | | | and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT". | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Enhance runtest.py and add a script for automated regression-test runs. | Steven Knight | 2004-07-29 | 1 | -0/+241 |