aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
Commit message (Expand)AuthorAgeFilesLines
* Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-4/+4
|\
| * Backport experimental environment marker support from the trunkpje2013-05-041-4/+4
| * Major updates and fixes include:PJ Eby2009-10-121-6/+47
* | Merge dist moduleJason R. Coombs2013-05-031-9/+43
|\ \
| * | Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
| |/
* | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-3/+2
* | MergeJason R. Coombs2012-11-241-2/+3
|\ \
| * | Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-111-2/+3
* | | Added comment and updated CHANGESJason R. Coombs2012-11-241-0/+2
* | | Don't wrap sys.stdout if it's in the correct encoding already.Gabriel2012-11-231-0/+3
* | | Print metadata in UTF-8 independent of platform. Fixes #311.Stefan H. Holek2012-10-081-0/+32
|/ /
* | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-061-1/+2
* | setting to_scan to [] instead of None ensures (somewhat confusingly) that fin...Erik Bray2011-05-231-0/+1
* | backporting the API Eby added in 0.6c11tarek2009-11-011-21/+11
* | Name changes of the parameters.Lennart Regebro2009-09-221-3/+3
* | Support attrs is None.Martin v. Löwis2009-09-131-1/+1
* | Deal with convert_doctests_2to3 not being set.Martin v. Löwis2009-09-131-1/+1
* | Fix processing of convert_doctests_2to3.Martin v. Löwis2009-09-131-0/+5
* | Add default for pop.Martin v. Löwis2009-09-121-1/+1
* | Add src_root attribute to support installing from a copy.Martin v. Löwis2009-09-121-0/+1
|/
* Added a warning if a namespace package is declared, but its parentPJ Eby2008-02-141-11/+11
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-17/+17
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-141-2/+2
* Backport 'module' fixes to 0.6PJ Eby2006-04-241-5/+5
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-9/+9
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-10/+10
* Fix setup_requires/tests_require/etc. not using setup.cfg or otherPJ Eby2006-02-281-11/+11
* When installing setup_requires/tests_require packages, usePJ Eby2006-02-281-1/+1
* Workaround for packages that think 'version' is a number.PJ Eby2006-02-121-4/+4
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-051-2/+2
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-14/+14
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-3/+3
* Fixed some problems with fresh checkouts of projects that don't includePJ Eby2005-11-051-15/+15
* Minor refactoring of code that checks a distribution's contents.PJ Eby2005-08-141-10/+10
* 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
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-49/+8
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-107/+189
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.PJ Eby2005-07-251-10/+10
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-14/+55
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-14/+55
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-101-26/+67
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-4/+4
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-1/+42
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-071-2/+2
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-1/+1
* Fix a problem using bdist_egg with non-setuptools distributions.PJ Eby2005-07-041-1/+1
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-271-55/+96
* Add bootstrap installation support that "hitches a ride" on other packagesPJ Eby2005-06-151-12/+12
* Restructure easy_install as a distutils "Command" object, so that it canPJ Eby2005-06-121-2/+81