summaryrefslogtreecommitdiffstats
path: root/test/option/md5-chunksize.py
Commit message (Collapse)AuthorAgeFilesLines
* - fixed several tests and tools that still used Node attributes directlyDirk Baechle2015-08-061-2/+2
| | | | (found by disabling the __getattr__ in Node/FS.py)
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-2/+2
| | | | | | | | | | | | | The 'buffer' fixer simply replaces 'buffer( ... )' with 'memoryview( ... )', which is incorrect for our cases, so these changes had to be done by hand and a forward-compatibility class added. The 'xrange' fixer was applied. Manual changes were minimal: a few case in test strings and one use of 'range' as an identifer in the same scope as where 'xrange' was converted to 'range'. The "sets15" compat function, which provided backward compatibility for Python versions prior to 2.2, was removed as no longer needed.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-3/+1
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-1/+0
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-281-0/+121