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 | -0/+1 |
| | |||||
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -3/+3 |
| | |||||
* | Revert in-directory changes inadvertently swept up in the last checkin. | Steven Knight | 2010-06-15 | 1 | -13/+4 |
| | |||||
* | Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a | Steven Knight | 2010-06-15 | 1 | -4/+13 |
| | | | | | copied construction environment without also affecting the value in the original construction environment. (Matt Hughes) | ||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -25/+0 |
| | | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code. | ||||
* | dd newer SCons versions to the list of all versions available for install. | Steven Knight | 2009-02-19 | 1 | -7/+6 |
| | | | | | Use shlex.split(), not string.split(), to split command line arguments. Commonize interpreation of 'cd' and 'mkdir' commands. Fix usage messages. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Updates to SCons development system admin scripts: | Steven Knight | 2008-10-04 | 1 | -0/+1 |
| | | | | | | * Add Python 2.6. * Add recent SCons versions. * Add pkg-config (used to generate some doc examples). | ||||
* | Add a script for creating a standard SCons development system on | Steven Knight | 2008-08-26 | 1 | -0/+135 |
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and SCons versions in Python (from shell). |