| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix distutils.filelist.findall() crashing on broken symlinks. Fix | PJ Eby | 2007-07-11 | 2 | -15/+15 |
| * | bump version | PJ Eby | 2007-05-31 | 1 | -1/+1 |
| * | Backport fixes and doc updates; prep for 0.6c6 release | PJ Eby | 2007-05-31 | 2 | -6/+46 |
| * | Changed setuptools.package_index.PackageIndex.open_url to include the | Jim Fulton | 2007-03-09 | 2 | -1/+22 |
| * | Fix problem activating dependencies for tests (backport from trunk) | PJ Eby | 2007-03-02 | 1 | -1/+1 |
| * | Fix ``test`` command possibly failing if an older version of the project | PJ Eby | 2007-02-24 | 1 | -12/+53 |
| * | Added ``--local-snapshots-ok`` flag, to allow building eggs from | PJ Eby | 2007-02-23 | 3 | -32/+32 |
| * | Get rid of 'sets' module usage under Python 2.4+, so that no warnings | PJ Eby | 2007-02-23 | 1 | -3/+5 |
| * | Indicate when dependency processing is finished, so that you can tell | PJ Eby | 2007-02-23 | 1 | -1/+1 |
| * | Respect possible entry point override of 'easy_install' command. | PJ Eby | 2007-02-20 | 1 | -1/+1 |
| * | Fix error if script contains null byte. (backport from trunk) | PJ Eby | 2007-02-17 | 1 | -1/+1 |
| * | Added ``--egg-path`` option to ``develop`` command, allowing you to force | PJ Eby | 2007-02-15 | 1 | -6/+47 |
| * | Fix script language detection problem (backport from trunk) | PJ Eby | 2007-02-01 | 1 | -12/+12 |
| * | Fixed distutils-style scripts originally built on Windows having their | PJ Eby | 2007-02-01 | 1 | -1/+1 |
| * | Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there | PJ Eby | 2007-01-24 | 3 | -5/+6 |
| * | EasyInstall no longer aborts the installation process if a URL it wants to | PJ Eby | 2007-01-24 | 1 | -5/+5 |
| * | Fix "eggsecutables" (such as setuptools' own egg) only being runnable | PJ Eby | 2007-01-24 | 1 | -1/+1 |
| * | Bump to 0.6c6. :( | PJ Eby | 2007-01-09 | 1 | -1/+1 |
| * | Fix missing backport of import fix for bdist_rpm building non-source | PJ Eby | 2007-01-09 | 1 | -1/+1 |
| * | Fix uploaded ``bdist_wininst`` packages being described as suitable for | PJ Eby | 2007-01-09 | 1 | -18/+21 |
| * | Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixes | PJ Eby | 2007-01-09 | 3 | -10/+10 |
| * | Argh. | PJ Eby | 2007-01-09 | 1 | -1/+1 |
| * | Don't double-upload .exe files under Python 2.5. :( | PJ Eby | 2007-01-09 | 1 | -18/+18 |
| * | Fix a problem installing eggs with a system packaging tool if the project | PJ Eby | 2007-01-05 | 1 | -5/+46 |
| * | Add Basic Auth support for http URLs with embedded credentials. If an | PJ Eby | 2006-12-30 | 1 | -3/+44 |
| * | Fix os.open() sandboxing code that refused anything but read-only access. | PJ Eby | 2006-12-30 | 1 | -2/+2 |
| * | Switch default package-index to cheeseshop.python.org, and make | PJ Eby | 2006-12-29 | 1 | -1/+1 |
| * | Overhauled Windows script wrapping to support ``bdist_wininst`` better. | PJ Eby | 2006-12-29 | 3 | -15/+56 |
| * | Partial support for cross-platform generation of bdist_wininst .exe's. | PJ Eby | 2006-12-29 | 3 | -10/+17 |
| * | Work around a distutils bdist_wininst bug: if the user has specified an | PJ Eby | 2006-12-29 | 2 | -1/+8 |
| * | Fix import problem for bdist_rpm w/Python<2.5 | PJ Eby | 2006-12-29 | 1 | -1/+1 |
| * | Removed all special support for Sourceforge mirrors, as Sourceforge's | PJ Eby | 2006-12-29 | 2 | -102/+20 |
| * | Fixed a problem with ``.pth`` testing on Windows when ``sys.executable`` | PJ Eby | 2006-12-01 | 1 | -1/+1 |
| * | Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they | PJ Eby | 2006-10-24 | 1 | -1/+42 |
| * | Use cross-platform relative paths in ``easy-install.pth`` when doing | PJ Eby | 2006-09-29 | 1 | -3/+44 |
| * | Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet. | PJ Eby | 2006-09-28 | 1 | -1/+1 |
| * | Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, and | PJ Eby | 2006-09-27 | 2 | -36/+77 |
| * | Should've used distutils.log.warn instead of warnings.warn | PJ Eby | 2006-09-26 | 2 | -4/+4 |
| * | Handle empty revision numbers in SVN 1.4 "entries" format | PJ Eby | 2006-09-26 | 1 | -1/+1 |
| * | Fixed SF downloads aborting when a SF mirror returns an HTML page when it | PJ Eby | 2006-09-25 | 1 | -22/+22 |
| * | Fix "dev" versions being considered newer than release candidates. | PJ Eby | 2006-09-25 | 1 | -0/+1 |
| * | Add support for "eggsecutable" headers: a /bin/sh script that is prepended | PJ Eby | 2006-09-22 | 2 | -12/+53 |
| * | Fix bad import | PJ Eby | 2006-09-21 | 1 | -1/+1 |
| * | Fix bdist_wininst files not being uploaded by "upload" | PJ Eby | 2006-09-21 | 2 | -1/+24 |
| * | Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 and | PJ Eby | 2006-09-21 | 1 | -12/+26 |
| * | Fix easy_install not recognizing win32.exe files that include a custom bitmap. | PJ Eby | 2006-09-21 | 1 | -1/+1 |
| * | Bump version #'s to 0.6c4 | PJ Eby | 2006-09-21 | 1 | -1/+1 |
| * | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 4 | -22/+26 |
| * | Backport some Python 2.5 compatibility work | PJ Eby | 2006-09-20 | 1 | -1/+3 |
| * | Support svn 1.4 working copy format (backport from trunk) | PJ Eby | 2006-09-17 | 2 | -24/+65 |