aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | Merge with 10.2.1Jason R. Coombs2015-01-021-1/+0
|\| | | | | | | | | --HG-- branch : feature/issue-229
| * Remove unused importJason R. Coombs2014-12-291-1/+0
| |
* | Trying a new technique. In this approach, setuptools is aware of its ↵Jason R. Coombs2014-11-161-0/+2
| | | | | | | | | | | | | | dependencies and when imported makes sure the vendored versions are present on sys.path. --HG-- branch : feature/issue-229
* | Merge with masterJason R. Coombs2014-11-161-5/+1
|\| | | | | | | | | --HG-- branch : feature/issue-229
| * 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
| | | | | | | | | | --HG-- branch : bugfix-277
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-1/+2
|/ | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977
* 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 ↵Jason R. Coombs2014-03-221-4/+6
| | | | suitable directory.
* 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
| | | | | | | | | | | On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Fixes issue #97
* Add include parameter to find_packages.Wyatt Lee Baldwin2014-02-121-3/+15
| | | | | --HG-- extra : rebase_source : 1fec39a038ac2c460e62ef2ee2eee5a0b66a676d
* Move import to topJason R. Coombs2014-03-161-1/+1
| | | | | --HG-- extra : rebase_source : 3b48a37ada247203bfebf87cdbb473b72e6e208b
* Exclude __pycache__ in find_packages.Wyatt Lee Baldwin2014-02-121-1/+1
| | | | | --HG-- extra : rebase_source : fecc027e4355f36d779967683a213fb2d867d21a
* Setup find_packages excludes early for clarity.Wyatt Lee Baldwin2014-02-121-1/+2
| | | | | --HG-- extra : rebase_source : 7c05859ef526ed8a2d9af738e54dc9dca510245e
* Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 ↵Jason R. Coombs2014-03-081-2/+2
| | | | | | | and re-opens #65. --HG-- extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea
* 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
|
* Move imports to leaderJason R. Coombs2013-09-021-4/+3
|
* Refactor for clarityJason R. Coombs2013-09-021-4/+8
|
* Reorganize importsJason R. Coombs2013-09-021-6/+10
|
* Remove unused importJason R. Coombs2013-09-021-1/+1
|
* Remove unused importJason R. Coombs2013-09-021-1/+1
|
* Move version into its own file so that setuptools machinery isn't necessary ↵Jason R. Coombs2013-08-051-1/+1
| | | | | | | to elicit the version. --HG-- extra : rebase_source : 1611131e6765a30fd0fe94d8455418ccd3ae46ae
* Bumped to 0.9.9 in preparation for next release.Jason R. Coombs2013-07-251-1/+1
|
* Bumped to 0.9.8 in preparation for next release.Jason R. Coombs2013-07-221-1/+1
|
* Bumped to 0.9.7 in preparation for next release.Jason R. Coombs2013-07-171-1/+1
|
* Bumped to 0.9.6 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.5 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.4 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.3 in preparation for next release.Jason R. Coombs2013-07-151-1/+1
|
* Bumped to 0.9.2 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
|
* Bumped to 0.9.1 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
|
* Bumped to 0.10 in preparation for next release.Jason R. Coombs2013-07-131-1/+1
|
* Bumped to 0.9 in preparation for next release.Jason R. Coombs2013-07-051-1/+1
|