summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-182-10/+51
* Build a SOURCES.txt manifest file in .egg-info, that can then be included inPJ Eby2005-11-181-10/+133
* Detect .dll, .so, .dylib and .pyd files that might havePJ Eby2005-11-091-15/+15
* Fix rmtree() brokenness with Python 2.4 by breaking down and copyingPJ Eby2005-11-051-41/+41
* Fixed some problems with fresh checkouts of projects that don't includePJ Eby2005-11-051-11/+11
* Made ``egg_info --tag-svn-revision`` fall back to extracting thePJ Eby2005-11-041-12/+12
* Made ``develop`` command accept all the same options as ``easy_install``,PJ Eby2005-11-041-14/+14
* Workaround for broken DISTUTILS_DEBUG output.PJ Eby2005-11-041-1/+1
* Fixed some problems building extensions when Pyrex was installed, especiallyPJ Eby2005-11-031-4/+45
* Handle non-requirement installs correctly for dependency processingPJ Eby2005-11-031-2/+2
* Fix some Subversion-related problems reported by John J. Lee:PJ Eby2005-11-031-21/+62
* 0.6a7 bugfix releasePJ Eby2005-11-021-2/+35
* Added "--allow-hosts" option to restrict downloading and spidering toPJ Eby2005-10-191-9/+9
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-1/+1
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-161-14/+14
* Implement --no-deps option, add link to Ian Bicking's non-root PythonPJ Eby2005-10-161-4/+4
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-242-42/+42
* Implement smart version conflict resolution for scripts, so thatPJ Eby2005-09-241-3/+3
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-172-63/+104
* Added support for old-style RPMs (i.e. non-egg RPMs)PJ Eby2005-09-032-9/+72
* Ensure wrapper scripts are included in output file record; this isPJ Eby2005-09-031-1/+1
* Make sure that script target directory exists. Ordinarily it should, butPJ Eby2005-09-031-1/+1
* Fix typo in symlink handling code.PJ Eby2005-09-031-1/+1
* Work around a problem with SuSE Linux's patched install_lib command, byPJ Eby2005-09-031-3/+44
* D'oh! os.path.islink is available on all platforms. Also, ensure that wePJ Eby2005-08-231-21/+21
* Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-232-16/+12
* Make easy_install --record strip the RPM root when building RPMs, and havePJ Eby2005-08-223-8/+13
* Fix a problem running build_ext -i w/no extensions.PJ Eby2005-08-221-1/+1
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-213-7/+18
* Make "build_ext --inplace" work sanely w/multiple Python versions andPJ Eby2005-08-211-2/+37
* Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'PJ Eby2005-08-211-5/+2
* Parse .svn/entries directly instead of using 'svn info' to obtain aPJ Eby2005-08-211-21/+21
* Auto-generate namespace __init__.py files for packages without them. ThisPJ Eby2005-08-141-27/+27
* Fix a bug introduced by removing the Environment.get() method.PJ Eby2005-08-141-1/+1
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-1/+1
* Fixed breakage of bdist_* commands that call the 'install' command.PJ Eby2005-08-111-3/+12
* Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa.PJ Eby2005-08-112-9/+9
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-6/+6
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-86/+127
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-063-153/+26
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-7/+7
* Change dependency processing algorithm for less redundancy in the commonPJ Eby2005-08-061-24/+65
* Fix wrongly including files that Subversion has marked deleted.PJ Eby2005-08-061-5/+5
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-242-29/+22
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-10/+10
* Fix a regression; this code was changed in order to avoid being fooled byPJ Eby2005-07-241-3/+3
* Implement --editable option, which allows you to just download and extractPJ Eby2005-07-241-116/+116
* Make 'test' command work correctly with the 0.6 WorkingSet class.PJ Eby2005-07-211-12/+12
* Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``PJ Eby2005-07-211-1/+1
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-25/+25