summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset 28901bac2f2e See #148Jason R. Coombs2014-02-111-27/+27
* Auto-generate namespace __init__.py files for packages without them. ThisPJ Eby2005-08-141-27/+27
* Minor refactoring of code that checks a distribution's contents.PJ Eby2005-08-141-10/+10
* Fix a bug introduced by removing the Environment.get() method.PJ Eby2005-08-141-1/+1
* On second thought, don't. :( Walter Doerwald's situation isn't reallyPJ Eby2005-08-141-1/+1
* Allow distributing an empty namespace package.PJ Eby2005-08-141-1/+1
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-142-8/+8
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-132-5/+5
* Fixed breakage of bdist_* commands that call the 'install' command.PJ Eby2005-08-111-3/+12
* Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa.PJ Eby2005-08-113-12/+12
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-073-10/+10
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-86/+127
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-065-243/+34
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-064-125/+217
* Change dependency processing algorithm for less redundancy in the commonPJ Eby2005-08-061-24/+65
* Fix wrongly including files that Subversion has marked deleted.PJ Eby2005-08-061-5/+5
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.PJ Eby2005-07-252-16/+16
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-244-44/+160
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-243-26/+67
* Fix a regression; this code was changed in order to avoid being fooled byPJ Eby2005-07-241-3/+3
* Implement --editable option, which allows you to just download and extractPJ Eby2005-07-242-140/+140
* Fixed the setup script sandbox facility not recognizing certain paths asPJ Eby2005-07-241-2/+2
* Make 'test' command work correctly with the 0.6 WorkingSet class.PJ Eby2005-07-211-12/+12
* Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``PJ Eby2005-07-211-1/+1
* Catch a few missed terminology changes.PJ Eby2005-07-181-11/+11
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-182-26/+26
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-186-110/+2780
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-172-21/+21
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-172-7/+7
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-174-14/+14
* Added ``--site-dirs`` option to allow adding custom "site" directories.PJ Eby2005-07-161-28/+110
* Fix only detecting the revision number of the setup directory, not thePJ Eby2005-07-161-7/+7
* prep for 0.5a13 releasePJ Eby2005-07-161-1/+1
* Prep for 0.5a12 release; update docs.PJ Eby2005-07-131-1/+1
* Update zip-safety scanner to check for modules that might be used asPJ Eby2005-07-122-12/+12
* Fix breakage of the "develop" command that was caused by the addition ofPJ Eby2005-07-122-3/+3
* Bump version #.PJ Eby2005-07-121-1/+1
* Fix bugs and implement features reported/requested by folks on thePJ Eby2005-07-121-21/+62
* Update to 0.5a9, add zip_safe flag, and fix a doc error.PJ Eby2005-07-111-1/+1
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-112-90/+131
* First-pass implementation of zippability analysis; scans for impurePJ Eby2005-07-101-39/+80
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-103-42/+124
* EasyInstall now builds eggs in a temporary directory alongside the setupPJ Eby2005-07-101-34/+34
* Allow EasyInstall to accept a directory containing a setup script as onePJ Eby2005-07-102-5/+5
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-107-65/+270
* Changed --tag-svn-revision to include an "r" in front of the revisionPJ Eby2005-07-091-1/+1
* Add informative comment when uploading eggs, to help distinguish them fromPJ Eby2005-07-091-1/+2
* Fix typos in option specs for bdist_egg.PJ Eby2005-07-091-2/+2
* Added ``exclude=patternlist`` option to ``setuptools.find_packages()``PJ Eby2005-07-091-8/+8
* Include ``svn:externals`` directories in source distributions as well asPJ Eby2005-07-091-42/+42