| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document shared library autodetection | PJ Eby | 2005-11-09 | 1 | -5/+13 |
| * | Fixed some problems with fresh checkouts of projects that don't include | PJ Eby | 2005-11-05 | 1 | -0/+11 |
| * | Made ``egg_info --tag-svn-revision`` fall back to extracting the | PJ Eby | 2005-11-04 | 1 | -2/+17 |
| * | Made ``develop`` command accept all the same options as ``easy_install``, | PJ Eby | 2005-11-04 | 1 | -7/+16 |
| * | Document best practices for managing continuous releases with | PJ Eby | 2005-11-04 | 1 | -0/+65 |
| * | Fixed some problems building extensions when Pyrex was installed, especially | PJ Eby | 2005-11-03 | 1 | -0/+4 |
| * | Switch setuptools to use 'dev-rNNNN' version tags by default, and configure | PJ Eby | 2005-11-03 | 1 | -5/+9 |
| * | Fix documentation typos, and note that Python 2.4 is required on 64-bit | PJ Eby | 2005-11-02 | 1 | -2/+5 |
| * | Prep for 0.6a6 release. | PJ Eby | 2005-10-17 | 1 | -0/+7 |
| * | 0.6a5 brown bag bug fix release. | PJ Eby | 2005-09-29 | 1 | -0/+3 |
| * | 0.6a3 release. | PJ Eby | 2005-09-24 | 1 | -0/+2 |
| * | Support generating .pyw/.exe wrappers for Windows GUI scripts, and | PJ Eby | 2005-09-24 | 1 | -15/+29 |
| * | Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig. | PJ Eby | 2005-09-24 | 1 | -2/+5 |
| * | setuptools 0.6a2 release | PJ Eby | 2005-09-18 | 1 | -0/+3 |
| * | Added support to solve the infamous "we want .py on Windows, no | PJ Eby | 2005-09-17 | 1 | -12/+84 |
| * | Add release note about bdist_rpm --no-egg option | PJ Eby | 2005-09-03 | 1 | -0/+3 |
| * | Simplify non-root install process and improve Mac OS docs for it. Support | PJ Eby | 2005-08-23 | 1 | -1/+1 |
| * | Give pkg_resources its own revision history; add some notes on today's | PJ Eby | 2005-08-22 | 1 | -135/+12 |
| * | More documentation enhancements. | PJ Eby | 2005-08-22 | 1 | -14/+26 |
| * | Document the "Environment" class, and simplify its API. | PJ Eby | 2005-08-14 | 1 | -1/+5 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -1/+9 |
| * | Allow distutils extensions to define new kinds of metadata that can be | PJ Eby | 2005-08-06 | 1 | -3/+81 |
| * | Got rid of the no-longer meaningful "depends" command. Consolidated the | PJ Eby | 2005-08-06 | 1 | -3/+5 |
| * | Enhanced setuptools infrastructure to support distutils extensions that | PJ Eby | 2005-08-06 | 1 | -18/+118 |
| * | Fix wrongly including files that Subversion has marked deleted. | PJ Eby | 2005-08-06 | 1 | -0/+3 |
| * | Performance boosts: don't create environment during require()/resolve() | PJ Eby | 2005-08-06 | 1 | -0/+4 |
| * | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | PJ Eby | 2005-07-25 | 1 | -0/+8 |
| * | Implement "entry points" for dynamic discovery of drivers and plugins. | PJ Eby | 2005-07-24 | 1 | -17/+128 |
| * | Fix eager resource extraction. Add eager_resources setup() argument. Add | PJ Eby | 2005-07-24 | 1 | -3/+108 |
| * | Implement --editable option, which allows you to just download and extract | PJ Eby | 2005-07-24 | 1 | -0/+8 |
| * | Catch a few missed terminology changes. | PJ Eby | 2005-07-18 | 1 | -1/+1 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -2/+78 |
| * | The ``path`` attribute of ``Distribution`` objects is now ``location``, | PJ Eby | 2005-07-17 | 1 | -0/+7 |
| * | ``Distribution`` objects now implement the ``IResourceProvider`` and | PJ Eby | 2005-07-17 | 1 | -0/+10 |
| * | Renamings for consistent terminology; distributions and requirements now | PJ Eby | 2005-07-17 | 1 | -1/+1 |
| * | Fixed some problems using ``pkg_resources`` w/PEP 302 loaders other than | PJ Eby | 2005-07-16 | 1 | -0/+10 |
| * | prep for 0.5a13 release | PJ Eby | 2005-07-16 | 1 | -0/+3 |
| * | Prep for 0.5a12 release; update docs. | PJ Eby | 2005-07-13 | 1 | -0/+12 |
| * | Fix breakage of the "develop" command that was caused by the addition of | PJ Eby | 2005-07-12 | 1 | -1/+5 |
| * | Drop links to the Windows installer; it was installing an "unmanaged" | PJ Eby | 2005-07-12 | 1 | -4/+2 |
| * | Bump version #. | PJ Eby | 2005-07-12 | 1 | -1/+1 |
| * | Fix bugs and implement features reported/requested by folks on the | PJ Eby | 2005-07-12 | 1 | -0/+11 |
| * | Update to 0.5a9, add zip_safe flag, and fix a doc error. | PJ Eby | 2005-07-11 | 1 | -1/+3 |
| * | Enhanced "zip safety" analysis (including scan of win32.exe's) and have | PJ Eby | 2005-07-11 | 1 | -87/+256 |
| * | Implement ``namespace_packages`` keyword to ``setup()``. Added keyword | PJ Eby | 2005-07-10 | 1 | -1/+115 |
| * | EasyInstall now builds eggs in a temporary directory alongside the setup | PJ Eby | 2005-07-10 | 1 | -0/+2 |
| * | Detect and handle conflicts with "unmanaged" packages when installing | PJ Eby | 2005-07-10 | 1 | -3/+33 |
| * | Added command reference to documentation. | PJ Eby | 2005-07-09 | 1 | -60/+582 |
| * | Doc and other updates for 0.5a8 release. Add project aliases for source | PJ Eby | 2005-07-08 | 1 | -2/+2 |
| * | Partial first draft documentation for setuptools. Split revision history | PJ Eby | 2005-07-08 | 1 | -0/+699 |