aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-112-15/+15
* bump versionPJ Eby2007-05-311-1/+1
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-312-6/+46
* Changed setuptools.package_index.PackageIndex.open_url to include theJim Fulton2007-03-092-1/+22
* 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-233-32/+32
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-3/+5
* 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 ``#!`` parsing problems in Windows ``.exe`` script wrappers, when therePJ Eby2007-01-243-5/+6
* 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