Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 1 | -186/+0 |
| | |||||
* | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 6 | -796/+0 |
| | |||||
* | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 7 | -1053/+0 |
| | |||||
* | Remove deprecated tool CVS | William Deegan | 2017-03-20 | 3 | -613/+0 |
| | |||||
* | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 3 | -664/+0 |
| | |||||
* | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 3 | -569/+0 |
| | |||||
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 10 | -10/+10 |
|\ | |||||
| * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 10 | -10/+10 |
| | | | | | | | | | | 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 | 18 | -18/+18 |
|\ \ | |/ | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts. | ||||
| * | fix test which was referring to tigris mailing list instead of current ↵ | William Deegan | 2014-07-29 | 1 | -1/+1 |
| | | | | | | | | scons.or mailing list | ||||
| * | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 18 | -18/+18 |
| | | |||||
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 2 | -0/+2 |
| | | |||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 2 | -4/+4 |
|/ | |||||
* | os.spawnv is here since Python 1.6, removing compatibility code | anatoly techtonik | 2012-12-12 | 1 | -7/+2 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 2 | -5/+4 |
| | | | | | Thanks to Steven Knight, the SCCS and Perforce tests have been debugged. Only the BitKeeper test remains to be debugged. | ||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 24 | -245/+551 |
| | | | | | | 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 | 24 | -0/+3702 |
the deprecation cycle. |