Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add semantic_version.validate (Closes #2). | Raphaël Barrois | 2013-03-21 | 1 | -0/+40 |
* | Add Version.coerce. | Raphaël Barrois | 2013-03-20 | 1 | -0/+19 |
* | Fix handling of partial versions (Closes #1). | Raphaël Barrois | 2013-03-20 | 1 | -0/+1 |
* | Happy New Year! | Raphaël Barrois | 2013-01-02 | 1 | -2/+2 |
* | Cleanup __repr__ of Version() | Raphaël Barrois | 2012-05-22 | 1 | -6/+4 |
* | Add a few tests. | Raphaël Barrois | 2012-05-22 | 1 | -0/+30 |
* | Introduce Spec.filter and Spec.select. | Raphaël Barrois | 2012-05-22 | 1 | -0/+61 |
* | Remove SpecItem. | Raphaël Barrois | 2012-05-21 | 1 | -3/+0 |
* | Rename Spec to SpecItem and SpecList to SpecItem. | Raphaël Barrois | 2012-05-21 | 1 | -30/+30 |
* | Update rules and code to follow readable specifications. | Raphaël Barrois | 2012-05-20 | 1 | -51/+51 |
* | Allow passing in spec lists in separate arguments to SpecList. | Raphaël Barrois | 2012-05-18 | 1 | -0/+16 |
* | Test handling of the 'partial' flag in hashing. | Raphaël Barrois | 2012-05-18 | 1 | -0/+11 |
* | Ensure partial flag is kept around. | Raphaël Barrois | 2012-05-18 | 1 | -0/+1 |
* | Add SpecList. | Raphaël Barrois | 2012-05-17 | 1 | -0/+62 |
* | Add support for __hash__ to Version/Spec. | Raphaël Barrois | 2012-05-17 | 1 | -0/+8 |
* | Use tuples instead of lists. | Raphaël Barrois | 2012-05-17 | 1 | -36/+36 |
* | Add tests for loose version specs. | Raphaël Barrois | 2012-05-17 | 1 | -0/+98 |
* | Add __contains__ to Spec. | Raphaël Barrois | 2012-05-16 | 1 | -0/+13 |
* | s/SemanticVersion/Version/ | Raphaël Barrois | 2012-05-15 | 1 | -10/+10 |
* | Add support for unittest2. | Raphaël Barrois | 2012-05-15 | 1 | -1/+5 |
* | Full coverage. | Raphaël Barrois | 2012-05-15 | 1 | -1/+13 |
* | Make test modules runable. | Raphaël Barrois | 2012-05-15 | 1 | -0/+3 |
* | More tests. | Raphaël Barrois | 2012-05-15 | 1 | -0/+130 |