summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Restore setuptools.command.easy_install.sys_executable for pbr compatibility.Jason R. Coombs2015-01-161-2/+3
* Renamed .get_writer to .best and removed boolean argument.Jason R. Coombs2015-01-162-11/+25
* Merge with 11.3.1Jason R. Coombs2015-01-071-1/+1
|\
| * Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...11.3Jason R. Coombs2015-01-051-1/+1
* | Change the way string values are interpreted from build.executable - now they...Jason R. Coombs2015-01-041-4/+5
* | Add test capturing expectation around sys.executable having spaces in the name.Jason R. Coombs2015-01-041-3/+6
* | Allow CommandSpec to be constructed simply from a list.Jason R. Coombs2015-01-041-0/+2
* | Remove redundant lineJason R. Coombs2015-01-041-1/+0
* | Use CommandSpec in ScriptWriter, removing now unused methods.Jason R. Coombs2015-01-041-33/+3
* | 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