summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, andPJ Eby2006-09-271-4/+4
* Should've used distutils.log.warn instead of warnings.warnPJ Eby2006-09-262-4/+4
* Handle empty revision numbers in SVN 1.4 "entries" formatPJ Eby2006-09-261-1/+1
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-222-12/+53
* Fix bad importPJ Eby2006-09-211-1/+1
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-212-1/+24
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-12/+26
* Fix easy_install not recognizing win32.exe files that include a custom bitmap.PJ Eby2006-09-211-1/+1
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-202-2/+6
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-172-24/+65
* Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``PJ Eby2006-09-062-12/+12
* Make "setup.py develop" of a setuptools-using project installPJ Eby2006-09-061-3/+3
* Don't check installation directory writability and site/.pth setup whenPJ Eby2006-09-061-2/+2
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-182-29/+29
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-181-9/+9
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-142-2/+2
* Fix doubled --tag-build help display (backport from trunk)PJ Eby2006-07-111-1/+1
* Fix ``sys.path_importer_cache`` not being updated when an existing zipfilePJ Eby2006-07-101-9/+9