summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/SCCS
Commit message (Collapse)AuthorAgeFilesLines
* Fix for backslash being treated as an escape characterThomas Tanner2016-01-302-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.
* Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-306-0/+796
name (more smaller directories, because they tend to get huge otherwise)