Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix py2/3. Also fix py2 win32 broken tests | William Deegan | 2017-03-24 | 1 | -24/+37 |
| | |||||
* | py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ↵ | William Deegan | 2017-03-20 | 1 | -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 Deegan | 2017-03-20 | 1 | -3/+3 |
| | | | | signature changing. Need to investigate | ||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -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 conventions | Greg Noel | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | Add Textfile and Substfile builders | Greg Noel | 2009-04-22 | 1 | -0/+158 |