summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Allow install to proceed with an egg install on IronPython and any other envi...3.4Jason R. Coombs2014-03-301-1/+11
* variable name is superfluous nowJason R. Coombs2014-03-301-2/+1
* Simplify comment not to repeat the obvious implication of the 'if' test.Jason R. Coombs2014-03-301-3/+1
* Update docstringJason R. Coombs2014-03-301-5/+4
* Use inspect module instead of _getframeJason R. Coombs2014-03-301-7/+8
* Extract a method to capture the intention of caller detection.Jason R. Coombs2014-03-301-13/+21
* Replace outdated deprecating comments with a proper doc string.Jason R. Coombs2014-03-301-4/+9
* The no_egg option is no longer present.Jason R. Coombs2014-03-301-4/+0
* Adjust to match modern style conventions.Jason R. Coombs2014-03-301-5/+9
* Remove legacy compatibility in bdist_rpmJason R. Coombs2014-03-301-15/+1
* Remove excess whitespace; Normalize imports.Jason R. Coombs2014-03-301-34/+3
* Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.Jason R. Coombs2014-03-281-2/+8
* Move the transform operation into the generator expression.Jason R. Coombs2014-03-231-4/+2
* Add test for excludeJason R. Coombs2014-03-221-0/+5
* Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-221-1/+1
* Reindent docstringJason R. Coombs2014-03-221-13/+13
* Created PEP420PackageFinder, whose .find method can be used to find any suita...Jason R. Coombs2014-03-222-20/+13
* 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
* Sort entry points when writing so they render consistentlyJason R. Coombs2014-03-161-2/+2
* Check packages without deference to orderJason R. Coombs2014-03-161-5/+8
* Use py26compat for skipIfJason R. Coombs2014-03-161-6/+7
* Bumped to 4.0 in preparation for next release.Jason R. Coombs2014-03-161-1/+1
* Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-122-1/+42
* Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-161-1/+1
* Update test for Python 2.6 compatibilityJason R. Coombs2014-03-161-1/+1
* Add test for find_packages(include=)Jason R. Coombs2014-03-161-0/+10
* 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
* Add unit tests for find_packagesWyatt Lee Baldwin2014-02-121-0/+72
* Bumped to 3.3 in preparation for next release.Jason R. Coombs2014-03-141-1/+1
* Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* Remove special handling of 'no_compile' option with comment about making DIST...Jason R. Coombs2014-03-131-1/+0
* Reindent and remove excess whitespaceJason R. Coombs2014-03-131-10/+3
* Use functools.partial and re.sub to construct the substitution function.Jason R. Coombs2014-03-101-7/+6
* self.language could be None (and is None by default)Jason R. Coombs2014-03-101-1/+2
* Use a single method to handle both languages.Jason R. Coombs2014-03-101-19/+15
* Merged in lsinger/setuptools (pull request #39)Jason R. Coombs2014-03-101-1/+12
|\
| * Map .pyx sources to .c or .cpp depending on languagelsinger2014-03-011-1/+12
* | Bumped to 3.2 in preparation for next release.Jason R. Coombs2014-03-081-1/+1
* | Bumped to 3.1 in preparation for next release.3.1Jason R. Coombs2014-03-081-1/+1