| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move READMES definition into class attribute. | Jason R. Coombs | 2016-10-14 | 1 | -5/+5 |
| * | Always use iterator-based filter | Jason R. Coombs | 2016-10-14 | 1 | -0/+1 |
| * | Rely on degenerate behavior in list.extend, as found in distutils. | Jason R. Coombs | 2016-10-14 | 1 | -3/+2 |
| * | Update changelog | Jason R. Coombs | 2016-10-14 | 1 | -0/+6 |
| * | Merge pull request #732 from mindw/fix_extra_names_dash | Jason R. Coombs | 2016-10-14 | 2 | -3/+21 |
| |\ | |||||
| | * | fix for extra names containing '-' | Gabi Davar | 2016-08-23 | 2 | -3/+21 |
| * | | Merge pull request #813 from bittner/patch-1 | Jason R. Coombs | 2016-10-14 | 1 | -45/+44 |
| |\ \ | |||||
| | * | | Follow PEP8 for keyword arguments syntax in setup | Peter Bittner | 2016-10-14 | 1 | -45/+44 |
| |/ / | |||||
| * | | Merge pull request #811 from stepshal/pyparsing | Jason R. Coombs | 2016-10-08 | 2 | -34/+53 |
| |\ \ | |||||
| | * | | Upgrade pyparsing to version 2.1.10 | stepshal | 2016-10-08 | 2 | -34/+53 |
| |/ / | |||||
| * | | Update changelog to match actual release | Jason R. Coombs | 2016-10-07 | 1 | -1/+1 |
| * | | Bump version: 28.2.0 → 28.3.0v28.3.0 | Jason R. Coombs | 2016-10-07 | 2 | -2/+2 |
| * | | Merge suppression of namespace handling when PEP-420 can handle namespace pac... | Jason R. Coombs | 2016-10-07 | 4 | -3/+7 |
| |\ \ | |||||
| | * | | Bump version: 28.1.0 → 28.2.0v28.2.0b1 | Jason R. Coombs | 2016-10-02 | 2 | -2/+2 |
| | * | | Merge with master | Jason R. Coombs | 2016-10-02 | 2 | -6/+12 |
| | |\ \ | |||||
| | * | | | Bump version: 28.0.0 → 28.1.0v28.1.0b1 | Jason R. Coombs | 2016-10-01 | 2 | -2/+2 |
| | * | | | Disable nspkg.pth behavior on Python 3.3+. Fixes #805 and fixes pypa/pip#1924. | Jason R. Coombs | 2016-10-01 | 2 | -1/+8 |
| * | | | | Update changelog | Jason R. Coombs | 2016-10-07 | 1 | -0/+6 |
| * | | | | Merge pull request #809 from timheap/faster-package-finder-fix | Jason R. Coombs | 2016-10-07 | 2 | -8/+12 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | Find nested packages with excluded parent | Tim Heap | 2016-10-05 | 2 | -8/+12 |
| |/ / / | |||||
| * | | | Pin to Pytest 3.0.2 as it appears 3.0.3 re-introduces pytest-dev/pytest#1888.v28.1.0 | Jason R. Coombs | 2016-10-01 | 1 | -1/+2 |
| * | | | Bump version: 28.0.0 → 28.1.0 | Jason R. Coombs | 2016-10-01 | 2 | -2/+2 |
| * | | | Merge pull request #803. | Jason R. Coombs | 2016-10-01 | 2 | -2/+7 |
| |\ \ \ | |||||
| | * | | | certifi-2016.9.26 | Gabi Davar | 2016-09-30 | 2 | -2/+7 |
| | |/ / | |||||
| * | | | Merge pull request #804 from stepshal/misspellings | Jason R. Coombs | 2016-10-01 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Fix misspellings in changelog. | stepshal | 2016-10-01 | 1 | -2/+2 |
| * | | | Bump version: 27.3.1 → 28.0.0v28.0.0 | Jason R. Coombs | 2016-09-27 | 2 | -2/+2 |
| |/ / | |||||
| * | | Put main logic in the top-level body of the function. | Jason R. Coombs | 2016-09-27 | 1 | -6/+7 |
| * | | Merge fix for issue #719. | Jason R. Coombs | 2016-09-27 | 2 | -8/+16 |
| |\ \ | |||||
| | * | | Add changelog entry. Ref #719. | Jason R. Coombs | 2016-09-27 | 1 | -0/+3 |
| | * | | Restore Python 2 compatibility. Ref #719. | Jason R. Coombs | 2016-08-05 | 1 | -1/+2 |
| | * | | Forget the environment variable, and just log a warning when a metadata can't... | Jason R. Coombs | 2016-08-05 | 1 | -10/+12 |
| | * | | Allow an environment to suppress errors when reading metadata by setting PKG_... | Jason R. Coombs | 2016-08-04 | 1 | -1/+3 |
| * | | | Remove Mercurial metadata | Jason R. Coombs | 2016-09-27 | 2 | -323/+0 |
| * | | | Define version in changelog | Jason R. Coombs | 2016-09-27 | 1 | -2/+2 |
| * | | | Merge pull request #798 from timheap/faster-package-finder | Jason R. Coombs | 2016-09-27 | 2 | -0/+13 |
| |\ \ \ | |||||
| | * | | | Note find_packages backwards incompatible change | Tim Heap | 2016-09-26 | 2 | -0/+13 |
| * | | | | Merge with v27.3.1 | Jason R. Coombs | 2016-09-27 | 4 | -28/+49 |
| |\ \ \ \ | |||||
| | * | | | | Bump version: 27.3.0 → 27.3.1v27.3.1 | Jason R. Coombs | 2016-09-27 | 2 | -2/+2 |
| | * | | | | Patch MSVC functions by name. Fixes #790. | Jason R. Coombs | 2016-09-27 | 2 | -26/+47 |
| * | | | | | Update changelog | Jason R. Coombs | 2016-09-27 | 1 | -0/+2 |
| * | | | | | certifi 2016.8.31 (#797) | Gabi Davar | 2016-09-24 | 1 | -2/+2 |
| * | | | | | Merge pull request #733 from timheap/faster-package-finder | Jason R. Coombs | 2016-09-21 | 2 | -48/+40 |
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| | * | | | Update changelog | Tim Heap | 2016-09-22 | 1 | -0/+5 |
| | * | | | Do not search excluded directories for packages | Tim Heap | 2016-09-22 | 1 | -48/+35 |
| |/ / / | |||||
| * | | | Bump version: 27.2.0 → 27.3.0v27.3.0 | Jason R. Coombs | 2016-09-20 | 2 | -2/+2 |
| * | | | Update changelog | Jason R. Coombs | 2016-09-20 | 1 | -0/+2 |
| * | | | Even better, use a static method | Jason R. Coombs | 2016-09-18 | 1 | -3/+3 |
| * | | | Extract test.install_dists and distill it with a variable extraction and fall... | Jason R. Coombs | 2016-09-18 | 2 | -12/+14 |
| * | | | Merge pull request #796 from stepshal/whitespace | Jason R. Coombs | 2016-09-17 | 1 | -1/+1 |
| |\ \ \ | |||||
