Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept '*' as a Spec (Closes #8). | Raphaël Barrois | 2014-03-16 | 1 | -0/+12 |
* | moved django test app settings to the django test app module | Michael Hrivnak | 2014-03-16 | 2 | -12/+24 |
* | Update copyright | Raphaël Barrois | 2014-03-08 | 7 | -7/+7 |
* | Upgrade to semver-2.0.0 (Closes #3) | Raphaël Barrois | 2014-02-13 | 2 | -2/+165 |
* | tests: Fix test running when Django isn't available. | Raphaël Barrois | 2013-12-23 | 1 | -12/+19 |
* | Add Python3 support. | Raphaël Barrois | 2013-03-21 | 4 | -7/+42 |
* | Fix license string. | Raphaël Barrois | 2013-03-21 | 4 | -1/+4 |
* | Add semantic_version.validate (Closes #2). | Raphaël Barrois | 2013-03-21 | 1 | -0/+40 |
* | Add Version.coerce. | Raphaël Barrois | 2013-03-20 | 3 | -0/+49 |
* | Fix handling of partial versions (Closes #1). | Raphaël Barrois | 2013-03-20 | 3 | -3/+21 |
* | Happy New Year! | Raphaël Barrois | 2013-01-02 | 5 | -4/+6 |
* | Properly validate values. | Raphaël Barrois | 2012-05-22 | 1 | -0/+4 |
* | Add introspection rules for south | Raphaël Barrois | 2012-05-22 | 1 | -0/+51 |
* | 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 | 3 | -27/+14 |
* | Rename Spec to SpecItem and SpecList to SpecItem. | Raphaël Barrois | 2012-05-21 | 3 | -38/+38 |
* | Update rules and code to follow readable specifications. | Raphaël Barrois | 2012-05-20 | 3 | -84/+84 |
* | 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 |
* | Introduce the SpecListField. | Raphaël Barrois | 2012-05-17 | 2 | -9/+25 |
* | 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 |
* | Fix tests | Raphaël Barrois | 2012-05-17 | 1 | -3/+3 |
* | Improve support for loose matches. | Raphaël Barrois | 2012-05-17 | 1 | -3/+14 |
* | Add __contains__ to Spec. | Raphaël Barrois | 2012-05-16 | 2 | -0/+24 |
* | s/SemanticVersion/Version/ | Raphaël Barrois | 2012-05-15 | 4 | -19/+19 |
* | Add django fields for SemanticVersion and Spec. | Raphaël Barrois | 2012-05-15 | 3 | -0/+133 |
* | Add support for unittest2. | Raphaël Barrois | 2012-05-15 | 1 | -1/+5 |
* | Rename 'RequirementSpec' to 'Spec'. | Raphaël Barrois | 2012-05-15 | 1 | -4/+4 |
* | Full coverage. | Raphaël Barrois | 2012-05-15 | 3 | -3/+42 |
* | Make test modules runable. | Raphaël Barrois | 2012-05-15 | 3 | -0/+3 |
* | More tests. | Raphaël Barrois | 2012-05-15 | 1 | -0/+130 |
* | More tests. | Raphaël Barrois | 2012-05-14 | 1 | -0/+67 |
* | Cleanup test importer. | Raphaël Barrois | 2012-05-14 | 1 | -4/+0 |
* | Fix test running | Raphaël Barrois | 2012-05-14 | 1 | -0/+4 |
* | Initial version | Raphaël Barrois | 2012-05-14 | 2 | -0/+64 |