summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Build a SOURCES.txt manifest file in .egg-info, that can then be included inPJ Eby2005-11-181-10/+133
* Bump version number to begin the 0.6a9 developent cyclePJ Eby2005-11-181-1/+1
* Quote arguments to python.exe (including python's path) to avoidPJ Eby2005-11-172-0/+0
* 0.6a8 final.PJ Eby2005-11-161-1/+1
* Update for SourceForge's changed mirror page formatsPJ Eby2005-11-161-7/+7
* 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-052-26/+26
* Made ``egg_info --tag-svn-revision`` fall back to extracting thePJ Eby2005-11-041-12/+12
* Reduce the number of redundant host blocking warnings by notPJ Eby2005-11-041-1/+1
* 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
* Switch setuptools to use 'dev-rNNNN' version tags by default, and configurePJ Eby2005-11-031-1/+1
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionPJ Eby2005-11-031-4/+4
* 0.6a7 bugfix releasePJ Eby2005-11-023-4/+37
* Added "--allow-hosts" option to restrict downloading and spidering toPJ Eby2005-10-192-31/+31
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-1/+1
* Prep for 0.6a6 release.PJ Eby2005-10-171-1/+1
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-163-14/+14
* Implement --no-deps option, add link to Ian Bicking's non-root PythonPJ Eby2005-10-161-4/+4
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-291-1/+1
* Bugfixes. :(PJ Eby2005-09-291-1/+1
* 0.6a4 bugfix release.PJ Eby2005-09-261-1/+1
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-261-6/+6
* 0.6a3 release.PJ Eby2005-09-241-1/+2
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-245-42/+42
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-241-1/+1
* Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig.PJ Eby2005-09-241-1/+1
* Implement smart version conflict resolution for scripts, so thatPJ Eby2005-09-241-3/+3
* setuptools 0.6a2 releasePJ Eby2005-09-181-1/+1
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-173-63/+104
* Correctly handle URL fragments in --find-links.PJ Eby2005-09-141-1/+1
* 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
* Bump release version to 0.6a1. Fix a minor cosmetic issue on certainPJ Eby2005-08-221-1/+1
* Implemented md5 validation for PyPI and for URLs with a "#md5=..." anchor.PJ Eby2005-08-221-30/+30
* 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