| Commit message (Expand) | Author | Age | Files | Lines |
| * | pushed the doc in the docs/ dir. now hooked in the Sphinx | tarek | 2009-07-17 | 1 | -1223/+0 |
| * | now has a unique CHANGES file. Later on when the project will be splitted in ... | tarek | 2009-07-17 | 1 | -504/+0 |
| * | Grammar fix as found on setuptools trunk | Hanno Schlichting | 2009-07-17 | 1 | -1/+1 |
| * | Figured out where to put changelog entries. | Hanno Schlichting | 2009-07-16 | 1 | -0/+4 |
| * | Keep site directories (e.g. site-packages) from being included in | PJ Eby | 2008-09-24 | 1 | -0/+2 |
| * | Backport http://bugs.python.org/setuptools/issue39 from trunk | PJ Eby | 2008-09-24 | 1 | -3/+7 |
| * | Updated release notes | PJ Eby | 2008-09-24 | 1 | -6/+17 |
| * | Backport doc changes from trunk | PJ Eby | 2008-08-21 | 1 | -41/+24 |
| * | Fixed ``win32.exe`` support for .pth files, so unnecessary directory | PJ Eby | 2008-03-10 | 1 | -0/+4 |
| * | chmod/test cleanups and Jython compatibility (backport from trunk) | PJ Eby | 2008-01-18 | 1 | -0/+4 |
| * | Fix not picking up dependency links from recursive dependencies. | PJ Eby | 2008-01-15 | 1 | -0/+2 |
| * | Backport gui.exe launcher fix. | PJ Eby | 2008-01-03 | 1 | -0/+2 |
| * | Prevent ``--help-commands`` and other junk from showing under Python 2.5 | PJ Eby | 2007-10-08 | 1 | -0/+4 |
| * | The default ``--index-url`` is now ``http://pypi.python.org/simple``, to | PJ Eby | 2007-09-04 | 1 | -3/+6 |
| * | ``ftp:`` download URLs now work correctly. (backport from trunk) | PJ Eby | 2007-08-24 | 1 | -0/+3 |
| * | Backport fixes and doc updates; prep for 0.6c6 release | PJ Eby | 2007-05-31 | 1 | -0/+15 |
| * | Added ``--local-snapshots-ok`` flag, to allow building eggs from | PJ Eby | 2007-02-23 | 1 | -0/+29 |
| * | Fixed distutils-style scripts originally built on Windows having their | PJ Eby | 2007-02-01 | 1 | -1/+4 |
| * | EasyInstall no longer aborts the installation process if a URL it wants to | PJ Eby | 2007-01-24 | 1 | -0/+5 |
| * | Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixes | PJ Eby | 2007-01-09 | 1 | -0/+4 |
| * | Add Basic Auth support for http URLs with embedded credentials. If an | PJ Eby | 2006-12-30 | 1 | -0/+5 |
| * | And another typo... | PJ Eby | 2006-12-29 | 1 | -1/+1 |
| * | Fix typo in release notes | PJ Eby | 2006-12-29 | 1 | -1/+1 |
| * | Removed all special support for Sourceforge mirrors, as Sourceforge's | PJ Eby | 2006-12-29 | 1 | -67/+3 |
| * | Fixed a problem with ``.pth`` testing on Windows when ``sys.executable`` | PJ Eby | 2006-12-01 | 1 | -0/+4 |
| * | Fixed not allowing ``os.open()`` of paths outside the sandbox, even if they | PJ Eby | 2006-10-24 | 1 | -0/+4 |
| * | Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, and | PJ Eby | 2006-09-27 | 1 | -5/+60 |
| * | Fixed SF downloads aborting when a SF mirror returns an HTML page when it | PJ Eby | 2006-09-25 | 1 | -0/+12 |
| * | Fix easy_install not recognizing win32.exe files that include a custom bitmap. | PJ Eby | 2006-09-21 | 1 | -0/+4 |
| * | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -0/+9 |
| * | Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable`` | PJ Eby | 2006-09-06 | 1 | -0/+4 |
| * | Don't check installation directory writability and site/.pth setup when | PJ Eby | 2006-09-06 | 1 | -0/+3 |
| * | Support setuptools .egg being in current directory when bootstrapping on | PJ Eby | 2006-09-06 | 1 | -0/+3 |
| * | Update release notes for Jim's #! fixes. | PJ Eby | 2006-08-22 | 1 | -0/+4 |
| * | Backport OS X doc fix from trunk. | PJ Eby | 2006-08-13 | 1 | -2/+2 |
| * | EasyInstall now includes setuptools version information in the | PJ Eby | 2006-07-20 | 1 | -0/+4 |
| * | Fix doc typo | PJ Eby | 2006-07-11 | 1 | -1/+1 |
| * | Suppressed warning message about possibly-misspelled project name, if an egg | PJ Eby | 2006-07-11 | 1 | -0/+3 |
| * | Merge updated index api docs from the trunk. | PJ Eby | 2006-07-11 | 1 | -0/+95 |
| * | Reduce screenscraping required for a package index. Homepage and | PJ Eby | 2006-07-11 | 1 | -0/+4 |
| * | Allow ``file://`` URLs to be used as a package index. URLs that refer to | PJ Eby | 2006-07-10 | 1 | -0/+4 |
| * | Fix not recognizing HTML 404 pages from package indexes. | PJ Eby | 2006-07-10 | 1 | -0/+2 |
| * | Fix ``sys.path_importer_cache`` not being updated when an existing zipfile | PJ Eby | 2006-07-10 | 1 | -0/+3 |
| * | Fix ``ftp://`` directory listing URLs from causing a crash when used in | PJ Eby | 2006-06-20 | 1 | -0/+3 |
| * | Implement detection of non-Python scripts, as described in | PJ Eby | 2006-06-15 | 1 | -0/+3 |
| * | 0.6b3 release | PJ Eby | 2006-06-09 | 1 | -1/+2 |
| * | Fix mysterious errors during initial setuptools install, caused by | PJ Eby | 2006-06-09 | 1 | -0/+4 |
| * | Fix sometimes not detecting local packages installed outside of "site" | PJ Eby | 2006-06-09 | 1 | -0/+3 |
| * | Fix local --find-links eggs not being copied except with --always-copy. | PJ Eby | 2006-06-07 | 1 | -0/+3 |
| * | Add missing 0.6b2 release note | PJ Eby | 2006-06-01 | 1 | -0/+2 |