aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* respect the sys.dont_write_bytecode flag. Fixes #1470.6.11Tarek Ziade2010-05-061-2/+8
* fixed spelling typoYannick Gingras2010-03-151-1/+2
* Name changes of the parameters.Lennart Regebro2009-09-221-5/+1
* Works with zope.interface now.Lennart Regebro2009-09-181-1/+1
* Provide registry for fixer packages.Martin v. Löwis2009-09-131-0/+2
* Support running 2to3 on build_py.Martin v. Löwis2009-09-131-0/+8
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-2/+2
* Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-081-2/+2
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-201-0/+9
* changed target version : 0.6c9 -> 0.6Tarek Ziadé2009-07-161-3/+3
* Bump versionPJ Eby2008-02-151-1/+1
* Bump version.PJ Eby2007-09-261-1/+1
* ``ftp:`` download URLs now work correctly. (backport from trunk)PJ Eby2007-08-241-2/+0
* Backport findall() fix fix from trunk.PJ Eby2007-07-121-1/+3
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-111-13/+13
* bump versionPJ Eby2007-05-311-1/+1
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-311-2/+2
* Bump to 0.6c6. :(PJ Eby2007-01-091-1/+1
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-1/+1
* Bump version #'s to 0.6c4PJ Eby2006-09-211-1/+1
* Bump revision to start work on 0.6c3PJ Eby2006-09-171-1/+1
* bump version number to 0.6c2.devPJ Eby2006-07-211-1/+1
* Bump version #PJ Eby2006-07-111-1/+1
* Bump version # to 0.6b4 - although it might really be 0.6c1PJ Eby2006-06-151-1/+1
* Bump version to 0.6b3PJ Eby2006-06-071-1/+1
* Bump version for development of 0.6b2PJ Eby2006-05-231-1/+1
* Creating a branch for the "stable" 0.6 development line of setuptools,PJ Eby2006-04-141-1/+1
* Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.PJ Eby2006-03-301-1/+1
* bump version #PJ Eby2006-02-211-1/+1
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-1/+1
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-051-2/+1
* Bump version number to start the 0.6a10dev cycle.PJ Eby2006-01-051-1/+1
* Bump version number to begin the 0.6a9 developent cyclePJ Eby2005-11-181-1/+1
* Switch setuptools to use 'dev-rNNNN' version tags by default, and configurePJ Eby2005-11-031-1/+1
* 0.6a7 bugfix releasePJ Eby2005-11-021-1/+1
* Prep for 0.6a6 release.PJ Eby2005-10-171-1/+1
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-291-1/+1
* 0.6a4 bugfix release.PJ Eby2005-09-261-1/+1
* 0.6a3 release.PJ Eby2005-09-241-1/+2
* setuptools 0.6a2 releasePJ Eby2005-09-181-1/+1
* Bump release version to 0.6a1. Fix a minor cosmetic issue on certainPJ Eby2005-08-221-1/+1
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-11/+11
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-1/+1
* prep for 0.5a13 releasePJ Eby2005-07-161-1/+1
* Prep for 0.5a12 release; update docs.PJ Eby2005-07-131-1/+1
* Fix breakage of the "develop" command that was caused by the addition ofPJ Eby2005-07-121-1/+1
* Bump version #.PJ Eby2005-07-121-1/+1
* Update to 0.5a9, add zip_safe flag, and fix a doc error.PJ Eby2005-07-111-1/+1
* Added ``exclude=patternlist`` option to ``setuptools.find_packages()``PJ Eby2005-07-091-8/+8
* Doc and other updates for 0.5a8 release. Add project aliases for sourcePJ Eby2005-07-081-1/+1