aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Document 0.6b1 fixesPJ Eby2006-05-121-3/+8
* Make docs & PyPI list separate locations for 0.6 and 0.7 developmentPJ Eby2006-04-141-1/+4
* Misc. doc formatting/phrasing correctionsPJ Eby2006-03-301-5/+9
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-0/+23
* More docs for .py#egg and ``dependency_links``PJ Eby2006-03-291-0/+39
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-1/+65
* Added ``--identity`` option to ``upload`` command.PJ Eby2006-03-291-0/+7
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-0/+9
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-9/+22
* Support namespace packages in conjunction with system packagers, by omittingPJ Eby2006-03-171-15/+17
* Record recent changes in the release notes.PJ Eby2006-03-041-1/+16
* Misc. doc fixesPJ Eby2006-02-151-0/+8
* The ``--find-links`` option previously scanned all supplied URLs andPJ Eby2006-02-081-0/+3
* Add notes about bdist_msi, bdist_nsi, and bdist_deb formats'PJ Eby2005-12-161-7/+15
* Added "What Your Users Should Know" section, telling package developersPJ Eby2005-12-161-2/+85
* Overhaul installation docs to address frequently asked questionsPJ Eby2005-12-161-36/+14
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-23/+86
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-0/+7
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-141-0/+67
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-1/+14
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, soPJ Eby2005-12-061-0/+4
* Made all commands that use ``easy_install`` respect its configurationPJ Eby2005-12-011-0/+3
* Misc. doc enhancementsPJ Eby2005-12-011-5/+6
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-3/+19
* Added warning for namespace packages with missing ``declare_namespace()``,PJ Eby2005-11-181-23/+52
* Add tutorial section on choosing project version numbers thatPJ Eby2005-11-181-13/+128
* Fixed ``--tag-svn-revision`` not working when run from a sourcePJ Eby2005-11-181-0/+3
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-3/+31
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-181-11/+33
* Document shared library autodetectionPJ Eby2005-11-091-5/+13
* Fixed some problems with fresh checkouts of projects that don't includePJ Eby2005-11-051-0/+11
* Made ``egg_info --tag-svn-revision`` fall back to extracting thePJ Eby2005-11-041-2/+17
* Made ``develop`` command accept all the same options as ``easy_install``,PJ Eby2005-11-041-7/+16
* Document best practices for managing continuous releases withPJ Eby2005-11-041-0/+65
* Fixed some problems building extensions when Pyrex was installed, especiallyPJ Eby2005-11-031-0/+4
* Switch setuptools to use 'dev-rNNNN' version tags by default, and configurePJ Eby2005-11-031-5/+9
* Fix documentation typos, and note that Python 2.4 is required on 64-bitPJ Eby2005-11-021-2/+5
* Prep for 0.6a6 release.PJ Eby2005-10-171-0/+7
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-291-0/+3
* 0.6a3 release.PJ Eby2005-09-241-0/+2
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-15/+29
* Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig.PJ Eby2005-09-241-2/+5
* setuptools 0.6a2 releasePJ Eby2005-09-181-0/+3
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-12/+84
* Add release note about bdist_rpm --no-egg optionPJ Eby2005-09-031-0/+3
* Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-231-1/+1
* Give pkg_resources its own revision history; add some notes on today'sPJ Eby2005-08-221-135/+12
* More documentation enhancements.PJ Eby2005-08-221-14/+26
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-141-1/+5
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-1/+9