| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 20.6.7 → 20.7.0v20.7.0 | Jason R. Coombs | 2016-04-10 | 2 | -2/+2 |
| | | |||||
| * | Instead of reasing a new exception, just augment the existing exception, ↵ | Jason R. Coombs | 2016-04-07 | 1 | -2/+5 |
| | | | | | avoiding any concerns about exception type, but still communicating the context necessary to trace the issue. Ref #537. | ||||
| * | Update changelog | Jason R. Coombs | 2016-04-07 | 1 | -2/+7 |
| | | |||||
| * | Trap additional exceptions. Fixes #536. | Jason R. Coombs | 2016-04-07 | 2 | -1/+8 |
| | | |||||
| * | Merge pull request #537 from ri0t/patch-1 | Jason R. Coombs | 2016-04-07 | 1 | -1/+4 |
| |\ | | | | | This helps finding packages with bad utf | ||||
| | * | This helps finding packages with bad utf | riot | 2016-04-07 | 1 | -1/+4 |
| | | | | | | | Checking hundreds of possibly installed packages manually should NOT be expected of the user ;) | ||||
| * | | Merge pull request #533 from s-t-e-v-e-n-k/compare-ep-attributes | Jason R. Coombs | 2016-04-07 | 1 | -1/+4 |
| |\ \ | | | | | | | Stop comparing repr()'s in TestEntryPoint | ||||
| | * | | Stop comparing repr()'s in TestEntryPoint | Steve Kowalik | 2016-04-06 | 1 | -1/+4 |
| | |/ | | | | | | | | | | | | | | | | | In Python 3, the default order of iterables can not determined, so comparing the repr of objects that include tuples is not static like it is under Python 2. Compare the attributes of EntryPoint instead, making sure to sort .attrs and .extras. Closes: #526 | ||||
| * | | Rely on short-circuit in 'or' rather than building a separate iterable. | Jason R. Coombs | 2016-04-07 | 1 | -8/+1 |
| | | | |||||
| * | | Adjust expectation that 'extra' is not in the marker evaluation if no extras ↵ | Jason R. Coombs | 2016-04-07 | 2 | -13/+17 |
| | | | | | | | | | demanded the requirement. | ||||
| * | | Extract _ReqExtras to encapsulate that functionality and decouple it from ↵ | Jason R. Coombs | 2016-04-07 | 2 | -28/+48 |
| | | | | | | | | | WorkingSet. | ||||
| * | | Merge pull request #532 from s-t-e-v-e-n-k/readd-exception-for-marker-eval | Jason R. Coombs | 2016-04-07 | 2 | -1/+7 |
| |\ \ | |/ |/| | Reinstate the or guard in WorkingSet._markers_pass | ||||
| | * | Reinstate the or guard in WorkingSet._markers_pass | Steve Kowalik | 2016-04-06 | 2 | -1/+7 |
| |/ | |||||
| * | Remove fallback value until there's something that explains or requires it. | Jason R. Coombs | 2016-04-05 | 1 | -1/+1 |
| | | |||||
| * | Extract method for testing marker evaluation | Jason R. Coombs | 2016-04-05 | 1 | -11/+24 |
| | | |||||
| * | Added tag v20.6.8 for changeset a00910db03ec | Jason R. Coombs | 2016-04-05 | 1 | -0/+1 |
| | | |||||
| * | Update changelog | Jason R. Coombs | 2016-04-05 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #530 from s-t-e-v-e-n-k/fix-extra-markers-requires | Jason R. Coombs | 2016-04-05 | 3 | -11/+85 |
| |\ | | | | | Restore evaluating environment markers in WorkingSet | ||||
| | * | Restore evaluating environment markers in WorkingSet | Steve Kowalik | 2016-04-05 | 3 | -11/+85 |
| |/ | | | | | | | | | | Correctly deal with parsed requirements that include extras as a marker inside WorkingSet that are populated from METADATA inside wheels, like we get from pip>=7. This partially reverts commit 04d10ff025e1cbef7ec93a2008c930e856045c8a. Closes: #523 | ||||
| * | Merge | Jason R. Coombs | 2016-04-01 | 3 | -2/+3 |
| |\ | |||||
| | * | Added tag v20.6.7 for changeset 0804d30b6ead | Jason R. Coombs | 2016-03-31 | 1 | -0/+1 |
| | | | |||||
| | * | Bump version: 20.6.6 → 20.6.7v20.6.7 | Jason R. Coombs | 2016-03-31 | 2 | -2/+2 |
| | | | |||||
| * | | Rename CHANGES and README files for nicer rendering on Github. | Jason R. Coombs | 2016-04-01 | 8 | -6/+4 |
| | | | |||||
| * | | Merge pull request #528 from s-t-e-v-e-n-k/drop-safe-repr | Jason R. Coombs | 2016-04-01 | 1 | -11/+0 |
| |\ \ | |/ |/| | Drop unused safe_repr function | ||||
| | * | Drop unused safe_repr function | Steve Kowalik | 2016-04-01 | 1 | -11/+0 |
| |/ | | | | | When _assertIn was removed from test_resources, the safe_repr function was not dropped, leaving it with no callers, so drop it. | ||||
| * | Bypass environment marker evaluation in requirements resolution. Ref #523. | Jason R. Coombs | 2016-03-31 | 4 | -2/+14 |
| | | |||||
| * | Extract separate test for test_environment_markers in test_resources. Remove ↵ | Jason R. Coombs | 2016-03-31 | 2 | -4/+8 |
| | | | | | unused variable. | ||||
| * | Remove unused imports | Jason R. Coombs | 2016-03-31 | 1 | -7/+0 |
| | | |||||
| * | Added tag v20.6.6 for changeset b04dbdd161d7 | Jason R. Coombs | 2016-03-30 | 1 | -0/+2 |
| | | |||||
| * | Ensure sphinx is present for building docsv20.6.6 | Jason R. Coombs | 2016-03-30 | 1 | -1/+1 |
| | | |||||
| * | Added tag v20.6.6 for changeset 57d63b38e855 | Jason R. Coombs | 2016-03-30 | 1 | -0/+1 |
| | | |||||
| * | Bump version: 20.6.5 → 20.6.6 | Jason R. Coombs | 2016-03-30 | 2 | -2/+2 |
| | | |||||
| * | Fix error in docs build | Jason R. Coombs | 2016-03-30 | 1 | -0/+1 |
| | | |||||
| * | Merge distribute tag updates | Jason R. Coombs | 2016-03-30 | 1 | -52/+40 |
| |\ | |||||
| | * | Update tags for rebase to 'distribute' branch (Mercurial)archive/distribute | Jason R. Coombs | 2016-03-30 | 1 | -52/+40 |
| | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | Closing distribute branch again. | Jason R. Coombs | 2013-11-03 | 0 | -0/+0 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : close : 1 | ||||
| | * | Re-opening old wounds (branches) to further deprecate Distribute and remove ↵ | Jason R. Coombs | 2013-11-03 | 8 | -7099/+2 |
| | | | | | | | | | | | | | | | docs. --HG-- branch : distribute | ||||
| | * | Distribute maintenance discontinued | Jason R. Coombs | 2013-10-30 | 0 | -0/+0 |
| | | | | | | | | | | | | | --HG-- branch : distribute extra : close : 1 | ||||
| | * | Merge | Jason R. Coombs | 2013-08-25 | 1 | -20/+6 |
| | |\ | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | | * | Updated distribute documentation home page to indicate the deprecation and ↵ | Jason R. Coombs | 2013-08-25 | 1 | -20/+6 |
| | | | | | | | | | | | | | | | | | | | | | | provide links to the newer hotness. Fixes Distribute #384. --HG-- branch : distribute | ||||
| * | | | Update changelog | Jason R. Coombs | 2016-03-30 | 1 | -0/+9 |
| | | | | |||||
| * | | | Merge pull request #522 from s-t-e-v-e-n-k/update-packaging | Jason R. Coombs | 2016-03-30 | 3 | -3/+8 |
| |\ \ \ | | | | | | | | | Update vendored packaging to 16.6 | ||||
| | * | | | Update vendored packaging to 16.6 | Steve Kowalik | 2016-03-30 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | Closes #503 | ||||
| * | | | | Recognize semver versions with v prefix in rst.linker config | Jason R. Coombs | 2016-03-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Don't test the bootstrap script. It fails when deploys are happening, which ↵ | Jason R. Coombs | 2016-03-29 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | is common when releases are being made. | ||||
| * | | | | Added tag v20.6.5 for changeset 7e0ab283db4e | Jason R. Coombs | 2016-03-29 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Bump version: 20.6.4 → 20.6.5v20.6.5 | Jason R. Coombs | 2016-03-29 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Logic in upload_docs will only trigger docs build if no docs dir was ↵ | Jason R. Coombs | 2016-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | specified, so explicitly build during release. Fixes #524. | ||||
| * | | | | Added tag v20.6.4 for changeset 7258be20fe93 | Jason R. Coombs | 2016-03-29 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Bump version: 20.6.3 → 20.6.4v20.6.4 | Jason R. Coombs | 2016-03-29 | 2 | -2/+2 |
| | | | | | |||||
