summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Merge branch 'master' into use-packagingDonald Stufft2014-11-192-3/+3
| |\ \ | | |/
| * | Prefer packaging library if available.Jason R. Coombs2014-09-271-2/+9
| * | Fix indentJason R. Coombs2014-09-271-2/+1
| * | Merge github pull request #13 (dstufft/setuptools:use-packaging).Jason R. Coombs2014-09-271-1/+7
| |\ \
| | * | Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-251-1/+7
* | | | Merge with masterJason R. Coombs2014-11-161-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove Python 2.5 compatibility for sys.dont_write_bytecodeJason R. Coombs2014-10-251-2/+2
* | | | Merge with 6.0.2Jason R. Coombs2014-09-293-19/+74
|\ \ \ \ | |/ / /
| * | | Backout 5692cd26a08e; Ref #262.6.0.2b1Jason R. Coombs2014-09-291-1/+1
| |/ /
| * | Use rpartition here, essential to the algorithm. Fixes #259.Jason R. Coombs2014-09-271-1/+1
| * | Fix issue #118: Prevent the egg-info directory from being redundantly include...Jesse Weinstein2014-08-281-1/+1
| * | Merge Pull Request #78 correcting regression in Pull Request #76.Jason R. Coombs2014-09-261-1/+1
| |\ \
| | * | [Fix/Typo] Fix missing parenthesis in egg_info.pyHugues Lerebours2014-08-181-1/+1
| * | | Move inline function into an instance method and rename for clarity.Jason R. Coombs2014-09-261-11/+11
| * | | Return the exclusions directlyJason R. Coombs2014-09-261-6/+8
| * | | Incorporate the exclusion path in the _exclude function.Jason R. Coombs2014-09-261-2/+6
| * | | Reorganize importsJason R. Coombs2014-09-261-2/+3
| * | | Use itertools.product for a cross-product of two iterablesJason R. Coombs2014-09-261-3/+3
| * | | ReindentJason R. Coombs2014-09-261-2/+2
| * | | Rewrite package traversal as a generator expressionJason R. Coombs2014-09-261-2/+6
| * | | Extract path calculation for pathsJason R. Coombs2014-09-261-3/+2
| * | | Extract method for computing parent packages of a packageJason R. Coombs2014-09-261-4/+13
| * | | Extract method for calculating namespace packages for single_version_external...Jason R. Coombs2014-09-261-11/+23
| * | | Add docstring for get_exclusions. Just return the set as it is a sized contai...Jason R. Coombs2014-09-261-1/+5
| * | | Construct exclusions as a setJason R. Coombs2014-09-261-3/+3
| * | | Add commentJason R. Coombs2014-09-261-0/+2
| * | | Extract calculation of base pathJason R. Coombs2014-09-261-2/+3
| * | | Generate the filenames more directly.Jason R. Coombs2014-09-261-15/+11
| * | | Extract method for generating exclude namesJason R. Coombs2014-09-261-9/+17
| * | | Normalize syntaxJason R. Coombs2014-09-261-2/+2
| * | | Merged in mesocody/setuptools (pull request #72)Jason R. Coombs2014-09-261-3/+14
| |\ \ \ | | |_|/ | |/| |
| | * | Chase upstreamMelvyn Sopacua2014-08-163-5/+4
| | |\ \ | | | |/
| | * | Commit the fix we did when testing python3Melvyn Sopacua2014-07-051-2/+2
| | * | Fix exclude list on python 3.2+Melvyn Sopacua2014-07-051-3/+14
| * | | remove unneeded code from last commitRandy Syring2014-09-201-2/+1
| * | | sdist command: fix case insensitivity when adding some files to filelistRandy Syring2014-09-201-4/+7
| * | | Backed out changeset: be37eff86c76Jason R. Coombs2014-08-211-1/+1
| | |/ | |/|
| * | make order of lines in top_level.txt deterministicBenedikt Morbach2014-08-071-1/+1
* | | Use six for Python 2 compatibilityJason R. Coombs2014-07-059-45/+51
|/ /
* | Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-051-2/+1
* | next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1