aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-201-2/+1
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-163-4/+13
* #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
* #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-162-3/+4
* Keep site directories (e.g. site-packages) from being included inPJ Eby2008-09-241-5/+5
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-241-24/+24
* Fix for http://bugs.python.org/setuptools/issue37 - missingPJ Eby2008-09-111-1/+1
* Ensure that _full_name is set on all shared libs before extensionsPJ Eby2008-08-211-3/+3
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-212-9/+9
* Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)PJ Eby2008-08-211-2/+3
* Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)PJ Eby2008-08-211-1/+4
* Enhanced error message per http://bugs.python.org/setuptools/issue28PJ Eby2008-08-211-2/+2
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-1/+1
* Fixed ``win32.exe`` support for .pth files, so unnecessary directoryPJ Eby2008-03-101-5/+5
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-1/+1
* Fix interactions between the various "require" options,PJ Eby2008-01-194-19/+19
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-183-28/+69
* Update Pyrex/swig_sources workaround for newer Pyrex versionsPJ Eby2008-01-151-1/+1
* Fix not picking up dependency links from recursive dependencies.PJ Eby2008-01-151-4/+4
* Prevent ``--help-commands`` and other junk from showing under Python 2.5PJ Eby2007-10-081-1/+1
* Fixed a missing files problem when using Windows source distributions onPJ Eby2007-09-261-11/+11
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-042-2/+2
* Fix import problems with nested namespace packages installed viaPJ Eby2007-09-041-31/+31
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-111-2/+2
* Fix problem activating dependencies for tests (backport from trunk)PJ Eby2007-03-021-1/+1
* Fix ``test`` command possibly failing if an older version of the projectPJ Eby2007-02-241-12/+53
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-232-18/+18
* Indicate when dependency processing is finished, so that you can tellPJ Eby2007-02-231-1/+1
* Respect possible entry point override of 'easy_install' command.PJ Eby2007-02-201-1/+1
* Fix error if script contains null byte. (backport from trunk)PJ Eby2007-02-171-1/+1
* Added ``--egg-path`` option to ``develop`` command, allowing you to forcePJ Eby2007-02-151-6/+47
* Fix script language detection problem (backport from trunk)PJ Eby2007-02-011-12/+12
* Fixed distutils-style scripts originally built on Windows having theirPJ Eby2007-02-011-1/+1
* Fix "eggsecutables" (such as setuptools' own egg) only being runnablePJ Eby2007-01-241-1/+1
* Fix missing backport of import fix for bdist_rpm building non-sourcePJ Eby2007-01-091-1/+1
* Fix uploaded ``bdist_wininst`` packages being described as suitable forPJ Eby2007-01-091-18/+21
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-092-9/+9
* Argh.PJ Eby2007-01-091-1/+1
* Don't double-upload .exe files under Python 2.5. :(PJ Eby2007-01-091-18/+18
* Fix a problem installing eggs with a system packaging tool if the projectPJ Eby2007-01-051-5/+46
* Switch default package-index to cheeseshop.python.org, and makePJ Eby2006-12-291-1/+1
* Overhauled Windows script wrapping to support ``bdist_wininst`` better.PJ Eby2006-12-291-15/+56
* Partial support for cross-platform generation of bdist_wininst .exe's.PJ Eby2006-12-293-10/+17
* Work around a distutils bdist_wininst bug: if the user has specified anPJ Eby2006-12-292-1/+8
* Fix import problem for bdist_rpm w/Python<2.5PJ Eby2006-12-291-1/+1
* Removed all special support for Sourceforge mirrors, as Sourceforge'sPJ Eby2006-12-291-3/+3
* Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``PJ Eby2006-12-011-1/+1
* Use cross-platform relative paths in ``easy-install.pth`` when doingPJ Eby2006-09-291-3/+44
* Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet.PJ Eby2006-09-281-1/+1