| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change references to ez_setup to point to our own bootstrapping instead. | Hanno Schlichting | 2009-08-08 | 1 | -1/+1 |
| * | removing setuptools module names from user warnings | tarek | 2009-08-05 | 1 | -1/+2 |
| * | fixed distribution key in check_version_conflict. I first thaught it was the ... | tarek | 2009-07-21 | 1 | -1/+1 |
| * | adding the distribute marker here too | tarek | 2009-07-21 | 1 | -0/+9 |
| * | Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API ins... | Hanno Schlichting | 2009-07-17 | 1 | -8/+3 |
| * | Fixed a SandboxViolation for mkdir that could occur in certain cases. This cl... | Hanno Schlichting | 2009-07-17 | 1 | -10/+10 |
| * | Cherry-picked documentation and style changes from setuptools trunk | Hanno Schlichting | 2009-07-17 | 1 | -12/+3 |
| * | Allow to find_on_path on systems with tight permissions to fail gracefully. T... | Hanno Schlichting | 2009-07-16 | 1 | -1/+1 |
| * | Corrected inconsitency between documentation and code of add_entry. This clos... | Hanno Schlichting | 2009-07-16 | 1 | -1/+1 |
| * | Apply patch from pjenvey. Closes #3. | Hanno Schlichting | 2009-07-16 | 1 | -1/+4 |
| * | Backport doc changes from trunk | PJ Eby | 2008-08-21 | 1 | -2/+3 |
| * | Fix ``resource_listdir('')`` always returning an empty list for zipped | PJ Eby | 2008-02-15 | 1 | -3/+3 |
| * | Fix package precedence problem where single-version eggs installed in | PJ Eby | 2007-09-04 | 1 | -2/+2 |
| * | Backport fixes and doc updates; prep for 0.6c6 release | PJ Eby | 2007-05-31 | 1 | -1/+1 |
| * | Added ``--local-snapshots-ok`` flag, to allow building eggs from | PJ Eby | 2007-02-23 | 1 | -1/+1 |
| * | Get rid of 'sets' module usage under Python 2.4+, so that no warnings | PJ Eby | 2007-02-23 | 1 | -2/+43 |
| * | Actually process relative .egg-link files (backport from trunk) | PJ Eby | 2007-02-15 | 1 | -1/+1 |
| * | Fix extracted C extensions not having executable permissions under Cygwin. | PJ Eby | 2007-02-08 | 1 | -1/+42 |
| * | Fix "dev" versions being considered newer than release candidates. | PJ Eby | 2006-09-25 | 1 | -1/+1 |
| * | More Python 2.5 compatibility fixes. | PJ Eby | 2006-09-20 | 1 | -7/+7 |
| * | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -7/+7 |
| * | Fix a problem with eggs specified directly on ``PYTHONPATH`` on | PJ Eby | 2006-07-21 | 1 | -3/+3 |
| * | Fixed a duplicate path insertion problem on case-insensitive | PJ Eby | 2006-06-07 | 1 | -11/+52 |
| * | Fix entry point parsing when a standalone module name has whitespace | PJ Eby | 2006-04-27 | 1 | -1/+1 |
| * | Split ``get_platform()`` into ``get_supported_platform()`` and | PJ Eby | 2006-04-18 | 1 | -7/+7 |
| * | Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so that | PJ Eby | 2006-03-29 | 1 | -43/+125 |
| * | Eliminate spurious warnings due to case-insensitive file systems | PJ Eby | 2006-03-28 | 1 | -2/+2 |
| * | Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()`` | PJ Eby | 2006-02-14 | 1 | -7/+130 |
| * | Added ``Distribution.clone()`` method, and keyword argument support to | PJ Eby | 2006-02-07 | 1 | -10/+51 |
| * | Implement more Mac OS X version handling stuff requested by Bob | PJ Eby | 2006-02-07 | 1 | -23/+23 |
| * | Honor get_platform() for Mac OS X if it starts with 'macosx-' | PJ Eby | 2006-02-04 | 1 | -4/+4 |
| * | ``safe_name()`` now allows dots in project names, and there is a new | PJ Eby | 2006-01-10 | 1 | -11/+11 |
| * | PyPI searches now use the exact spelling of requirements specified on | PJ Eby | 2006-01-07 | 1 | -10/+10 |
| * | Make it clearer that Requirement.parse() is the only way for users | PJ Eby | 2006-01-03 | 1 | -3/+3 |
| * | Modify resource extraction to bypass sandbox control so that egg | PJ Eby | 2005-12-15 | 1 | -16/+16 |
| * | Improve startup performance when sys.path contains a lot of eggs, by | PJ Eby | 2005-12-15 | 1 | -11/+11 |
| * | Changed ``parse_version()`` to remove dashes before pre-release tags, so | PJ Eby | 2005-12-06 | 1 | -2/+2 |
| * | Remove unneeded code that slipped into last commit. | PJ Eby | 2005-12-06 | 1 | -1/+1 |
| * | Added support for ``.egg-info`` files or directories with version/platform | PJ Eby | 2005-12-06 | 1 | -29/+29 |
| * | If more than one URL appears to describe the exact same distribution, prefer | PJ Eby | 2005-11-26 | 1 | -1/+1 |
| * | Don't raise an error when an invalid (unfinished) distribution is found | PJ Eby | 2005-11-18 | 1 | -22/+22 |
| * | Fixed a problem with nested namespace packages (e.g. ``peak.util``) not | PJ Eby | 2005-11-13 | 1 | -9/+9 |
| * | Normalize items in sys.path when determining where to insert | PJ Eby | 2005-11-09 | 1 | -1/+1 |
| * | * Improved runtime conflict warning message to identify a line in the user's | PJ Eby | 2005-11-04 | 1 | -15/+15 |
| * | Fixed a problem with ``WorkingSet.resolve()`` that prevented version | PJ Eby | 2005-11-03 | 1 | -1/+1 |
| * | Fixed a problem extracting zipped files on Windows, when the egg in | PJ Eby | 2005-10-22 | 1 | -5/+5 |
| * | Hurray! Our first dependency processing bug! This is cool because it | PJ Eby | 2005-10-18 | 1 | -1/+1 |
| * | Significantly enhanced support and docs for "non-root" installation, | PJ Eby | 2005-10-17 | 1 | -10/+51 |
| * | Ensure that WorkingSet.resolve() (and therefore require() as well) | PJ Eby | 2005-09-26 | 1 | -7/+7 |
| * | Fix a problem with inconsistent quoting of "extras", reported by Ian | PJ Eby | 2005-09-24 | 1 | -15/+15 |