aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-183-12/+27
* Backport absolute path trapping to the 0.6 branch.PJ Eby2006-04-151-18/+18
* Correct version # in release notesPJ Eby2006-04-141-1/+1
* Make docs & PyPI list separate locations for 0.6 and 0.7 developmentPJ Eby2006-04-141-1/+4
* Creating a branch for the "stable" 0.6 development line of setuptools,PJ Eby2006-04-146-3/+79
* Added automatic retry for Sourceforge mirrors. The new download process isPJ Eby2006-04-092-12/+55
* Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.PJ Eby2006-03-303-3/+3
* Misc. doc formatting/phrasing correctionsPJ Eby2006-03-302-6/+10
* 0.6a11 releasePJ Eby2006-03-291-0/+6
* Fix typoPJ Eby2006-03-291-1/+1
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-295-41/+65
* More docs for .py#egg and ``dependency_links``PJ Eby2006-03-292-0/+52
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-294-12/+79
* Added ``--identity`` option to ``upload`` command.PJ Eby2006-03-292-1/+17
* Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so thatPJ Eby2006-03-292-43/+154
* Fix a problem with the test loader finding the bundled doctest'sPJ Eby2006-03-291-4/+4
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-297-29/+45
* Support complex .pth files in win32.exe->.egg conversion; this additionPJ Eby2006-03-291-5/+5
* Fall back to a reasonable default Sourceforge address if the machine isPJ Eby2006-03-281-5/+5
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-284-61/+74
* Support Python 2.5, which now includes its own install_egg_info command.PJ Eby2006-03-281-5/+5
* Eliminate spurious warnings due to case-insensitive file systemsPJ Eby2006-03-281-2/+2
* Fix ZipImportError when overwriting a zipfile with the same name/versionPJ Eby2006-03-241-13/+13
* Remove use of obsolete --ignore-conflicts-at-my-risk optionPJ Eby2006-03-241-2/+2
* Ensure SOURCES.txt references itself even the first time it is generatedPJ Eby2006-03-241-2/+2
* Don't generate a loader .py file in .egg file for extensions that aren'tPJ Eby2006-03-211-2/+2
* Use relative paths in ``.pth`` files when eggs are being installed to thePJ Eby2006-03-202-14/+18
* Added ``easy_install-N.N`` script(s) for convenience when using multiplePJ Eby2006-03-203-4/+18
* Fix a problem with fetch() method backward compatibility.PJ Eby2006-03-171-1/+1
* Tweak the nspkg.pth hack to avoid creating a module if there *is* anPJ Eby2006-03-171-7/+7
* Support namespace packages in conjunction with system packagers, by omittingPJ Eby2006-03-174-41/+100
* Preserve timestamps and permissions when "unpacking" (copying) aPJ Eby2006-03-171-3/+3
* Added automatic handling of installation conflicts. Eggs are now shifted toPJ Eby2006-03-114-34/+96
* Record recent changes in the release notes.PJ Eby2006-03-042-1/+19
* Made ``--single-version-externally-managed`` automatic when ``--root`` isPJ Eby2006-03-041-3/+3
* Don't recurse into subdirectories when scanning --find-linksPJ Eby2006-03-031-1/+1
* Fix setup_requires/tests_require/etc. not using setup.cfg or otherPJ Eby2006-02-281-11/+11
* When installing setup_requires/tests_require packages, usePJ Eby2006-02-282-3/+3
* Prevent failed attempts at removing MANIFEST.in from masking errors thatPJ Eby2006-02-212-12/+11
* bump version #PJ Eby2006-02-213-3/+3
* Misc. doc fixesPJ Eby2006-02-152-8/+17
* 0.6a10 releasePJ Eby2006-02-141-2/+2
* Minor tweak to installation report, and add in a hook for laterPJ Eby2006-02-141-6/+6
* Fix a Windows problem when the Python executable is in a directory withPJ Eby2006-02-141-11/+11
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``PJ Eby2006-02-143-33/+291
* Don't compress eggs on Python 2.3, as a possible workaround for 64-bitPJ Eby2006-02-131-7/+7
* Added exhaustive testing of the install directory, including a spawn testPJ Eby2006-02-132-47/+182
* Fixed duplication of scripts inside .egg filesPJ Eby2006-02-132-2/+43
* Expanded download message so people know what file to get, if they'rePJ Eby2006-02-121-1/+7
* Workaround for packages that think 'version' is a number.PJ Eby2006-02-121-4/+4