Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with mastersetuptools-scm | Jason R. Coombs | 2016-09-27 | 82 | -2157/+6940 |
|\ | |||||
| * | 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 ↵ | Jason R. Coombs | 2016-08-05 | 1 | -10/+12 |
| | | | | | | | | | | | | can't be decoded. Ref #719. | ||||
| | * | Allow an environment to suppress errors when reading metadata by setting ↵ | Jason R. Coombs | 2016-08-04 | 1 | -1/+3 |
| | | | | | | | | | | | | PKG_RESOURCES_METADATA_ERRORS='replace'. Ref #719. | ||||
| * | | 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 | ||||
| | * | | Note find_packages backwards incompatible change | Tim Heap | 2016-09-26 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | Also add a test for the new behaviour. | ||||
| * | | | 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 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | Do not search excluded directories for packages | ||||
| | * | | 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 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, PackageFinder.find would search the whole directory tree looking for packages, then remove excluded packages from this list. This made building a package very slow under some circumstances where the file tree was large. This change stops PackageFinder.find from descending in to directories that will never be included. | ||||
| * | | 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 ↵ | Jason R. Coombs | 2016-09-18 | 2 | -12/+14 |
| | | | | | | | | | | | | fallback variables. | ||||
| * | | Merge pull request #796 from stepshal/whitespace | Jason R. Coombs | 2016-09-17 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Add missing whitespace. | ||||
| | * | | Add missing whitespace. | stepshal | 2016-09-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #795 from stepshal/pyparsing | Jason R. Coombs | 2016-09-17 | 2 | -29/+131 |
| |\ \ \ | | | | | | | | | | | Upgrade pyparsing to version 2.1.9 | ||||
| | * | | | Upgrade pyparsing to version 2.1.9 | stepshal | 2016-09-18 | 2 | -29/+131 |
| | |/ / | |||||
| * | | | In test command, add installed eggs to PYTHONPATH when invoking tests so ↵ | Jason R. Coombs | 2016-09-17 | 3 | -9/+56 |
| |/ / | | | | | | | | | | that subprocesses will also have the dependencies available. Fixes #794. | ||||
| * | | Merge pull request #772 from leorochael/pytest-ignore-all-dot-directories | Jason R. Coombs | 2016-09-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | pytest: ignore all .* directories | ||||
| | * | | pytest: ignore all .* directories | Leonardo Rochael Almeida | 2016-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well | ||||
| * | | | Merge pull request #786 from s-t-e-v-e-n-k/no-parse-requirement-arg-duplication | Jason R. Coombs | 2016-09-14 | 2 | -18/+13 |
| |\ \ \ | | | | | | | | | | | Don't duplicate error case in package_index | ||||
| | * | | | Don't duplicate error case in package_index | Steve Kowalik | 2016-09-13 | 2 | -18/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | easy_install has code to handle parsing a requirement, catching the ValueError and then raising a DistUtilsError. This code was entirely duplicated in package_index, so I've slightly refactored to remove the duplication. | ||||
| * | | | | Bump version: 27.1.2 → 27.2.0v27.2.0 | Jason R. Coombs | 2016-09-14 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Suppress ValueError in fixup_namespace_packages. Fixes #520. Fixes #513. | Jason R. Coombs | 2016-09-14 | 2 | -1/+13 |
| |/ / / | |||||
| * | | | Merge pull request #766 from benoit-pierre/fix_easy_install_doc_links | Jason R. Coombs | 2016-09-09 | 1 | -3/+4 |
| |\ \ \ | | | | | | | | | | | easy_install: update links to documentation | ||||
| | * | | | easy_install: update links to documentation | Benoit Pierre | 2016-08-29 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Account for the class might be old style on Python 2. | Jason R. Coombs | 2016-09-09 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Update changelog | Jason R. Coombs | 2016-09-09 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Extract a variable for nicer indentation. | Jason R. Coombs | 2016-09-09 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Allow get_unpatched to be called to get unpatched version of a class or ↵ | Jason R. Coombs | 2016-09-09 | 2 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | function, further harmonizing the interfaces. | ||||
| * | | | | Use programmatic import and add comment explaining purpose. | Jason R. Coombs | 2016-09-09 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Consolidate function patching and resolution of unpatched function, aligning ↵ | Jason R. Coombs | 2016-09-09 | 3 | -18/+32 |
| | | | | | | | | | | | | | | | | | | | | pattern with the patched classes. | ||||
| * | | | | Bump version: 27.1.1 → 27.1.2v27.1.2 | Jason R. Coombs | 2016-09-09 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Update changelog | Jason R. Coombs | 2016-09-09 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Merge pull request #781 from dstufft/fix-import | Jason R. Coombs | 2016-09-09 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Move msvc import to avoid a circular import | ||||
| | * | | | | Move msvc import to avoid a circular import | Donald Stufft | 2016-09-09 | 1 | -1/+2 |
| |/ / / / | |||||
| * | | | | Bump version: 27.1.0 → 27.1.1v27.1.1 | Jason R. Coombs | 2016-09-09 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Fix msvc monkeypatching, revealed by Appveyor tests. Fixes #778. | Jason R. Coombs | 2016-09-09 | 2 | -4/+10 |
| | | | | | |||||
| * | | | | Remove unused import | Jason R. Coombs | 2016-09-09 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Bump version: 27.0.0 → 27.1.0v27.1.0 | Jason R. Coombs | 2016-09-09 | 2 | -2/+2 |
| | | | | |