summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Fix "legacy mode" trying to install scripts when there are none.PJ Eby2005-12-201-3/+4
* Fix bdist_dumb support to use .egg-info instead of .egg format.PJ Eby2005-12-161-7/+45
* Make install_egg_info track every file it installs, not just thePJ Eby2005-12-151-3/+3
* Added the ``exclude_package_data`` keyword to ``setup()``, allowing youPJ Eby2005-12-151-3/+44
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-144-12/+55
* Refactor script wrapper generation into a separate function so that itPJ Eby2005-12-141-48/+48
* Basic roundtripping support between bdist_wininst and eggs. EasyInstallPJ Eby2005-12-143-41/+40
* Oops.PJ Eby2005-12-141-1/+1
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-142-41/+27
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-143-4/+86
* Made all commands that use ``easy_install`` respect its configurationPJ Eby2005-12-012-15/+15
* Added ``tests_require`` keyword to ``setup()``, so that e.g. packagesPJ Eby2005-11-191-4/+4
* Kludges to make building packages with '-' in their version work withPJ Eby2005-11-191-0/+49
* Added warning for namespace packages with missing ``declare_namespace()``,PJ Eby2005-11-181-0/+41
* Fixed ``.pth`` file processing picking up nested eggs (i.e. ones insidePJ Eby2005-11-181-3/+3
* Fix .svn exclude pattern for non-Windows platforms.PJ Eby2005-11-181-1/+2
* Fixed ``--tag-svn-revision`` not working when run from a sourcePJ Eby2005-11-181-4/+4
* Added the ``include_package_data`` keyword to ``setup()``, allowing you toPJ Eby2005-11-181-45/+45
* 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