aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-222-2/+2
* Update changelogJason R. Coombs2014-03-221-5/+4
* 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
* Fix buids -> buildsSteven Maude2014-03-171-1/+1
* Use a context manager instead of calling _test.run in multiple places. Allevi...Jason R. Coombs2014-03-161-4/+10
* Use binary mode to save/restore entry_points - no need to mutate newlinesJason R. Coombs2014-03-161-2/+2
* Sort entry points when writing so they render consistentlyJason R. Coombs2014-03-162-64/+64
* Added tag 4.0b1 for changeset 78c8cfbe3e10Jason R. Coombs2014-03-161-0/+1
* Update setuptools setup.py to work with setuptools 4.04.0b1Jason R. Coombs2014-03-161-1/+4
* Merge original PR 37 with latest headJason R. Coombs2014-03-160-0/+0
|\
| * Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-123-6/+138
* | Check packages without deference to orderJason R. Coombs2014-03-161-5/+8
* | Update documentation to reflect PEP420 supportJason R. Coombs2014-03-161-3/+3
* | Use py26compat for skipIfJason R. Coombs2014-03-161-6/+7
* | Bumped to 4.0 in preparation for next release.Jason R. Coombs2014-03-162-2/+2
* | Add support for PEP 420 namespace packages to find_packages()Wyatt Lee Baldwin2014-02-125-67/+117
* | Bumped to 3.4 in preparation for next release.Jason R. Coombs2014-03-164-47/+47
* | Added tag 3.3 for changeset b306e681a945Jason R. Coombs2014-03-161-0/+1
* | Update documentation to reflect new include parameter.3.3Jason R. Coombs2014-03-161-5/+8
* | 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-122-3/+21
* | 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-145-51/+51
* | Added tag 3.2 for changeset 07c459bea1c5Jason R. Coombs2014-03-141-0/+1
* | Fix failing test on Windows3.2Jason R. Coombs2014-03-141-2/+3
* | Bump wincertstore to 0.2. Fixes #164.Jason R. Coombs2014-03-142-2/+3
* | Python 2.6 or later is requiredJason R. Coombs2014-03-141-1/+1
* | MergeJason R. Coombs2014-03-134-4/+5
|\ \
| * | Issue #162: Update dependency on certifi to 1.0.1.Arfrever Frehtes Taifersar Arahesis2014-03-114-4/+5
* | | 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-102-19/+21
* | 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