- 18 Dec, 2014 4 commits
-
-
Jason R. Coombs authored
Add a PEP440Warning to make it easier to silence these warnings
-
Donald Stufft authored
-
Jason R. Coombs authored
Don't warn on empty non PEP 440 versions
-
Donald Stufft authored
Empty versions which are not PEP 440 are more likely to be the fault of setuptools internals rather than anything a user has done so these warnings are needless spam in that situation.
-
- 15 Dec, 2014 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Donald Stufft authored
This fixes an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal.
-
- 13 Dec, 2014 1 commit
-
-
Donald Stufft authored
-
- 15 Dec, 2014 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Donald Stufft authored
In Python 3.x a subclass will not inherent the __hash__ method from the parent classes if the subclass defines a __eq__ method. This means that without defining our own __hash__ the SetuptoolsVersion classes are unhashable.
-
- 14 Dec, 2014 8 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Donald Stufft authored
* Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 13 Dec, 2014 4 commits
-
-
Donald Stufft authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 07 Dec, 2014 1 commit
-
-
Jason R. Coombs authored
-
- 26 Nov, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Now that pytest is invoked via setup.py, it should no longer be necessary to continue to support running tests via setup.py test.
-
- 20 Nov, 2014 5 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
- 19 Nov, 2014 1 commit
-
-
Donald Stufft authored
Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py
-
- 16 Nov, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 13 Nov, 2014 1 commit
-
-
Konstantin Tretyakov authored
-
- 26 Oct, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-