summaryrefslogtreecommitdiff
path: root/setuptools.txt
Commit message (Expand)AuthorAgeFilesLines
* Snapshot pre-merger changes, mostly SSL support and a few bugfixesphillip.eby2013-05-151-6/+2
* Major updates and fixes include:phillip.eby2009-10-121-0/+21
* Fix for http://bugs.python.org/setuptools/issue39phillip.eby2008-09-241-3/+6
* Added 'test_runner'. (Note: this is a new feature and should notphillip.eby2008-08-211-1/+19
* Remove all references to the Cheese Shop, and switch to usingphillip.eby2007-09-041-1/+1
* Misc. fixes:phillip.eby2007-05-311-2/+4
* Add --egg-path option to force .egg-link files to use relative paths phillip.eby2007-02-151-0/+9
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedphillip.eby2006-09-221-0/+37
* Tweak docs for subversion release stuff to make better use of new phillip.eby2006-07-101-16/+35
* Add --no-date and --no-svn-revision options to make creating release phillip.eby2006-07-101-18/+55
* Include more detailed version ranges spec, and make Requirement.specs a phillip.eby2006-07-101-3/+12
* Namespace package doc tweaks.phillip.eby2006-04-141-3/+3
* Don't eagerly import namespace packages. This was the big reason for phillip.eby2006-04-141-1/+5
* Bump trunk version # to 0.7a1.dev, and clear out old version history phillip.eby2006-04-141-358/+5
* Misc. doc formatting/phrasing correctionsphillip.eby2006-03-301-5/+9
* Added ``test_loader`` keyword to support custom test loaders.phillip.eby2006-03-291-0/+23
* More docs for .py#egg and ``dependency_links``phillip.eby2006-03-291-0/+39
* Added ``setuptools.file_finders`` entry point group to allow implementingphillip.eby2006-03-291-1/+65
* Added ``--identity`` option to ``upload`` command.phillip.eby2006-03-291-0/+7
* Implement dependency_links feature, courtesy of Tres Seaver's rough phillip.eby2006-03-291-0/+9
* Enhanced test loader to scan packages as well as modules, and callphillip.eby2006-03-281-9/+22
* Support namespace packages in conjunction with system packagers, by omittingphillip.eby2006-03-171-15/+17
* Record recent changes in the release notes.phillip.eby2006-03-041-1/+16
* Misc. doc fixesphillip.eby2006-02-151-0/+8
* The ``--find-links`` option previously scanned all supplied URLs andphillip.eby2006-02-081-0/+3
* Add notes about bdist_msi, bdist_nsi, and bdist_deb formats' phillip.eby2005-12-161-7/+15
* Added "What Your Users Should Know" section, telling package developersphillip.eby2005-12-161-2/+85
* Overhaul installation docs to address frequently asked questionsphillip.eby2005-12-161-36/+14
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing you phillip.eby2005-12-151-23/+86
* Support full roundtrip translation of eggs to and from ``bdist_wininst``phillip.eby2005-12-141-0/+7
* Added a ``--single-version-externally-managed`` option to the ``install``phillip.eby2005-12-141-0/+67
* Added an internal ``install_egg_info`` command to use as part of old-stylephillip.eby2005-12-141-1/+14
* Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, sophillip.eby2005-12-061-0/+4
* Made all commands that use ``easy_install`` respect its configurationphillip.eby2005-12-011-0/+3
* Misc. doc enhancementsphillip.eby2005-12-011-5/+6
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesphillip.eby2005-11-191-3/+19
* Added warning for namespace packages with missing ``declare_namespace()``,phillip.eby2005-11-181-23/+52
* Add tutorial section on choosing project version numbers thatphillip.eby2005-11-181-13/+128
* Fixed ``--tag-svn-revision`` not working when run from a sourcephillip.eby2005-11-181-0/+3
* Added the ``include_package_data`` keyword to ``setup()``, allowing you tophillip.eby2005-11-181-3/+31
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file tophillip.eby2005-11-181-11/+33
* Document shared library autodetectionphillip.eby2005-11-091-5/+13
* Fixed some problems with fresh checkouts of projects that don't includephillip.eby2005-11-051-0/+11
* Made ``egg_info --tag-svn-revision`` fall back to extracting the phillip.eby2005-11-041-2/+17
* Made ``develop`` command accept all the same options as ``easy_install``,phillip.eby2005-11-041-7/+16
* Document best practices for managing continuous releases withphillip.eby2005-11-041-0/+65
* Fixed some problems building extensions when Pyrex was installed, especiallyphillip.eby2005-11-031-0/+4
* Switch setuptools to use 'dev-rNNNN' version tags by default, and configurephillip.eby2005-11-031-5/+9
* Fix documentation typos, and note that Python 2.4 is required on 64-bitphillip.eby2005-11-021-2/+5
* Prep for 0.6a6 release.pje2005-10-171-0/+7