summaryrefslogtreecommitdiff
path: root/setuptools/command/install_lib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
* Fix package list inconsistency caused by namespace package on Python 3.5sunpoet2015-11-201-0/+2
* Use rpartition here, essential to the algorithm. Fixes #259.Jason R. Coombs2014-09-271-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
* 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
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-5/+7
* Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-301-4/+4
* Reindent and remove excess whitespaceJason R. Coombs2014-03-131-10/+3
* Do not override _bytecode_filenamesWilliam Grzybowski2013-12-161-12/+0
* Support namespace packages in conjunction with system packagers, by omittingPJ Eby2006-03-171-2/+59
* Ensure installed stubs get compiled, even if there are no "pure" modulesPJ Eby2006-01-131-0/+9
* remove trailing blank lineFred Drake2004-04-051-1/+0
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+17