summaryrefslogtreecommitdiffstats
path: root/bin/install_python.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert in-directory changes inadvertently swept up in the last checkin.Steven Knight2010-06-151-13/+4
|
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-151-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=2345Greg Noel2010-04-241-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 Knight2009-02-191-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 Knight2009-02-091-0/+6
|
* Updates to SCons development system admin scripts:Steven Knight2008-10-041-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 onSteven Knight2008-08-261-0/+135
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and SCons versions in Python (from shell).