| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Implement smart version conflict resolution for scripts, so that | PJ Eby | 2005-09-24 | 1 | -21/+21 |
| * | Fix namespace packages not getting fixed up when the eggs are zipped and | PJ Eby | 2005-08-19 | 1 | -2/+2 |
| * | Add experimental support for merging non-empty namespace packages. This | PJ Eby | 2005-08-14 | 1 | -14/+14 |
| * | Document "Distribution" objects. Now the API reference is complete, and I | PJ Eby | 2005-08-14 | 1 | -1/+1 |
| * | Make "run_script" a method of WorkingSet objects, thereby removing a global | PJ Eby | 2005-08-14 | 1 | -9/+9 |
| * | Document the "Environment" class, and simplify its API. | PJ Eby | 2005-08-14 | 1 | -55/+55 |
| * | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | PJ Eby | 2005-08-13 | 1 | -20/+20 |
| * | Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa. | PJ Eby | 2005-08-11 | 1 | -2/+2 |
| * | Fix a bug introduced by making split_sections() not lowercase section | PJ Eby | 2005-08-09 | 1 | -4/+2 |
| * | Add docs for exceptions, and for much of the ResourceManager API. | PJ Eby | 2005-08-07 | 1 | -27/+27 |
| * | Document utility routines. Made ``split_sections()`` not lowercase its | PJ Eby | 2005-08-07 | 1 | -12/+14 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -6/+6 |
| * | Fix WorkingSet yielding the same distribution more than once if more than | PJ Eby | 2005-08-06 | 1 | -23/+23 |
| * | Allow specifying an environment and/or installer for entry-point loading. | PJ Eby | 2005-08-06 | 1 | -4/+4 |
| * | Performance boosts: don't create environment during require()/resolve() | PJ Eby | 2005-08-06 | 1 | -10/+10 |
| * | Fix a problem with zip paths reported by Ashley Walsh. | PJ Eby | 2005-08-03 | 1 | -1/+1 |
| * | Misc. bugs reported by Ian Bicking and Ashley Walsh. | PJ Eby | 2005-07-31 | 1 | -2/+2 |
| * | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | PJ Eby | 2005-07-25 | 1 | -58/+56 |
| * | Implement "entry points" for dynamic discovery of drivers and plugins. | PJ Eby | 2005-07-24 | 1 | -40/+247 |
| * | Fix eager resource extraction. Add eager_resources setup() argument. Add | PJ Eby | 2005-07-24 | 1 | -73/+73 |
| * | Improved backward compatibility of Mac OS platform string changes, thanks | PJ Eby | 2005-07-21 | 1 | -18/+59 |
| * | Tweak Mac OS platform string based on Mac SIG feedback: remove "micro" | PJ Eby | 2005-07-21 | 1 | -7/+7 |