Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Use PyContracts so we can declare/enforce parameter and return types. | Ned Batchelder | 2015-05-17 | 1 | -1/+1 |
| | | | | | This commit doesn't add any uses of PyContracts, but gets the machinery in place. | ||||
* | Make the two forms of debug output more uniform | Ned Batchelder | 2015-01-24 | 1 | -1/+11 |
| | |||||
* | info_formatter shouldn't assume it gets a list | Ned Batchelder | 2015-01-24 | 1 | -0/+4 |
| | |||||
* | Comment was missing a word | Ned Batchelder | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Allow the --debug switch on any command | Ned Batchelder | 2014-10-26 | 1 | -1/+5 |
| | |||||
* | Move lots of initing to _init, so we can tweak settings before starting. | Ned Batchelder | 2014-10-10 | 1 | -1/+2 |
| | |||||
* | Mark a bunch of tests that don't need temp directories. | Ned Batchelder | 2013-09-28 | 1 | -0/+2 |
| | |||||
* | Tests for debug tracing features. | Ned Batchelder | 2013-09-12 | 1 | -0/+88 |
| | |||||
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -0/+25 |