| Commit message (Expand) | Author | Age | Files | Lines |
| * | Keep site directories (e.g. site-packages) from being included in | PJ Eby | 2008-09-24 | 1 | -5/+5 |
| * | Backport fix for http://bugs.python.org/setuptools/issue27 | PJ Eby | 2008-09-24 | 1 | -24/+24 |
| * | Fix for http://bugs.python.org/setuptools/issue37 - missing | PJ Eby | 2008-09-11 | 1 | -1/+1 |
| * | Ensure that _full_name is set on all shared libs before extensions | PJ Eby | 2008-08-21 | 1 | -3/+3 |
| * | Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk) | PJ Eby | 2008-08-21 | 2 | -9/+9 |
| * | Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -2/+3 |
| * | Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -1/+4 |
| * | Enhanced error message per http://bugs.python.org/setuptools/issue28 | PJ Eby | 2008-08-21 | 1 | -2/+2 |
| * | Backport egg_info SVN fix from trunk | PJ Eby | 2008-07-24 | 1 | -2/+2 |
| * | Support subversion 1.5 (backport from trunk) | PJ Eby | 2008-07-16 | 1 | -1/+1 |
| * | Fixed ``win32.exe`` support for .pth files, so unnecessary directory | PJ Eby | 2008-03-10 | 1 | -5/+5 |
| * | Fix ``resource_listdir('')`` always returning an empty list for zipped | PJ Eby | 2008-02-15 | 1 | -1/+1 |
| * | Fix interactions between the various "require" options, | PJ Eby | 2008-01-19 | 4 | -19/+19 |
| * | chmod/test cleanups and Jython compatibility (backport from trunk) | PJ Eby | 2008-01-18 | 3 | -28/+69 |
| * | Update Pyrex/swig_sources workaround for newer Pyrex versions | PJ Eby | 2008-01-15 | 1 | -1/+1 |
| * | Fix not picking up dependency links from recursive dependencies. | PJ Eby | 2008-01-15 | 1 | -4/+4 |
| * | Prevent ``--help-commands`` and other junk from showing under Python 2.5 | PJ Eby | 2007-10-08 | 1 | -1/+1 |
| * | Fixed a missing files problem when using Windows source distributions on | PJ Eby | 2007-09-26 | 1 | -11/+11 |
| * | The default ``--index-url`` is now ``http://pypi.python.org/simple``, to | PJ Eby | 2007-09-04 | 2 | -2/+2 |
| * | Fix import problems with nested namespace packages installed via | PJ Eby | 2007-09-04 | 1 | -31/+31 |
| * | Fix distutils.filelist.findall() crashing on broken symlinks. Fix | PJ Eby | 2007-07-11 | 1 | -2/+2 |
| * | 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 | 2 | -18/+18 |
| * | 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 "eggsecutables" (such as setuptools' own egg) only being runnable | PJ Eby | 2007-01-24 | 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 | 2 | -9/+9 |
| * | 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 |
| * | 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 | 1 | -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 | 1 | -3/+3 |
| * | Fixed a problem with ``.pth`` testing on Windows when ``sys.executable`` | PJ Eby | 2006-12-01 | 1 | -1/+1 |
| * | 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 | 1 | -4/+4 |
| * | 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 |
| * | Add support for "eggsecutable" headers: a /bin/sh script that is prepended | PJ Eby | 2006-09-22 | 2 | -12/+53 |