| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump version to 0.3a2 for release | PJ Eby | 2005-05-29 | 1 | -1/+1 |
| * | Add subversion support, loosely based on an implementation by Ian Bicking. | PJ Eby | 2005-05-29 | 1 | -35/+76 |
| * | Added options to alter eggs' version number by tagging with the subversion | PJ Eby | 2005-05-29 | 1 | -48/+48 |
| * | Add support for using Installer subclasses, especially ones with support | PJ Eby | 2005-05-29 | 1 | -8/+8 |
| * | Oddly enough, some setup.py files actually check __name__=='__main__' | PJ Eby | 2005-05-29 | 1 | -8/+8 |
| * | Correctly recognize .egg files that are already on sys.path (or whatever | PJ Eby | 2005-05-29 | 1 | -7/+9 |
| * | Handle distributions with ' ' in their names | PJ Eby | 2005-05-29 | 1 | -1/+1 |
| * | Add link to Python Eggs page in doc; fix a problem with non-standard source | PJ Eby | 2005-05-29 | 1 | -4/+4 |
| * | Remove exemaker spew from easy_install.py | PJ Eby | 2005-05-29 | 1 | -3/+0 |
| * | Add "easy_install" script that downloads distutils source (or .egg files) | PJ Eby | 2005-05-29 | 3 | -10/+547 |
| * | Add experimental 'install_data' support to 'bdist_egg'. The most common | PJ Eby | 2005-05-28 | 1 | -26/+26 |
| * | Fix some typos and a missing import | PJ Eby | 2005-05-25 | 1 | -9/+9 |
| * | Implement draft support for namespace packages, both declaring them | PJ Eby | 2005-05-25 | 1 | -18/+141 |
| * | Support registering distribution finders for arbitrary PEP 302 importer | PJ Eby | 2005-05-25 | 1 | -5/+128 |
| * | Implement a draft version of 'find_distributions()' with hardcoded support | PJ Eby | 2005-05-24 | 1 | -77/+118 |
| * | Make AvailableDistributions check distributions for Python version | PJ Eby | 2005-05-23 | 1 | -25/+25 |
| * | Add a rough draft of Distribution.install_on(), to let others experiment | PJ Eby | 2005-05-23 | 1 | -6/+6 |
| * | Add tests for AvailableDistributions().resolve(). This effectively | PJ Eby | 2005-05-23 | 2 | -6/+47 |
| * | Added support for specifying options on requirements, so that a package's | PJ Eby | 2005-05-22 | 2 | -44/+167 |
| * | Distribution metadata parsing: distribution objects can now extract their | PJ Eby | 2005-05-22 | 2 | -96/+208 |
| * | Refine dependency resolution algorithm so it won't take exponential time, | PJ Eby | 2005-05-22 | 2 | -68/+202 |
| * | Add basic "Requirement" class that can tell whether a distribution or | PJ Eby | 2005-05-21 | 2 | -16/+98 |
| * | Added "AvailableDistributions" class that finds and indexes usable | PJ Eby | 2005-04-03 | 3 | -91/+213 |
| * | Remove setuptools_boot.py, as it can now be trivially replaced by including | PJ Eby | 2005-04-03 | 2 | -124/+1 |
| * | Fix handling of -/_ so that they are canonicalized to '-' when doing name | PJ Eby | 2005-04-03 | 2 | -5/+6 |
| * | Add a "Distribution" object that wraps a sys.path entry with metadata, and | PJ Eby | 2005-04-03 | 2 | -13/+168 |
| * | Add a simple version parser that combines the pre-release smarts of | PJ Eby | 2005-04-02 | 2 | -3/+102 |
| * | Rough draft of version requirement parser. Make bdist_egg look for a | PJ Eby | 2005-04-02 | 4 | -119/+399 |
| * | Back out the addition of bogus 'if __name__=="__main__"' block; the One | PJ Eby | 2005-04-01 | 1 | -79/+174 |
| * | Specify and implement # comments in get_metadata_lines | Bob Ippolito | 2005-03-24 | 1 | -7/+12 |
| * | import StringIO at module level | Bob Ippolito | 2005-03-24 | 1 | -1/+4 |
| * | Reformat pkg_resources in PEP 8 style | Bob Ippolito | 2005-03-24 | 1 | -182/+91 |
| * | Add a working pkg_resources implementation that handles extraction and | PJ Eby | 2005-03-23 | 2 | -1/+493 |
| * | Fix bootstrap loader so extracted files don't have to be on sys.path. | PJ Eby | 2005-03-22 | 1 | -2/+2 |
| * | Create stub loaders for C extensions, so that the actual dynamic library | PJ Eby | 2005-03-22 | 1 | -5/+49 |
| * | Allow user-supplied metadata from EGG-INFO.in directory (directory name can | PJ Eby | 2005-03-21 | 1 | -1/+17 |
| * | Add python version to egg filename. | PJ Eby | 2005-03-21 | 1 | -2/+3 |
| * | Add 'bdist_egg' command/format to allow creating "Python Eggs" (see | PJ Eby | 2005-03-21 | 2 | -1/+153 |
| * | remove blank line pollution | Fred Drake | 2004-06-17 | 1 | -33/+0 |
| * | fix to make things continue to work when we're *not* running under | Fred Drake | 2004-06-15 | 1 | -2/+4 |
| * | Deal with the distutils on the head; package_data may already be supported. | Fred Drake | 2004-06-14 | 1 | -3/+4 |
| * | remove excess blank lines, and apply whitespace more in line with the Python | Fred Drake | 2004-04-05 | 4 | -249/+106 |
| * | - remove trailing blank lines | Fred Drake | 2004-04-05 | 1 | -3/+1 |
| * | remove trailing blank line | Fred Drake | 2004-04-05 | 2 | -2/+0 |
| * | Compute command line that should be passed to child setup scripts. | PJ Eby | 2004-03-22 | 4 | -25/+146 |
| * | Flesh out 'depends' command to display dependencies' status, and halt if | PJ Eby | 2004-03-20 | 6 | -65/+147 |
| * | Initial checkin of setuptools 0.0.1. | PJ Eby | 2004-03-19 | 15 | -0/+1698 |