| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
copied construction environment without also affecting the value in
the original construction environment. (Matt Hughes)
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Use shlex.split(), not string.split(), to split command line arguments.
Commonize interpreation of 'cd' and 'mkdir' commands. Fix usage messages.
|
| | |
|
| |
|
|
|
|
| |
* Add Python 2.6.
* Add recent SCons versions.
* Add pkg-config (used to generate some doc examples).
|
|
|
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and
SCons versions in Python (from shell).
|