| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split ``get_platform()`` into ``get_supported_platform()`` and | PJ Eby | 2006-04-18 | 3 | -12/+27 |
| * | Backport absolute path trapping to the 0.6 branch. | PJ Eby | 2006-04-15 | 1 | -18/+18 |
| * | Correct version # in release notes | PJ Eby | 2006-04-14 | 1 | -1/+1 |
| * | Make docs & PyPI list separate locations for 0.6 and 0.7 development | PJ Eby | 2006-04-14 | 1 | -1/+4 |
| * | Creating a branch for the "stable" 0.6 development line of setuptools, | PJ Eby | 2006-04-14 | 6 | -3/+79 |
| * | Added automatic retry for Sourceforge mirrors. The new download process is | PJ Eby | 2006-04-09 | 2 | -12/+55 |
| * | Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1. | PJ Eby | 2006-03-30 | 3 | -3/+3 |
| * | Misc. doc formatting/phrasing corrections | PJ Eby | 2006-03-30 | 2 | -6/+10 |
| * | 0.6a11 release | PJ Eby | 2006-03-29 | 1 | -0/+6 |
| * | Fix typo | PJ Eby | 2006-03-29 | 1 | -1/+1 |
| * | Added ``test_loader`` keyword to support custom test loaders. | PJ Eby | 2006-03-29 | 5 | -41/+65 |
| * | More docs for .py#egg and ``dependency_links`` | PJ Eby | 2006-03-29 | 2 | -0/+52 |
| * | Added ``setuptools.file_finders`` entry point group to allow implementing | PJ Eby | 2006-03-29 | 4 | -12/+79 |
| * | Added ``--identity`` option to ``upload`` command. | PJ Eby | 2006-03-29 | 2 | -1/+17 |
| * | Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so that | PJ Eby | 2006-03-29 | 2 | -43/+154 |
| * | Fix a problem with the test loader finding the bundled doctest's | PJ Eby | 2006-03-29 | 1 | -4/+4 |
| * | Implement dependency_links feature, courtesy of Tres Seaver's rough | PJ Eby | 2006-03-29 | 7 | -29/+45 |
| * | Support complex .pth files in win32.exe->.egg conversion; this addition | PJ Eby | 2006-03-29 | 1 | -5/+5 |
| * | Fall back to a reasonable default Sourceforge address if the machine is | PJ Eby | 2006-03-28 | 1 | -5/+5 |
| * | Enhanced test loader to scan packages as well as modules, and call | PJ Eby | 2006-03-28 | 4 | -61/+74 |
| * | Support Python 2.5, which now includes its own install_egg_info command. | PJ Eby | 2006-03-28 | 1 | -5/+5 |
| * | Eliminate spurious warnings due to case-insensitive file systems | PJ Eby | 2006-03-28 | 1 | -2/+2 |
| * | Fix ZipImportError when overwriting a zipfile with the same name/version | PJ Eby | 2006-03-24 | 1 | -13/+13 |
| * | Remove use of obsolete --ignore-conflicts-at-my-risk option | PJ Eby | 2006-03-24 | 1 | -2/+2 |
| * | Ensure SOURCES.txt references itself even the first time it is generated | PJ Eby | 2006-03-24 | 1 | -2/+2 |
| * | Don't generate a loader .py file in .egg file for extensions that aren't | PJ Eby | 2006-03-21 | 1 | -2/+2 |
| * | Use relative paths in ``.pth`` files when eggs are being installed to the | PJ Eby | 2006-03-20 | 2 | -14/+18 |
| * | Added ``easy_install-N.N`` script(s) for convenience when using multiple | PJ Eby | 2006-03-20 | 3 | -4/+18 |
| * | Fix a problem with fetch() method backward compatibility. | PJ Eby | 2006-03-17 | 1 | -1/+1 |
| * | Tweak the nspkg.pth hack to avoid creating a module if there *is* an | PJ Eby | 2006-03-17 | 1 | -7/+7 |
| * | Support namespace packages in conjunction with system packagers, by omitting | PJ Eby | 2006-03-17 | 4 | -41/+100 |
| * | Preserve timestamps and permissions when "unpacking" (copying) a | PJ Eby | 2006-03-17 | 1 | -3/+3 |
| * | Added automatic handling of installation conflicts. Eggs are now shifted to | PJ Eby | 2006-03-11 | 4 | -34/+96 |
| * | Record recent changes in the release notes. | PJ Eby | 2006-03-04 | 2 | -1/+19 |
| * | Made ``--single-version-externally-managed`` automatic when ``--root`` is | PJ Eby | 2006-03-04 | 1 | -3/+3 |
| * | Don't recurse into subdirectories when scanning --find-links | PJ Eby | 2006-03-03 | 1 | -1/+1 |
| * | Fix setup_requires/tests_require/etc. not using setup.cfg or other | PJ Eby | 2006-02-28 | 1 | -11/+11 |
| * | When installing setup_requires/tests_require packages, use | PJ Eby | 2006-02-28 | 2 | -3/+3 |
| * | Prevent failed attempts at removing MANIFEST.in from masking errors that | PJ Eby | 2006-02-21 | 2 | -12/+11 |
| * | bump version # | PJ Eby | 2006-02-21 | 3 | -3/+3 |
| * | Misc. doc fixes | PJ Eby | 2006-02-15 | 2 | -8/+17 |
| * | 0.6a10 release | PJ Eby | 2006-02-14 | 1 | -2/+2 |
| * | Minor tweak to installation report, and add in a hook for later | PJ Eby | 2006-02-14 | 1 | -6/+6 |
| * | Fix a Windows problem when the Python executable is in a directory with | PJ Eby | 2006-02-14 | 1 | -11/+11 |
| * | Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()`` | PJ Eby | 2006-02-14 | 3 | -33/+291 |
| * | Don't compress eggs on Python 2.3, as a possible workaround for 64-bit | PJ Eby | 2006-02-13 | 1 | -7/+7 |
| * | Added exhaustive testing of the install directory, including a spawn test | PJ Eby | 2006-02-13 | 2 | -47/+182 |
| * | Fixed duplication of scripts inside .egg files | PJ Eby | 2006-02-13 | 2 | -2/+43 |
| * | Expanded download message so people know what file to get, if they're | PJ Eby | 2006-02-12 | 1 | -1/+7 |
| * | Workaround for packages that think 'version' is a number. | PJ Eby | 2006-02-12 | 1 | -4/+4 |