summaryrefslogtreecommitdiff
path: root/test/textfile.py
Commit message (Collapse)AuthorAgeFilesLines
* py2/3 fix so test/textfile.py works with py3William Deegan2017-05-261-5/+7
|
* fix py2/3. Also fix py2 win32 broken testsWilliam Deegan2017-03-241-24/+37
|
* py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ↵William Deegan2017-03-201-1/+1
| | | | is no longer legal module name in py3
* py2/3 fixed binary/str issue, but test is still failing on py3 with _action ↵William Deegan2017-03-201-3/+3
| | | | signature changing. Need to investigate
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-10/+9
| | | | | 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.
* Fix textfile.py breakaga on platforms with weird end-of-line conventionsGreg Noel2009-05-121-1/+1
|
* Add Textfile and Substfile buildersGreg Noel2009-04-221-0/+158