summaryrefslogtreecommitdiff
path: root/setuptools.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-3/+81
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-3/+5
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-18/+118
* Fix wrongly including files that Subversion has marked deleted.PJ Eby2005-08-061-0/+3
* Performance boosts: don't create environment during require()/resolve()PJ Eby2005-08-061-0/+4
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.PJ Eby2005-07-251-0/+8
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-17/+128
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-3/+108
* Implement --editable option, which allows you to just download and extractPJ Eby2005-07-241-0/+8
* Catch a few missed terminology changes.PJ Eby2005-07-181-1/+1
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-2/+78
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-171-0/+7
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-171-0/+10
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-171-1/+1
* Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other thanPJ Eby2005-07-161-0/+10
* prep for 0.5a13 releasePJ Eby2005-07-161-0/+3
* Prep for 0.5a12 release; update docs.PJ Eby2005-07-131-0/+12
* Fix breakage of the "develop" command that was caused by the addition ofPJ Eby2005-07-121-1/+5
* Drop links to the Windows installer; it was installing an "unmanaged"PJ Eby2005-07-121-4/+2
* Bump version #.PJ Eby2005-07-121-1/+1
* Fix bugs and implement features reported/requested by folks on thePJ Eby2005-07-121-0/+11
* Update to 0.5a9, add zip_safe flag, and fix a doc error.PJ Eby2005-07-111-1/+3
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-111-87/+256
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-101-1/+115
* EasyInstall now builds eggs in a temporary directory alongside the setupPJ Eby2005-07-101-0/+2
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-3/+33
* Added command reference to documentation.PJ Eby2005-07-091-60/+582
* Doc and other updates for 0.5a8 release. Add project aliases for sourcePJ Eby2005-07-081-2/+2
* Partial first draft documentation for setuptools. Split revision historyPJ Eby2005-07-081-0/+699