| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Export AnyMatch properly. | Robert Collins | 2013-11-24 | 1 | -0/+2 |
| | | | | | Change-Id: Ia8de6660799387787dc7a2dfb7d3d7a6f6724b55 | ||||
| * | * New matcher ``HasLength`` for matching the length of a collection. | Robert Collins | 2013-01-24 | 1 | -0/+2 |
| | | | | | (Robert Collins) | ||||
| * | * New matcher ``MatchesPredicateWithParams`` make it still easier to create | Robert Collins | 2013-01-24 | 1 | -0/+2 |
| | | | | | adhoc matchers. (Robert Collins) | ||||
| * | Re-expose DirContains. | Jonathan Lange | 2012-10-25 | 1 | -0/+2 |
| | | |||||
| * | Expose dict matchers. | Jonathan Lange | 2012-10-25 | 1 | -0/+6 |
| | | |||||
| * | Rename core to impl | Jonathan Lange | 2012-09-10 | 1 | -1/+1 |
| | | |||||
| * | Clear out __init__ | Jonathan Lange | 2012-09-08 | 1 | -26/+2 |
| | | |||||
| * | Move MatchesPredicate to _higherorder. | Jonathan Lange | 2012-09-08 | 1 | -4/+1 |
| | | |||||
| * | Move MatchesRegex to _basic. | Jonathan Lange | 2012-09-08 | 1 | -1/+1 |
| | | |||||
| * | Massive split | Jonathan Lange | 2012-09-08 | 1 | -23/+34 |
| | | |||||
| * | Move basic matchers into separate module. | Jonathan Lange | 2012-09-08 | 1 | -13/+18 |
| | | |||||
| * | Notes | Jonathan Lange | 2012-09-08 | 1 | -1/+2 |
| | | |||||
| * | Move the filesystem matchers out. | Jonathan Lange | 2012-09-08 | 1 | -7/+12 |
| | | |||||
| * | TODOs | Jonathan Lange | 2012-09-01 | 1 | -0/+6 |
| | | |||||
| * | Create a package for matchers, move all of the existing matchers into | Jonathan Lange | 2012-09-01 | 1 | -0/+104 |
| _core and expose them all from the package's __init__. No reason to it yet, just enough to make the tests pass. | |||||
