| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update changelog8.0.4 | Jason R. Coombs | 2014-12-15 | 1 | -0/+10 |
| | | |||||
| * | Upgrade packaging to 14.4 | Donald Stufft | 2014-12-15 | 3 | -6/+8 |
| | | | | | | | 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. | ||||
| * | Add a warning when version is parsed as legacy | Donald Stufft | 2014-12-13 | 1 | -0/+11 |
| | | |||||
| * | Bumped to 8.0.4 in preparation for next release. | Jason R. Coombs | 2014-12-15 | 2 | -2/+2 |
| | | |||||
| * | Added tag 8.0.3 for changeset 6c3467488123 | Jason R. Coombs | 2014-12-15 | 1 | -0/+1 |
| | | |||||
| * | Update changelog8.0.3 | Jason R. Coombs | 2014-12-15 | 1 | -0/+6 |
| | | |||||
| * | Define a __hash__ on the packaging.version.Version subclasses | Donald Stufft | 2014-12-15 | 2 | -0/+13 |
| | | | | | | | | 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. | ||||
| * | Bumped to 8.0.3 in preparation for next release. | Jason R. Coombs | 2014-12-14 | 2 | -2/+2 |
| | | |||||
| * | Added tag 8.0.2 for changeset 1c03d512e39d | Jason R. Coombs | 2014-12-14 | 1 | -0/+1 |
| | | |||||
| * | Update changelog8.0.2 | Jason R. Coombs | 2014-12-14 | 1 | -0/+7 |
| | | |||||
| * | Add more compatability shims to SetuptoolsVersion | Donald Stufft | 2014-12-14 | 2 | -0/+61 |
| | | | | | | | | * Enables indexing the SetuptoolsVersion objects, triggering the legacy behavior warning. * Enables comparing the SetuptoolsVersion object to a tuple, again triggering the legacy behavior warning. | ||||
| * | Bumped to 8.0.2 in preparation for next release. | Jason R. Coombs | 2014-12-13 | 2 | -2/+2 |
| | | |||||
| * | Added tag 8.0.1 for changeset d62bf4e407b3 | Jason R. Coombs | 2014-12-13 | 1 | -0/+1 |
| | | |||||
| * | Bumped to 8.0.1 in preparation for next release.8.0.1 | Jason R. Coombs | 2014-12-13 | 2 | -2/+2 |
| | | |||||
| * | Update changelog | Jason R. Coombs | 2014-12-13 | 1 | -0/+7 |
| | | |||||
| * | Restore iterating over Version objects for compat with buildout | Donald Stufft | 2014-12-13 | 2 | -2/+88 |
| | | |||||
| * | Bumped to 8.1 in preparation for next release. | Jason R. Coombs | 2014-12-13 | 2 | -2/+2 |
| | | |||||
| * | Added tag 8.0 for changeset 7ea0e7498e4d | Jason R. Coombs | 2014-12-13 | 1 | -0/+1 |
| | | |||||
| * | Merge with 8.0b1 (use packaging for version specifiers)8.0 | Jason R. Coombs | 2014-12-13 | 19 | -195/+1425 |
| |\ | |||||
| | * | Added tag 8.0b1 for changeset 850a5c155c48 | Jason R. Coombs | 2014-12-07 | 1 | -0/+1 |
| | | | |||||
| | * | fix left over merge indicator8.0b1 | Donald Stufft | 2014-11-19 | 1 | -1/+0 |
| | | | |||||
| | * | Fix the use of pacakging.version.Specifier | Donald Stufft | 2014-11-19 | 1 | -1/+1 |
| | | | |||||
| | * | Always use the vendored copy of packaging | Donald Stufft | 2014-11-19 | 2 | -14/+6 |
| | | | |||||
| | * | Remove packaging from setup.py | Donald Stufft | 2014-11-19 | 1 | -3/+0 |
| | | | |||||
| | * | Upgrade packaging to 14.3 | Donald Stufft | 2014-11-19 | 6 | -414/+751 |
| | | | |||||
| | * | Merge branch 'master' into use-packaging | Donald Stufft | 2014-11-19 | 21 | -152/+185 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py | ||||
| | * | | Added tag 7.0b1 for changeset 8b8a52665803 | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 |
| | | | | |||||
| | * | | Bump to 7.0 in preparation for next release.7.0b1 | Jason R. Coombs | 2014-09-27 | 2 | -2/+2 |
| | | | | |||||
| | * | | Update requirements | Jason R. Coombs | 2014-09-27 | 1 | -0/+1 |
| | | | | |||||
| | * | | Prefer packaging library if available. | Jason R. Coombs | 2014-09-27 | 5 | -17/+45 |
| | | | | |||||
| | * | | Fix indent | Jason R. Coombs | 2014-09-27 | 1 | -2/+1 |
| | | | | |||||
| | * | | Avoid trailing comments | Jason R. Coombs | 2014-09-27 | 1 | -1/+2 |
| | | | | |||||
| | * | | Update changelog with references to changes. | Jason R. Coombs | 2014-09-27 | 1 | -2/+8 |
| | | | | |||||
| | * | | Merge github pull request #13 (dstufft/setuptools:use-packaging). | Jason R. Coombs | 2014-09-27 | 15 | -194/+1063 |
| | |\ \ | |||||
| | | * | | Implement PEP 440 by using the packaging library | Donald Stufft | 2014-09-25 | 8 | -195/+105 |
| | | | | | |||||
| | | * | | Add a vendored copy of packaging | Donald Stufft | 2014-09-25 | 7 | -0/+954 |
| | | | | | |||||
| * | | | | Test bootstrap against 7.0 release. | Jason R. Coombs | 2014-11-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Now that pytest is invoked via setup.py, it should no longer be necessary to ↵ | Jason R. Coombs | 2014-11-25 | 1 | -1/+0 |
| | |_|/ |/| | | | | | | | | continue to support running tests via setup.py test. | ||||
| * | | | Merge | Jason R. Coombs | 2014-11-16 | 1 | -0/+12 |
| |\ \ \ | |||||
| | * | | | Mention in the README about possible problems with older wget versions ↵ | Konstantin Tretyakov | 2014-11-13 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | refusing certificates. | ||||
| * | | | | Add link to project home page. Fixes #224. | Jason R. Coombs | 2014-11-16 | 1 | -0/+3 |
| |/ / / | |||||
| * | | | Remove workaround for pytest issue | Jason R. Coombs | 2014-10-25 | 1 | -2/+0 |
| | | | | |||||
| * | | | Build the egg_info before running tests | Jason R. Coombs | 2014-10-25 | 1 | -0/+1 |
| | | | | |||||
| * | | | Remove Python 2.5 compatibility for sys.dont_write_bytecode | Jason R. Coombs | 2014-10-25 | 2 | -6/+2 |
| | | | | |||||
| * | | | Merged in victorlin/setuptools/bugfix-277 (pull request #105) | Jason R. Coombs | 2014-10-25 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | Fix #277, data files in symbol link directory are not included issue | ||||
| | * | | | Fix #277, data files in symbol link directory are not included issue | Victor Lin | 2014-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | --HG-- branch : bugfix-277 | ||||
| * | | | | tox.ini: Add {posargs} to py.test invocation | Marc Abramowitz | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows you to specify args on the tox command line that get passed through to py.test -- e.g.: tox -e py27 -- -k testResolve --tb=short setuptools/tests | ||||
| * | | | | Adding 'bootstrap.py' for bootstrapping a development environment when ↵ | Jason R. Coombs | 2014-10-25 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | setuptools metadata isn't already present. Fixes #278. | ||||
| * | | | | Removing stored egg-info | Jason R. Coombs | 2014-10-25 | 3 | -72/+0 |
| |/ / / | |||||
| * | | | Correct typo | Jason R. Coombs | 2014-10-23 | 1 | -1/+1 |
| | | | | |||||
