summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use CommandSpec in get_script_headerJason R. Coombs2015-01-041-5/+8
* | | Update install_scripts to use CommandSpec for generating script headers.Jason R. Coombs2015-01-042-7/+18
* | | Added new class CommandSpec, which will be used for abstracting the command h...Jason R. Coombs2015-01-041-8/+87
* | | Extract method for handling non-ascii exe. Strip out excess whitespace from o...Jason R. Coombs2015-01-041-17/+20
* | | Extract method for parsing options.Jason R. Coombs2015-01-041-7/+17
* | | Rename _gen_args to get_args (for consistency).Jason R. Coombs2015-01-042-6/+6
* | | Deprecate and remove usage of easy_install.get_script_header.Jason R. Coombs2015-01-042-6/+10
* | | Moved get_script_header into ScriptWriter classJason R. Coombs2015-01-041-5/+6
* | | Move get_script_header into ScriptWriterJason R. Coombs2015-01-042-25/+29
* | | Move decision logic about windows/header generation closer to install_scripts...Jason R. Coombs2015-01-042-10/+15
* | | Move trailing commentJason R. Coombs2015-01-041-1/+2
* | | No need to pass the writer - just invoke it directly.Jason R. Coombs2015-01-041-4/+4
* | | Extract method for getting script argsJason R. Coombs2015-01-041-5/+9
* | | Reuse list2cmdline for argument quoting.Jason R. Coombs2015-01-041-30/+2
|/ /
* | Test the report methodJason R. Coombs2015-01-041-4/+1
* | Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-043-11/+7
* | Use underlying invocation of ._load directlyJason R. Coombs2014-12-311-1/+1
* | Remove superfluous parenthesesJason R. Coombs2014-12-311-1/+1
* | Restore _default_revctrl implementation (stubbed). Fixes #320.Jason R. Coombs2014-12-311-0/+1
* | Merge with remove-svnJason R. Coombs2014-12-302-58/+7
|\ \
| * \ Merge with masterJason R. Coombs2014-12-281-0/+6
| |\ \
| * | | Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-242-58/+7
* | | | Extract variable for clarity of readingJason R. Coombs2014-12-301-4/+8
* | | | Extract _patch_usage and re-implement as a context manager.Jason R. Coombs2014-12-291-23/+27
* | | | Reindent using textwrapJason R. Coombs2014-12-291-4/+4
| |/ / |/| |
* | | Merge pull request #106 from Richard Ipsum.Jason R. Coombs2014-12-261-0/+6
|\ \ \ | |/ / |/| |
| * | Make egg_info command write out setup requirementsRichard Ipsum2014-11-031-0/+6
| |/
* | Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...Jason R. Coombs2014-12-241-7/+1
* | Move vendored packaging module into pkg_resources._vendor, restoring independ...Jason R. Coombs2014-12-241-2/+2
* | 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
* | Extract variable for simplicity of indentation.Jason R. Coombs2014-12-231-3/+2
* | Extract variables for clarity and simpler indentation.Jason R. Coombs2014-12-231-4/+4
* | Define if_dl using simple lambda.Jason R. Coombs2014-12-231-4/+1
* | Use hasattr per recommendation in docs for dl.Jason R. Coombs2014-12-231-4/+2
* | Silence PEP440Warning by default unless invoking easy_installDonald Stufft2014-12-181-0/+5
* | Move invocation bypass into function itself, pertinent to the docstring.Jason R. Coombs2014-12-131-2/+5
* | Extract variables to capture substeps.Jason R. Coombs2014-12-131-3/+3
* | Remove superfluous list construction.Jason R. Coombs2014-12-131-2/+2
* | Edit docstring for imperative formJason R. Coombs2014-12-131-5/+6
* | egg_info: Split manifest_maker._add_egg_info into its own methodW. Trevor King2014-10-161-3/+20
* | egg_info: Search egg-base for files to add to the manifest"W. Trevor King"2014-10-161-0/+5