summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated tool SubversionWilliam Deegan2017-03-201-186/+0
|
* Remove deprecated tool SCCSWilliam Deegan2017-03-206-796/+0
|
* Remove deprecated tool RCSWilliam Deegan2017-03-207-1053/+0
|
* Remove deprecated tool CVSWilliam Deegan2017-03-203-613/+0
|
* Remove deprecated tool BitKeeperWilliam Deegan2017-03-203-664/+0
|
* remove deprecated Perforce toolWilliam Deegan2017-03-203-569/+0
|
* Commit resolved conflicted merge.Russel Winder2016-04-1010-10/+10
|\
| * Fix for backslash being treated as an escape characterThomas Tanner2016-01-3010-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 Oberbrunner2014-08-2318-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 Deegan2014-07-291-1/+1
| | | | | | | | scons.or mailing list
| * Fix development mailing list with a new address @scons.organatoly techtonik2014-05-2818-18/+18
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-312-0/+2
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-222-4/+4
|/
* os.spawnv is here since Python 1.6, removing compatibility codeanatoly techtonik2012-12-121-7/+2
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-282-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=2365Greg Noel2010-05-2824-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 beginningGreg Noel2010-05-2624-0/+3702
the deprecation cycle.