summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* EasyInstall no longer aborts the installation process if a URL it wants toPJ Eby2007-01-241-5/+5
* Fix "eggsecutables" (such as setuptools' own egg) only being runnablePJ Eby2007-01-241-1/+1
* Bump to 0.6c6. :(PJ Eby2007-01-091-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-093-10/+10
* 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
* Add Basic Auth support for http URLs with embedded credentials. If anPJ Eby2006-12-301-3/+44
* Fix os.open() sandboxing code that refused anything but read-only access.PJ Eby2006-12-301-2/+2
* 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-293-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-292-102/+20
* Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``PJ Eby2006-12-011-1/+1
* Fixed not allowing ``os.open()`` of paths outside the sandbox, even if theyPJ Eby2006-10-241-1/+42
* 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-272-36/+77
* 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
* Fixed SF downloads aborting when a SF mirror returns an HTML page when itPJ Eby2006-09-251-22/+22
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-0/+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
* Bump version #'s to 0.6c4PJ Eby2006-09-211-1/+1
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-204-22/+26
* Backport some Python 2.5 compatibility workPJ Eby2006-09-201-1/+3
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-172-24/+65
* Bump revision to start work on 0.6c3PJ Eby2006-09-171-1/+1
* 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
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-224-5/+113
* bump version number to 0.6c2.devPJ Eby2006-07-211-1/+1
* Backport PyPI regex change.PJ Eby2006-07-201-2/+2
* EasyInstall now includes setuptools version information in thePJ Eby2006-07-201-6/+6
* 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-143-4/+4
* Fix doubled --tag-build help display (backport from trunk)PJ Eby2006-07-111-1/+1
* Bump version #PJ Eby2006-07-111-1/+1
* Suppressed warning message about possibly-misspelled project name, if an eggPJ Eby2006-07-111-13/+13
* Reduce screenscraping required for a package index. Homepage andPJ Eby2006-07-111-25/+66