Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Add missing whitespace. | stepshal | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Adds the regression test for distribute issue 323 that I attached to #207. ↵ | Erik Bray | 2015-12-31 | 1 | -0/+13 |
| | | | | This is to ensure that any fix to #207 does not introduce another regression. | ||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+6 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -9/+1 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Re-use context available in sandbox. | Jason R. Coombs | 2015-02-03 | 1 | -8/+0 |
| | | |||||
| * | Access os.environ[key], not os.environ['key'] | Slavek Kabrda | 2015-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge with 10.2.1 | Jason R. Coombs | 2015-01-02 | 1 | -3/+3 |
|/ | | | | | --HG-- branch : feature/issue-229 | ||||
* | Suppress exceptions in a context for clarity, brevity, and reuse. | Jason R. Coombs | 2015-01-02 | 1 | -0/+8 |
| | |||||
* | Extend contexts environment patching logic based on context manager in ↵ | Jason R. Coombs | 2015-01-02 | 1 | -7/+23 |
| | | | | test_msvc9compiler and use it. | ||||
* | Use contexts for tempdir generation | Jason R. Coombs | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | Also save the ENABLE_USER_SITE setting in the user_override. | Jason R. Coombs | 2015-01-01 | 1 | -0/+10 |
| | |||||
* | Move contexts to their own module | Jason R. Coombs | 2015-01-01 | 1 | -0/+59 |