aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Basic Auth support for http URLs with embedded credentials. If anPJ Eby2006-12-302-3/+49
* 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-292-2/+2
* Overhauled Windows script wrapping to support ``bdist_wininst`` better.PJ Eby2006-12-296-85/+187
* Partial support for cross-platform generation of bdist_wininst .exe's.PJ Eby2006-12-294-11/+20
* 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
* And another typo...PJ Eby2006-12-291-1/+1
* Fix typo in release notesPJ Eby2006-12-291-1/+1
* Removed all special support for Sourceforge mirrors, as Sourceforge'sPJ Eby2006-12-293-169/+23
* New installation instructions & credits (backport from trunk)PJ Eby2006-12-292-21/+170
* Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``PJ Eby2006-12-012-1/+5
* Fixed not allowing ``os.open()`` of paths outside the sandbox, even if theyPJ Eby2006-10-242-1/+46
* Use cross-platform relative paths in ``easy-install.pth`` when doingPJ Eby2006-09-292-3/+48
* 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-273-41/+137
* 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-262-1/+3
* Fixed SF downloads aborting when a SF mirror returns an HTML page when itPJ Eby2006-09-252-22/+34
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-253-2/+7
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-225-18/+105
* Fix bad importPJ Eby2006-09-211-1/+1
* bdist_rpm runs sdist and thus will cause it to upload anywayPJ Eby2006-09-211-1/+1
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-213-3/+26
* Build & upload win32 installersPJ Eby2006-09-212-4/+7
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-212-12/+30
* Fix easy_install not recognizing win32.exe files that include a custom bitmap.PJ Eby2006-09-212-1/+5
* Bump version #'s to 0.6c4PJ Eby2006-09-215-5/+5
* Build .exe and .src.rpm files for releases as well as .egg and .tgzPJ Eby2006-09-211-2/+6
* 0.6c3 releasePJ Eby2006-09-202-6/+10
* More Python 2.5 compatibility fixes.PJ Eby2006-09-203-8/+15
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-209-49/+52
* 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-173-24/+68
* Bump revision to start work on 0.6c3PJ Eby2006-09-175-5/+7
* Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``PJ Eby2006-09-063-12/+16
* Make "setup.py develop" of a setuptools-using project installPJ Eby2006-09-062-3/+6
* Don't check installation directory writability and site/.pth setup whenPJ Eby2006-09-062-2/+5
* Support setuptools .egg being in current directory when bootstrapping onPJ Eby2006-09-063-7/+15
* Update release notes for Jim's #! fixes.PJ Eby2006-08-221-0/+4
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-225-15/+191
* Backport OS X doc fix from trunk.PJ Eby2006-08-131-2/+2
* bump version number to 0.6c2.devPJ Eby2006-07-215-5/+5
* Fix a problem with eggs specified directly on ``PYTHONPATH`` onPJ Eby2006-07-212-3/+8
* 0.6c1 MD5 infoPJ Eby2006-07-211-0/+2
* Backport PyPI regex change.PJ Eby2006-07-201-2/+2
* EasyInstall now includes setuptools version information in thePJ Eby2006-07-202-6/+10
* Fix incorrect release note regarding the egg_info/sdist fix.PJ Eby2006-07-181-4/+6
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-183-29/+34
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-182-9/+12