Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow install to proceed with an egg install on IronPython and any other ↵3.4 | Jason R. Coombs | 2014-03-30 | 2 | -1/+15 |
| | | | | environment that has no stack support. Fixes #177. | ||||
* | variable name is superfluous now | Jason R. Coombs | 2014-03-30 | 1 | -2/+1 |
| | |||||
* | Simplify comment not to repeat the obvious implication of the 'if' test. | Jason R. Coombs | 2014-03-30 | 1 | -3/+1 |
| | | | | | --HG-- extra : amend_source : c92063405d99e7fdb7fe0a6312fa8438c3727c2f | ||||
* | Update docstring | Jason R. Coombs | 2014-03-30 | 1 | -5/+4 |
| | |||||
* | Use inspect module instead of _getframe | Jason R. Coombs | 2014-03-30 | 1 | -7/+8 |
| | |||||
* | Extract a method to capture the intention of caller detection. | Jason R. Coombs | 2014-03-30 | 1 | -13/+21 |
| | |||||
* | Replace outdated deprecating comments with a proper doc string. | Jason R. Coombs | 2014-03-30 | 1 | -4/+9 |
| | |||||
* | The no_egg option is no longer present. | Jason R. Coombs | 2014-03-30 | 1 | -4/+0 |
| | |||||
* | Adjust to match modern style conventions. | Jason R. Coombs | 2014-03-30 | 1 | -5/+9 |
| | |||||
* | Remove legacy compatibility in bdist_rpm | Jason R. Coombs | 2014-03-30 | 1 | -15/+1 |
| | | | | | --HG-- extra : amend_source : 829ebde0696d12adfb54aca74ea6b1b510177ff4 | ||||
* | Remove excess whitespace; Normalize imports. | Jason R. Coombs | 2014-03-30 | 1 | -34/+3 |
| | | | | | --HG-- extra : amend_source : 62f689b409b4645eda5f81b2604c50a84713ee52 | ||||
* | Removed notice about PEP 420 package finder. Discussion in the ticket (Ref ↵ | Jason R. Coombs | 2014-03-28 | 1 | -3/+0 |
| | | | | #97) indicates that the implementation is currently inadequate. | ||||
* | Re-ran egg_info | Jason R. Coombs | 2014-03-28 | 1 | -0/+1 |
| | |||||
* | Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176. | Jason R. Coombs | 2014-03-28 | 3 | -2/+11 |
| | |||||
* | Remove unused UTC implementation | Jason R. Coombs | 2014-03-24 | 1 | -13/+0 |
| | |||||
* | Use mktime for Python 3.2 compatibility | Jason R. Coombs | 2014-03-24 | 1 | -1/+12 |
| | |||||
* | Update test to use local timestamps, so the tests pass in any timezone. | Jason R. Coombs | 2014-03-24 | 1 | -4/+23 |
| | |||||
* | Just remove test_ez_setup, as the last remaining test, test_install, only ↵ | Jason R. Coombs | 2014-03-24 | 1 | -44/+0 |
| | | | | barely touches the functionality as the actually installation command is mocked. The test run in the travis config is much more comprehensive. | ||||
* | Remove test for use_setuptools, as it fails when running under pytest ↵ | Jason R. Coombs | 2014-03-24 | 1 | -4/+1 |
| | | | | because the installed version of setuptools is already present. | ||||
* | Update test_install to actually patch the hidden _python_cmd. | Jason R. Coombs | 2014-03-24 | 1 | -1/+1 |
| | |||||
* | Remove test_do_download, which also no longer works due to complexities ↵ | Jason R. Coombs | 2014-03-23 | 1 | -8/+1 |
| | | | | around secure downloaders. | ||||
* | Remove test_build_egg. The test doesn't work and it's difficult to test ↵ | Jason R. Coombs | 2014-03-23 | 1 | -9/+0 |
| | | | | _build_egg given the current interface. | ||||
* | Force sdist zip format (preferred for _build_egg) | Jason R. Coombs | 2014-03-23 | 1 | -5/+5 |
| | | | | | --HG-- extra : amend_source : eb261716fc15148a101c059fb03c0f51b683c673 | ||||
* | Fix build of setuptools on Windows (do not create empty tag) | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Bypass shlib_test when running tests under pytest | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Bypass the 'manual test' when running with pytest | Jason R. Coombs | 2014-03-23 | 1 | -0/+3 |
| | |||||
* | Use pytest for running tests in Travis | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Add support for running tests via pytest-runner. | Jason R. Coombs | 2014-03-23 | 1 | -0/+5 |
| | | | | | --HG-- extra : amend_source : d60530fbb3e3cc3455abae8e5100f85f697f3dac | ||||
* | Enable commented code (requiring ssl extra for tests). | Jason R. Coombs | 2014-03-23 | 1 | -1/+3 |
| | |||||
* | Don't trap KeyboardInterrupt (or other non-Exceptions) when testing download ↵ | Jason R. Coombs | 2014-03-23 | 1 | -3/+3 |
| | | | | method. Fixes #172. | ||||
* | Remove 'Distribute' artifact. Fixes #171 | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Move the transform operation into the generator expression. | Jason R. Coombs | 2014-03-23 | 1 | -4/+2 |
| | |||||
* | Add test for exclude | Jason R. Coombs | 2014-03-22 | 1 | -0/+5 |
| | |||||
* | Backed out changeset: 78c8cfbe3e10 | Jason R. Coombs | 2014-03-22 | 1 | -4/+1 |
| | |||||
* | Bumped to 3.4 in preparation for next release. | Jason R. Coombs | 2014-03-22 | 2 | -2/+2 |
| | |||||
* | Update changelog | Jason R. Coombs | 2014-03-22 | 1 | -5/+4 |
| | |||||
* | Reindent docstring | Jason R. Coombs | 2014-03-22 | 1 | -13/+13 |
| | |||||
* | Created PEP420PackageFinder, whose .find method can be used to find any ↵ | Jason R. Coombs | 2014-03-22 | 2 | -20/+13 |
| | | | | suitable directory. | ||||
* | Pulled find_package functionality into a PackageFinder class | Jason R. Coombs | 2014-03-22 | 1 | -55/+64 |
| | |||||
* | Extracted _all_dirs and rewrote _find_packages_iter as a proper iterator. | Jason R. Coombs | 2014-03-22 | 1 | -25/+18 |
| | |||||
* | Extract _find_packages_iter | Jason R. Coombs | 2014-03-22 | 1 | -6/+10 |
| | |||||
* | Extract _looks_like_package | Jason R. Coombs | 2014-03-22 | 1 | -9/+11 |
| | |||||
* | Extract path assembly | Jason R. Coombs | 2014-03-22 | 1 | -4/+5 |
| | |||||
* | Extracted directory detection and presence of '.' in name. | Jason R. Coombs | 2014-03-22 | 1 | -7/+15 |
| | |||||
* | Extract out filtering by filename | Jason R. Coombs | 2014-03-21 | 1 | -7/+13 |
| | |||||
* | Perform the inclusion filter after traversal for congruency with exclude | Jason R. Coombs | 2014-03-21 | 1 | -3/+4 |
| | |||||
* | Use a default that communicates the purpose and also degenerates nicely. | Jason R. Coombs | 2014-03-21 | 1 | -3/+2 |
| | |||||
* | Fix buids -> builds | Steven Maude | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | Use a context manager instead of calling _test.run in multiple places. ↵ | Jason R. Coombs | 2014-03-16 | 1 | -4/+10 |
| | | | | Alleviates need to warn about Exceptions | ||||
* | Use binary mode to save/restore entry_points - no need to mutate newlines | Jason R. Coombs | 2014-03-16 | 1 | -2/+2 |
| |