aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bumped to 9.1 in preparation for next release.9.1Jason R. Coombs2014-12-292-2/+2
* Prefer vendored packaging.Jason R. Coombs2014-12-292-4/+12
* Bumped to 9.0.2 in preparation for next release.Jason R. Coombs2014-12-292-2/+2
* Added tag 9.0.1 for changeset fa069bf2411aJason R. Coombs2014-12-291-0/+1
* Bumped to 9.0.1 in preparation for next release.9.0.1Jason R. Coombs2014-12-292-2/+2
* Include api_tests.txt in the sdist. Fixes #312.Jason R. Coombs2014-12-292-1/+7
* Bumped to 9.1 in preparation for next release.Jason R. Coombs2014-12-282-2/+2
* Added tag 9.0 for changeset 0d7b9b63d06aJason R. Coombs2014-12-281-0/+1
* Bumped to 9.0 in preparation for next release.9.0Jason R. Coombs2014-12-282-2/+2
* Disable purging of distutils/setuptools during sandbox operations. Ref #315.Jason R. Coombs2014-12-282-5/+3
* Rename function to match intention.Jason R. Coombs2014-12-281-7/+7
* Correct docstringJason R. Coombs2014-12-281-5/+5
* Include distutils in modules hiddenJason R. Coombs2014-12-281-1/+3
* Update changelogJason R. Coombs2014-12-281-0/+4
* Extract function for _clear_modules, encapsulating the need for the module na...Jason R. Coombs2014-12-281-5/+10
* Remove setuptools modules from sys.modules before invoking setup script. Fixe...Jason R. Coombs2014-12-281-0/+27
* Update changelogJason R. Coombs2014-12-281-0/+7
* Remove setup_requirements writer from metadata. Fixes #314.Jason R. Coombs2014-12-281-1/+0
* Update docs about bootstrap script.Jason R. Coombs2014-12-281-0/+18
* Extract sandboxing context as a series of encapsulated contexts.Jason R. Coombs2014-12-271-26/+87
* Bumped to 8.5 in preparation for next release.Jason R. Coombs2014-12-262-2/+2
* Added tag 8.4 for changeset 921e60a0f906Jason R. Coombs2014-12-261-0/+1
* Update documentation to reflect new function.8.4Jason R. Coombs2014-12-261-0/+6
* Update changelogJason R. Coombs2014-12-261-0/+6
* Merge pull request #106 from Richard Ipsum.Jason R. Coombs2014-12-262-0/+7
|\
| * Make egg_info command write out setup requirementsRichard Ipsum2014-11-032-0/+7
* | Update docs to reflect new behavior.Jason R. Coombs2014-12-261-1/+1
* | Update documentation on release frequency.Jason R. Coombs2014-12-251-0/+19
* | Merge inclusion of api_tests.txt.Jason R. Coombs2014-12-251-1/+1
|\ \
| * | Include api_tests.txt in pytest invocation. Ref #312. Ref #311.Jason R. Coombs2014-12-251-1/+1
* | | Update API docs to reflect relocation of pkg_resources from module to package.Jason R. Coombs2014-12-251-1/+1
* | | Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-252-1/+1
|/ /
* | Bumped to 8.4 in preparation for next release.Jason R. Coombs2014-12-242-2/+2
* | Added tag 8.3 for changeset cd14b2a72e51Jason R. Coombs2014-12-241-0/+1
* | Bumped to 8.3 in preparation for next release.8.3Jason R. Coombs2014-12-242-2/+2
* | Update changelogJason R. Coombs2014-12-241-0/+7
* | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...Jason R. Coombs2014-12-244-21/+13
* | Move vendored packaging module into pkg_resources._vendor, restoring independ...Jason R. Coombs2014-12-2412-10/+10
* | Moved pkg_resources into its own package.Jason R. Coombs2014-12-243-1/+2
* | Add test making explicit the expectation that pkg_resources shouldn't import ...Jason R. Coombs2014-12-241-0/+20
* | Force list type for easy concatenation.Jason R. Coombs2014-12-231-1/+1
* | Add comments for clarity.Jason R. Coombs2014-12-231-0/+2
* | Extract logic for getting the extensions for outputs.Jason R. Coombs2014-12-231-4/+7
* | Collapse two generator expressions.Jason R. Coombs2014-12-231-2/+2
* | Use itertools.product to pair each base with each extension.Jason R. Coombs2014-12-231-5/+7
* | Extract method for clarity.Jason R. Coombs2014-12-231-1/+4
* | Rewrite function to use extend and a generator expression.Jason R. Coombs2014-12-231-5/+4
* | ReindentJason R. Coombs2014-12-231-5/+5
* | Extract filtering of extensions that need stubs.Jason R. Coombs2014-12-231-2/+2
* | Rewrite short-circuit for/if/else loop as any on generator expression.Jason R. Coombs2014-12-231-4/+1