| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Document 0.6b1 fixes | PJ Eby | 2006-05-12 | 1 | -3/+8 |
| * | Make docs & PyPI list separate locations for 0.6 and 0.7 development | PJ Eby | 2006-04-14 | 1 | -1/+4 |
| * | Misc. doc formatting/phrasing corrections | PJ Eby | 2006-03-30 | 1 | -5/+9 |
| * | Added ``test_loader`` keyword to support custom test loaders. | PJ Eby | 2006-03-29 | 1 | -0/+23 |
| * | More docs for .py#egg and ``dependency_links`` | PJ Eby | 2006-03-29 | 1 | -0/+39 |
| * | Added ``setuptools.file_finders`` entry point group to allow implementing | PJ Eby | 2006-03-29 | 1 | -1/+65 |
| * | Added ``--identity`` option to ``upload`` command. | PJ Eby | 2006-03-29 | 1 | -0/+7 |
| * | Implement dependency_links feature, courtesy of Tres Seaver's rough | PJ Eby | 2006-03-29 | 1 | -0/+9 |
| * | Enhanced test loader to scan packages as well as modules, and call | PJ Eby | 2006-03-28 | 1 | -9/+22 |
| * | Support namespace packages in conjunction with system packagers, by omitting | PJ Eby | 2006-03-17 | 1 | -15/+17 |
| * | Record recent changes in the release notes. | PJ Eby | 2006-03-04 | 1 | -1/+16 |
| * | Misc. doc fixes | PJ Eby | 2006-02-15 | 1 | -0/+8 |
| * | The ``--find-links`` option previously scanned all supplied URLs and | PJ Eby | 2006-02-08 | 1 | -0/+3 |
| * | Add notes about bdist_msi, bdist_nsi, and bdist_deb formats' | PJ Eby | 2005-12-16 | 1 | -7/+15 |
| * | Added "What Your Users Should Know" section, telling package developers | PJ Eby | 2005-12-16 | 1 | -2/+85 |
| * | Overhaul installation docs to address frequently asked questions | PJ Eby | 2005-12-16 | 1 | -36/+14 |
| * | Added the ``exclude_package_data`` keyword to ``setup()``, allowing you | PJ Eby | 2005-12-15 | 1 | -23/+86 |
| * | Support full roundtrip translation of eggs to and from ``bdist_wininst`` | PJ Eby | 2005-12-14 | 1 | -0/+7 |
| * | Added a ``--single-version-externally-managed`` option to the ``install`` | PJ Eby | 2005-12-14 | 1 | -0/+67 |
| * | Added an internal ``install_egg_info`` command to use as part of old-style | PJ Eby | 2005-12-14 | 1 | -1/+14 |
| * | Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so | PJ Eby | 2005-12-06 | 1 | -0/+4 |
| * | Made all commands that use ``easy_install`` respect its configuration | PJ Eby | 2005-12-01 | 1 | -0/+3 |
| * | Misc. doc enhancements | PJ Eby | 2005-12-01 | 1 | -5/+6 |
| * | Added ``tests_require`` keyword to ``setup()``, so that e.g. packages | PJ Eby | 2005-11-19 | 1 | -3/+19 |
| * | Added warning for namespace packages with missing ``declare_namespace()``, | PJ Eby | 2005-11-18 | 1 | -23/+52 |
| * | Add tutorial section on choosing project version numbers that | PJ Eby | 2005-11-18 | 1 | -13/+128 |
| * | Fixed ``--tag-svn-revision`` not working when run from a source | PJ Eby | 2005-11-18 | 1 | -0/+3 |
| * | Added the ``include_package_data`` keyword to ``setup()``, allowing you to | PJ Eby | 2005-11-18 | 1 | -3/+31 |
| * | The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to | PJ Eby | 2005-11-18 | 1 | -11/+33 |
| * | 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 |