summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing branch (abandoned)setuptoolsJason R. Coombs2014-06-280-0/+0
* 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
* Add experimental support for merging non-empty namespace packages. ThisPJ Eby2005-08-141-14/+14
* 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
* Fix some reST formatting problems and other issues discovered during aPJ Eby2005-08-141-6/+11
* Document "Distribution" objects. Now the API reference is complete, and IPJ Eby2005-08-142-8/+196
* Documentation for namespace packages, working sets, and supporting customPJ Eby2005-08-141-21/+405
* Make "run_script" a method of WorkingSet objects, thereby removing a globalPJ Eby2005-08-141-9/+9
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-145-73/+163
* Document "Requirement" objects.PJ Eby2005-08-141-1/+88
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-135-33/+213
* 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-114-14/+14
* Fix a bug introduced by making split_sections() not lowercase sectionPJ Eby2005-08-091-4/+2
* Document resource and metadata access APIs.PJ Eby2005-08-071-18/+117
* Add docs for exceptions, and for much of the ResourceManager API.PJ Eby2005-08-072-32/+188
* Document utility routines. Made ``split_sections()`` not lowercase itsPJ Eby2005-08-072-38/+130
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-076-17/+158
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-064-111/+232
* Fix WorkingSet yielding the same distribution more than once if more thanPJ Eby2005-08-062-23/+24
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-067-248/+40
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-067-147/+356
* Allow specifying an environment and/or installer for entry-point loading.PJ Eby2005-08-061-4/+4
* Change dependency processing algorithm for less redundancy in the commonPJ Eby2005-08-062-24/+70
* Fix wrongly including files that Subversion has marked deleted.PJ Eby2005-08-062-5/+8
* Performance boosts: don't create environment during require()/resolve()PJ Eby2005-08-062-10/+14
* Fix a problem with zip paths reported by Ashley Walsh.PJ Eby2005-08-031-1/+1
* Misc. bugs reported by Ian Bicking and Ashley Walsh.PJ Eby2005-07-312-3/+3
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.PJ Eby2005-07-255-75/+81
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-248-111/+562
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-245-102/+248
* 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-244-151/+225
* Fixed the setup script sandbox facility not recognizing certain paths asPJ Eby2005-07-241-2/+2
* Improved backward compatibility of Mac OS platform string changes, thanksPJ Eby2005-07-213-24/+74
* Tweak Mac OS platform string based on Mac SIG feedback: remove "micro"PJ Eby2005-07-212-13/+13
* Added support for handling MacOS platform information in ``.egg``PJ Eby2005-07-213-20/+107
* 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-183-20/+20
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-187-31/+32
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-1810-250/+3420
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-174-46/+56
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-174-26/+36
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-176-35/+35
* Added ``--site-dirs`` option to allow adding custom "site" directories.PJ Eby2005-07-162-28/+140