summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Fixed re.sub for PY3 print() in TestCmd.write().Stefan Zimmermann2014-01-081-1/+1
| * | | | | | | | | | | Some more six.PY2/PY3 usage.Stefan Zimmermann2014-01-084-17/+20
| * | | | | | | | | | | Merged with [default]Stefan Zimmermann2014-03-31152-2738/+5122
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Another list(*.keys()) for item deletion loop.Stefan Zimmermann2013-12-271-1/+1
| * | | | | | | | | | | | ActionTests: No string.join(). b prefix for assert Action.get_contents().Stefan Zimmermann2013-12-271-37/+37
| * | | | | | | | | | | | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-3111-35/+51
| * | | | | | | | | | | | Use exec() with compile() to preserve script name.Stefan Zimmermann2013-12-271-2/+2
| * | | | | | | | | | | | doc/SConscript: Fixed octal literal.Stefan Zimmermann2013-12-271-1/+1
| * | | | | | | | | | | | Environment.py: __cmp__ to __eq__. list(*.keys()) for item deletion loops.Stefan Zimmermann2013-12-271-4/+4
| * | | | | | | | | | | | copy_func: return 0 instead of return shutil.*Stefan Zimmermann2013-12-271-3/+3
| * | | | | | | | | | | | SConstruct: open() in text mode. Fixed octal literals.Stefan Zimmermann2013-12-271-12/+12
| * | | | | | | | | | | | QMTest: open() in text mode. Add ()s to prints on writing test scripts from str.Stefan Zimmermann2013-12-272-3/+7
| * | | | | | | | | | | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-31140-418/+566
| * | | | | | | | | | | | setup.py: don't error on py3ndbecker22013-09-101-8/+0
| * | | | | | | | | | | | fix for cpp scanner (maybe)ndbecker22013-09-092-2/+4
| * | | | | | | | | | | | minor cleanupndbecker22013-09-092-7/+2
| * | | | | | | | | | | | 2 minor issuesndbecker22013-09-092-2/+3
| * | | | | | | | | | | | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-2219-62/+76
| * | | | | | | | | | | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-22221-3282/+3292
* | | | | | | | | | | | | Added tag pre_python3_merge for changeset d324238a3080William Deegan2016-05-230-0/+0
* | | | | | | | | | | | | correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.pyptomulik2016-05-162-2/+2
* | | | | | | | | | | | | add blurb to src/CHANGES.txt for #319Pawel Tomulik2016-05-151-0/+9
* | | | | | | | | | | | | regression tests for #319Pawel Tomulik2016-05-143-9/+91
* | | | | | | | | | | | | fixed issue with _xxxxxxVERSIONFLAGSPawel Tomulik2016-05-111-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | reset files to development modeWilliam Deegan2016-04-094-45/+48
* | | | | | | | | | | | Merged in rel_2.5.0 (pull request #312)William Deegan2016-04-0916-152/+157
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | updated copyright on manpage. TODO: fix update-release-files.sh to do this au...William Deegan2016-04-091-2/+2
| * | | | | | | | | | | | changes for 2.5.0 releaseWilliam Deegan2016-04-098-31/+31
| * | | | | | | | | | | | Updates to Changes, Release, AnnounceWilliam Deegan2016-04-094-86/+91
| * | | | | | | | | | | | Regenerated docs for 2.5.0 releaseWilliam Deegan2016-04-096-33/+33
| * | | | | | | | | | | | Added tag 2.5.0 for changeset 97f8f2f9186fWilliam Deegan2016-04-090-0/+0
| * | | | | | | | | | | | Final auto updates for 2.5.0 releaseWilliam Deegan2016-04-090-0/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merged in techtonik/scons (pull request #308)William Deegan2016-04-092-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix formatting in SConf check exampleanatoly techtonik2016-03-021-4/+4
| * | | | | | | | | | | | script/scons.py - improve error message on missing engine filesanatoly techtonik2016-03-021-2/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merged in thosrtanner/scons-cache-name (pull request #302)William Deegan2016-04-0842-73/+309
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Migrate stuff to the right placeThomas Tanner2016-03-202-8/+8
| * | | | | | | | | | | | Add some release notesThomas Tanner2016-03-191-0/+8
| * | | | | | | | | | | | oopaThomas Tanner2016-03-191-4/+2
| * | | | | | | | | | | | Add some error recovery, cleanup scons-configure-cacheThomas Tanner2016-03-192-24/+56
| * | | | | | | | | | | | Cleanup of code/comments and rename and rewrite of upgrade scriptThomas Tanner2016-03-196-103/+151
| * | | | | | | | | | | | Update to produce warning message.Thomas Tanner2016-03-134-6/+39
| * | | | | | | | | | | | improve behaviourThomas Tanner2016-03-125-19/+73
| * | | | | | | | | | | | *sigh* Remove commented out code which I couldn't do with an amendThomas Tanner2016-01-311-1/+0
| * | | | | | | | | | | | Fix for backslash being treated as an escape characterThomas Tanner2016-01-3034-60/+62
| * | | | | | | | | | | | Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-303-2/+64
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | fix issues with bad characters and got it working on macosxWilliam Deegan2016-04-031-6/+19
* | | | | | | | | | | | Rewrite file-names.py test so that it runs successfully.Tom Plunket2016-03-231-35/+57
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merged in williamblevins/scons_20150323 (pull request #306)William Deegan2016-02-291-0/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Issue 2264: Updated CHANGES.txt to include Cross Language notes.William Blevins2016-02-221-1/+12