Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped to 9.0 in preparation for next release.9.0 | Jason R. Coombs | 2014-12-28 | 2 | -2/+2 |
| | |||||
* | Disable purging of distutils/setuptools during sandbox operations. Ref #315. | Jason R. Coombs | 2014-12-28 | 2 | -5/+3 |
| | |||||
* | Rename function to match intention. | Jason R. Coombs | 2014-12-28 | 1 | -7/+7 |
| | |||||
* | Correct docstring | Jason R. Coombs | 2014-12-28 | 1 | -5/+5 |
| | |||||
* | Include distutils in modules hidden | Jason R. Coombs | 2014-12-28 | 1 | -1/+3 |
| | |||||
* | Update changelog | Jason R. Coombs | 2014-12-28 | 1 | -0/+4 |
| | |||||
* | Extract function for _clear_modules, encapsulating the need for the module ↵ | Jason R. Coombs | 2014-12-28 | 1 | -5/+10 |
| | | | | names to be greedily evaluated before removing them. | ||||
* | Remove setuptools modules from sys.modules before invoking setup script. ↵ | Jason R. Coombs | 2014-12-28 | 1 | -0/+27 |
| | | | | Fixes #315. | ||||
* | Update changelog | Jason R. Coombs | 2014-12-28 | 1 | -0/+7 |
| | |||||
* | Remove setup_requirements writer from metadata. Fixes #314. | Jason R. Coombs | 2014-12-28 | 1 | -1/+0 |
| | |||||
* | Update docs about bootstrap script. | Jason R. Coombs | 2014-12-28 | 1 | -0/+18 |
| | |||||
* | Extract sandboxing context as a series of encapsulated contexts. | Jason R. Coombs | 2014-12-27 | 1 | -26/+87 |
| | |||||
* | Bumped to 8.5 in preparation for next release. | Jason R. Coombs | 2014-12-26 | 2 | -2/+2 |
| | |||||
* | Added tag 8.4 for changeset 921e60a0f906 | Jason R. Coombs | 2014-12-26 | 1 | -0/+1 |
| | |||||
* | Update documentation to reflect new function.8.4 | Jason R. Coombs | 2014-12-26 | 1 | -0/+6 |
| | |||||
* | Update changelog | Jason R. Coombs | 2014-12-26 | 1 | -0/+6 |
| | |||||
* | Merge pull request #106 from Richard Ipsum. | Jason R. Coombs | 2014-12-26 | 2 | -0/+7 |
|\ | |||||
| * | Make egg_info command write out setup requirements | Richard Ipsum | 2014-11-03 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | This commit makes the egg_info command write out setup requirements as well as install requirements, setup requirements are written to a setup_requires.txt file. The commit adds a new function write_setup_requirements which uses the existing _write_requirements function to write setup requirements out to a file and adds a new entry point to the egg_info.writers group. | ||||
* | | Update docs to reflect new behavior. | Jason R. Coombs | 2014-12-26 | 1 | -1/+1 |
| | | |||||
* | | Update documentation on release frequency. | Jason R. Coombs | 2014-12-25 | 1 | -0/+19 |
| | | |||||
* | | Merge inclusion of api_tests.txt. | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | Include api_tests.txt in pytest invocation. Ref #312. Ref #311. | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | Update API docs to reflect relocation of pkg_resources from module to package. | Jason R. Coombs | 2014-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | Move api_tests to pkg_resources package. Fixes #312. | Jason R. Coombs | 2014-12-25 | 2 | -1/+1 |
|/ / | |||||
* | | Bumped to 8.4 in preparation for next release. | Jason R. Coombs | 2014-12-24 | 2 | -2/+2 |
| | | |||||
* | | Added tag 8.3 for changeset cd14b2a72e51 | Jason R. Coombs | 2014-12-24 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 8.3 in preparation for next release.8.3 | Jason R. Coombs | 2014-12-24 | 2 | -2/+2 |
| | | |||||
* | | Update changelog | Jason R. Coombs | 2014-12-24 | 1 | -0/+7 |
| | | |||||
* | | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ↵ | Jason R. Coombs | 2014-12-24 | 4 | -21/+13 |
| | | | | | | | | behavior around resolution of that package. | ||||
* | | Move vendored packaging module into pkg_resources._vendor, restoring ↵ | Jason R. Coombs | 2014-12-24 | 12 | -10/+10 |
| | | | | | | | | independence of pkg_resources from setuptools. Fixes #311. | ||||
* | | Moved pkg_resources into its own package. | Jason R. Coombs | 2014-12-24 | 3 | -1/+2 |
| | | |||||
* | | Add test making explicit the expectation that pkg_resources shouldn't import ↵ | Jason R. Coombs | 2014-12-24 | 1 | -0/+20 |
| | | | | | | | | setuptools (or be dependent on it in any way). Ref #311. | ||||
* | | Force list type for easy concatenation. | Jason R. Coombs | 2014-12-23 | 1 | -1/+1 |
| | | |||||
* | | Add comments for clarity. | Jason R. Coombs | 2014-12-23 | 1 | -0/+2 |
| | | |||||
* | | Extract logic for getting the extensions for outputs. | Jason R. Coombs | 2014-12-23 | 1 | -4/+7 |
| | | |||||
* | | Collapse two generator expressions. | Jason R. Coombs | 2014-12-23 | 1 | -2/+2 |
| | | |||||
* | | Use itertools.product to pair each base with each extension. | Jason R. Coombs | 2014-12-23 | 1 | -5/+7 |
| | | |||||
* | | Extract method for clarity. | Jason R. Coombs | 2014-12-23 | 1 | -1/+4 |
| | | |||||
* | | Rewrite function to use extend and a generator expression. | Jason R. Coombs | 2014-12-23 | 1 | -5/+4 |
| | | |||||
* | | Reindent | Jason R. Coombs | 2014-12-23 | 1 | -5/+5 |
| | | |||||
* | | Extract filtering of extensions that need stubs. | Jason R. Coombs | 2014-12-23 | 1 | -2/+2 |
| | | |||||
* | | Rewrite short-circuit for/if/else loop as any on generator expression. | Jason R. Coombs | 2014-12-23 | 1 | -4/+1 |
| | | |||||
* | | Extract variable for simplicity of indentation. | Jason R. Coombs | 2014-12-23 | 1 | -3/+2 |
| | | |||||
* | | Extract variables for clarity and simpler indentation. | Jason R. Coombs | 2014-12-23 | 1 | -4/+4 |
| | | |||||
* | | Define if_dl using simple lambda. | Jason R. Coombs | 2014-12-23 | 1 | -4/+1 |
| | | |||||
* | | Use hasattr per recommendation in docs for dl. | Jason R. Coombs | 2014-12-23 | 1 | -4/+2 |
| | | |||||
* | | Bumped to 8.2.2 in preparation for next release. | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | | |||||
* | | Added tag 8.2.1 for changeset efbe39dae0ab | Jason R. Coombs | 2014-12-18 | 1 | -0/+1 |
| | | |||||
* | | Bumped to 8.2.1 in preparation for next release.8.2.1 | Jason R. Coombs | 2014-12-18 | 2 | -2/+2 |
| | | |||||
* | | Update changelog; fixes #306. | Jason R. Coombs | 2014-12-18 | 1 | -0/+7 |
| | |