summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Explicitly encode data as UTF-8 before writing to a binary file.Martin v. Löwis2009-09-121-2/+7
* Add src_root attribute to support installing from a copy.Martin v. Löwis2009-09-121-3/+5
* Work around apparent 3.x limitation wrt. variablesMartin v. Löwis2009-09-111-3/+4
* Correct path names for fixed files.Martin v. Löwis2009-09-111-1/+2
* Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-2/+2
* Add sdist3 command.Martin v. Löwis2009-09-112-1/+35
* made zip_ok False by default #33tarek2009-08-281-1/+1
* add --version to easy_installPhilip Jenvey2009-08-091-1/+7
* 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