Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 2 | -2/+2 |
|\ | |||||
| * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 2 | -2/+2 |
| | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run. | ||||
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 3 | -3/+3 |
|\ \ | |/ | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts. | ||||
| * | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 3 | -3/+3 |
| | | |||||
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -0/+1 |
| | | |||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -3/+3 |
|/ | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 3 | -83/+144 |
| | | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated. | ||||
* | Move tests for SourceCode() into test/Deprecated as a preliminary to beginning | Greg Noel | 2010-05-26 | 3 | -0/+602 |
the deprecation cycle. |