summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with masterJason R. Coombs2016-04-041-1/+2
|\
| * Always use Python 3 version of mapJason R. Coombs2016-01-161-1/+1
| * Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
| * Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-3/+6
| * Merge with master. Ref #229.Jason R. Coombs2015-12-311-25/+44
| |\
| * \ Merge with 10.2.1Jason R. Coombs2015-01-021-1/+0
| |\ \
| * | | Trying a new technique. In this approach, setuptools is aware of its dependen...Jason R. Coombs2014-11-161-0/+2
| * | | Merge with masterJason R. Coombs2014-11-161-5/+1
| |\ \ \
| * | | | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-1/+2
* | | | | Experiment with using setuptools_scm for release management. This approach dr...Jason R. Coombs2015-12-161-2/+2
| |_|_|/ |/| | |
* | | | Only return results that are files. Fixes failing test and corrects additiona...Jason R. Coombs2015-09-191-1/+2
* | | | Another refactor of findall, this time separating the simple walk / join oper...Jason R. Coombs2015-09-071-11/+18
* | | | Restore old behavior for calculating the base. Fixes failing test and fixes #...Jason R. Coombs2015-09-061-1/+3
* | | | MergeJason R. Coombs2015-09-061-2/+3
|\ \ \ \
| * | | | Update docstring and test to match long-standing expectation in behavior.Jason R. Coombs2015-09-061-2/+3
* | | | | Use relpath to produce results relative to 'dir'Jason R. Coombs2015-08-301-8/+3
* | | | | Replace initialize/inject loop with a list comprehensionJason R. Coombs2015-08-301-9/+16
* | | | | Add reference to bug reportJason R. Coombs2015-08-301-1/+1
* | | | | Prefer preceding line commentsJason R. Coombs2015-08-301-2/+4
* | | | | Allow dict.update to do the iterationJason R. Coombs2015-08-301-2/+1
* | | | | Replace comment with docstring. Fixes #423Jason R. Coombs2015-08-301-1/+4
* | | | | Allow dict.update to do the iterationJason R. Coombs2015-08-301-3/+2
|/ / / /
* | | | Remove unused _all_dirs. Prefer 'candidate' to 'suitable'. Update documentation.Jason R. Coombs2015-08-071-15/+8
* | | | Big performance fix for find_packages by ignoring hidden dirs earlierLuke Plant2015-07-201-2/+12
| |_|/ |/| |
* | | Remove unused importJason R. Coombs2014-12-291-1/+0
| |/ |/|
* | Remove Python 2.5 compatibility for sys.dont_write_bytecodeJason R. Coombs2014-10-251-4/+0
* | Fix #277, data files in symbol link directory are not included issueVictor Lin2014-10-231-1/+1
|/
* Restore traversal of symbolic links in find_packages. Fixes #195.Jason R. Coombs2014-05-031-1/+1
* Exclude children of excluded parents when doing package discovery. Fixes #184.3.4.4Jason R. Coombs2014-04-111-0/+17
* Move the transform operation into the generator expression.Jason R. Coombs2014-03-231-4/+2
* Reindent docstringJason R. Coombs2014-03-221-13/+13
* Created PEP420PackageFinder, whose .find method can be used to find any suita...Jason R. Coombs2014-03-221-4/+6
* Pulled find_package functionality into a PackageFinder classJason R. Coombs2014-03-221-55/+64
* Extracted _all_dirs and rewrote _find_packages_iter as a proper iterator.Jason R. Coombs2014-03-221-25/+18
* Extract _find_packages_iterJason R. Coombs2014-03-221-6/+10
* Extract _looks_like_packageJason R. Coombs2014-03-221-9/+11
* Extract path assemblyJason R. Coombs2014-03-221-4/+5
* Extracted directory detection and presence of '.' in name.Jason R. Coombs2014-03-221-7/+15
* Extract out filtering by filenameJason R. Coombs2014-03-211-7/+13
* Perform the inclusion filter after traversal for congruency with excludeJason R. Coombs2014-03-211-3/+4
* Use a default that communicates the purpose and also degenerates nicely.Jason R. Coombs2014-03-211-3/+2
* Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-121-1/+4
* Add include parameter to find_packages.Wyatt Lee Baldwin2014-02-121-3/+15
* Move import to topJason R. Coombs2014-03-161-1/+1
* Exclude __pycache__ in find_packages.Wyatt Lee Baldwin2014-02-121-1/+1
* Setup find_packages excludes early for clarity.Wyatt Lee Baldwin2014-02-121-1/+2
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...Jason R. Coombs2014-03-081-2/+2
* Removed Features functionality. Fixes #65.Jason R. Coombs2014-02-091-2/+2
* More simply resolve _dont_write_bytecode.Jason R. Coombs2013-09-021-7/+2
* Refactor _dont_write_bytecode detectionJason R. Coombs2013-09-021-5/+7