summaryrefslogtreecommitdiff
path: root/setuptools.txt
Commit message (Expand)AuthorAgeFilesLines
...
* 0.6a3 release.pje2005-09-241-0/+2
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andpje2005-09-241-15/+29
* Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig.pje2005-09-241-2/+5
* setuptools 0.6a2 releasepje2005-09-181-0/+3
* Added support to solve the infamous "we want .py on Windows, nopje2005-09-171-12/+84
* Add release note about bdist_rpm --no-egg optionpje2005-09-031-0/+3
* Simplify non-root install process and improve Mac OS docs for it. Supportpje2005-08-231-1/+1
* Give pkg_resources its own revision history; add some notes on today'spje2005-08-221-135/+12
* More documentation enhancements.pje2005-08-221-14/+26
* Document the "Environment" class, and simplify its API.pje2005-08-141-1/+5
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcespje2005-08-071-1/+9
* Allow distutils extensions to define new kinds of metadata that can bepje2005-08-061-3/+81
* Got rid of the no-longer meaningful "depends" command. Consolidated thepje2005-08-061-3/+5
* Enhanced setuptools infrastructure to support distutils extensions thatpje2005-08-061-18/+118
* Fix wrongly including files that Subversion has marked deleted.pje2005-08-061-0/+3
* Performance boosts: don't create environment during require()/resolve()pje2005-08-061-0/+4
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.pje2005-07-251-0/+8
* Implement "entry points" for dynamic discovery of drivers and plugins.pje2005-07-241-17/+128
* Fix eager resource extraction. Add eager_resources setup() argument. Addpje2005-07-241-3/+108
* Implement --editable option, which allows you to just download and extractpje2005-07-241-0/+8
* Catch a few missed terminology changes.pje2005-07-181-1/+1
* Massive API refactoring; see setuptools.txt changelog for details. Also,pje2005-07-181-2/+78
* The ``path`` attribute of ``Distribution`` objects is now ``location``,pje2005-07-171-0/+7
* ``Distribution`` objects now implement the ``IResourceProvider`` andpje2005-07-171-0/+10
* Renamings for consistent terminology; distributions and requirements nowpje2005-07-171-1/+1
* Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other thanpje2005-07-161-0/+10
* prep for 0.5a13 releasepje2005-07-161-0/+3
* Prep for 0.5a12 release; update docs.pje2005-07-131-0/+12
* Fix breakage of the "develop" command that was caused by the addition ofpje2005-07-121-1/+5
* Drop links to the Windows installer; it was installing an "unmanaged"pje2005-07-121-4/+2
* Bump version #.pje2005-07-121-1/+1
* Fix bugs and implement features reported/requested by folks on thepje2005-07-121-0/+11
* Update to 0.5a9, add zip_safe flag, and fix a doc error.pje2005-07-111-1/+3
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havepje2005-07-111-87/+256
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordpje2005-07-101-1/+115
* EasyInstall now builds eggs in a temporary directory alongside the setuppje2005-07-101-0/+2
* Detect and handle conflicts with "unmanaged" packages when installingpje2005-07-101-3/+33
* Added command reference to documentation.pje2005-07-091-60/+582
* Doc and other updates for 0.5a8 release. Add project aliases for sourcepje2005-07-081-2/+2
* Partial first draft documentation for setuptools. Split revision historypje2005-07-081-0/+699