summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/textfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix some more py2/3 tests becuase of str vs bytearrayGaurav Juvekar2017-04-161-1/+5
|
* fix py2/3. Also fix py2 win32 broken testsWilliam Deegan2017-03-241-25/+46
|
* py2/3 fixed binary/str issue, but test is still failing on py3 with _action ↵William Deegan2017-03-201-1/+1
| | | | signature changing. Need to investigate
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-2/+2
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-2/+2
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-2/+1
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-2/+3
|/
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
| | | | | | Apply the refactorings from the 'dict' fixer, less occurrences that were manually audited to be safe. Also pick up changes in bin/sfsum, a Python file that was not being scanned before.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+1
| | | | | 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.
* Apply fix to Textfile/Substfile suggested by Gary OberbrunnerGreg Noel2009-05-131-1/+1
|
* Add __revision__ to new file, make __doc__ explicit.Steven Knight2009-05-011-1/+4
|
* Sigh. Checkin to fix previous regression test cause anotherGreg Noel2009-04-231-4/+4
| | | | regression failure. This one should fix it.
* Fix regression failure (shadowed variable) in Python 2.1Greg Noel2009-04-221-8/+14
|
* Add Textfile and Substfile buildersGreg Noel2009-04-221-0/+166