aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``PJ Eby2006-07-103-25/+126
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-104-0/+16
* Include more detailed version ranges spec, and make Requirement.specs aPJ Eby2006-07-102-0/+28
* Fix broken error message for socket error during upload.PJ Eby2006-07-101-1/+1
* Fix ``ftp://`` directory listing URLs from causing a crash when used inPJ Eby2006-06-202-1/+4
* Implement detection of non-Python scripts, as described inPJ Eby2006-06-152-5/+49
* Bump version # to 0.6b4 - although it might really be 0.6c1PJ Eby2006-06-155-5/+5
* syntax errorPJ Eby2006-06-091-1/+1
* 0.6b3 brown bag fix; update release script to remove revision tagsPJ Eby2006-06-092-3/+6
* 0.6b3 releasePJ Eby2006-06-093-9/+8
* Allow .py files found by the include_package_data option to bePJ Eby2006-06-092-9/+14
* Fix mysterious errors during initial setuptools install, caused byPJ Eby2006-06-092-2/+6
* Fix sometimes not detecting local packages installed outside of "site"PJ Eby2006-06-092-1/+4
* Fix local --find-links eggs not being copied except with --always-copy.PJ Eby2006-06-072-11/+14
* Bump version to 0.6b3PJ Eby2006-06-075-5/+5
* Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-072-19/+22
* Clarify the limitations of get_provider(packagename)PJ Eby2006-06-071-4/+10
* Fixed a duplicate path insertion problem on case-insensitivePJ Eby2006-06-072-11/+55
* 0.6b2 MD5'sPJ Eby2006-06-011-0/+2
* Add missing 0.6b2 release notePJ Eby2006-06-011-0/+2
* Construct ``.pth`` file paths in such a way that installing an egg whosePJ Eby2006-05-302-3/+6
* Don't make things warnings that aren't; update info text forPJ Eby2006-05-261-6/+6
* Oops; doc needs to go under 0.6b2, not 0.6b1PJ Eby2006-05-231-4/+5
* Don't install or update a ``site.py`` patch when installing to aPJ Eby2006-05-232-5/+7
* Bump version for development of 0.6b2PJ Eby2006-05-235-5/+5
* Updated for 0.6b1 release MD5 signaturesPJ Eby2006-05-121-26/+6
* Document 0.6b1 fixesPJ Eby2006-05-123-5/+23
* Better ambiguity management: accept #egg name/version even if processingPJ Eby2006-05-121-7/+7
* Backport doc fixes and 2.4-only -m safety check to 0.6 branchPJ Eby2006-04-282-6/+4
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-272-5/+5
* Backport 'module' fixes to 0.6PJ Eby2006-04-243-16/+16
* Recognize 'U' as a valid read-only mode for open()PJ Eby2006-04-211-1/+1
* Ignore bdist_dumb distributions when looking at download URLsPJ Eby2006-04-211-7/+7
* Backport support for file:// directory URLs in --find-links to 0.6PJ Eby2006-04-191-7/+7
* 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