summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-3024-0/+4002
name (more smaller directories, because they tend to get huge otherwise)