summaryrefslogtreecommitdiffstats
path: root/py/mock/uid.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up unused imports.Ville Skyttä2010-03-201-1/+1
|
* Roland McGrath's fix for ctypes LoadLibrary on ia64Clark Williams2007-12-221-1/+1
|
* separate out function tracing from verbosityMichael E Brown2007-12-061-13/+9
|
* consolidate imports.mock-0.8.12Michael E Brown2007-12-031-2/+1
|
* mostly whitespace fixes, plus a few other things to make pylint/pychecker ↵Michael E Brown2007-12-021-1/+1
| | | | happier. No significant code changes.
* convert @decorator-syntax to use python-2.3 compatible peak decoratortools ↵Michael E Brown2007-12-011-8/+9
| | | | syntax.
* remove unused import.Michael E Brown2007-12-011-1/+0
|
* move things around so that we can run mock.py from the build tree instead of ↵Michael E Brown2007-11-301-0/+114
having to install it.