summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Rename the path attribute to entries_path for clarity. Added a docstring. Ref...Jason R. Coombs2014-02-051-11/+17
* Merge fix with masterJason R. Coombs2014-02-051-1/+2
|\
| * Implement self.find. Fixes #139.Jason R. Coombs2014-02-051-1/+2
* | Use a default that generates to the default behavior; no need to employ None ...Jason R. Coombs2014-02-051-5/+4
* | Normalize whitespaceJason R. Coombs2014-02-051-1/+1
* | Remove excess whitespaceJason R. Coombs2014-01-061-25/+4
* | Merged in williambr/setuptools/postproc (pull request #31)Jason R. Coombs2013-12-291-2/+2
|\ \
| * | Fix postproc referenceWilliam Grzybowski2013-12-251-2/+2
* | | ENH: use #!/usr/bin/env python for the shebang instead of non-working on POSI...Yaroslav Halchenko2013-12-171-1/+1
|/ /
* | Correct regression in upload_docs in syntax adjustment. Fixes #124.Jason R. Coombs2013-12-151-1/+1
* | Delint build_pyJason R. Coombs2013-11-271-27/+16
* | Extracted module for lib2to3 Mixin customization.Jason R. Coombs2013-11-271-52/+2
* | Reorganize importsJason R. Coombs2013-11-271-1/+3
* | Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE.Jason R. Coombs2013-11-271-8/+6
* | Use dict lookup default for sys_executableJason R. Coombs2013-11-271-4/+2
* | Extract py31compat module for get_config_vars and get_pathJason R. Coombs2013-11-271-14/+3
* | Remove historical comment about compatibility.Jason R. Coombs2013-11-271-1/+0
* | Prefer paranthetical import to line continuation.Jason R. Coombs2013-11-271-2/+2
* | Remove import *Jason R. Coombs2013-11-271-2/+2
* | Normalize whitespace, removing pyflakes warnings.Jason R. Coombs2013-11-271-86/+21
* | Use ternary operator to select encoding error behavior.Jason R. Coombs2013-11-271-4/+1
* | Use PY3 indicatorJason R. Coombs2013-11-271-1/+1
* | Fix pyflakes warningsJason R. Coombs2013-11-271-4/+3
* | Use PY3 from compat moduleJason R. Coombs2013-11-271-4/+2
* | upload module is no moreJason R. Coombs2013-11-271-5/+1
* | The one use of xrange could also use range, so just use range.Jason R. Coombs2013-11-241-2/+2
* | Remove upload command (no longer relevant on Python 2.6+Jason R. Coombs2013-11-242-188/+1
* | Use sys.getfilesystemencoding for decoding bdist_wininst config. Fixes #114.Jason R. Coombs2013-11-231-4/+3
* | Merge with defaultPhilip Thiem2013-09-283-342/+255
|\ \
| * | Remove excess whitespace. Delint one if statement.Jason R. Coombs2013-09-091-31/+6
| * | Reorganize importsJason R. Coombs2013-09-091-5/+8
| * | Merge1.1.4Jason R. Coombs2013-09-071-1/+1
| |\ \
| | * | Fix boolean test, incorrectly changed. Off-by-one errors are particularly ugl...Jason R. Coombs2013-09-071-1/+1
| * | | Correct AttributeError in upload command on Python 2.4. Fixes #76Jason R. Coombs2013-09-031-1/+1
| * | | Remove unused variableJason R. Coombs2013-09-031-1/+0
| |/ /
| * | Use isinstance for type comparisonJason R. Coombs2013-09-031-1/+1
| * | Remove import *Jason R. Coombs2013-09-031-4/+4
| * | Remove long-disabled functionality 'check_conflicts'.Jason R. Coombs2013-09-021-56/+1
| * | Remove unused importJason R. Coombs2013-09-021-1/+0
| * | Rename variable to avoid conflation with globalJason R. Coombs2013-09-021-4/+4
| * | Refactor for nicer indentationJason R. Coombs2013-09-021-8/+7
| * | Normalize styleJason R. Coombs2013-09-021-4/+8
| * | Move imports to headerJason R. Coombs2013-09-021-2/+2
| * | Removed the --delete-conflicting and --ignore-conflicts-at-my-risk options, w...1.0Jason R. Coombs2013-08-171-40/+4
| * | Changed the launcher relevant environment variable to SETUPTOOLS_LAUNCHER and...Jason R. Coombs2013-08-171-8/+8
| * | Merge1.0b3Jason R. Coombs2013-08-141-1/+1
| |\ \
| | * | Fix template rendering errorJason R. Coombs2013-08-141-1/+1
| * | | Warn when scripts are installed but PATHEXT isn't setJason R. Coombs2013-08-131-0/+4
| * | | Use .pya extension instead of simply .py to avoid creating scripts that are i...Jason R. Coombs2013-08-131-2/+2
| * | | Remove -script scripts alsoJason R. Coombs2013-08-131-1/+1