| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include ``svn:externals`` directories in source distributions as well as | PJ Eby | 2005-07-09 | 1 | -42/+42 |
| * | Delete empty sections when their last option is deleted. | PJ Eby | 2005-07-08 | 1 | -6/+6 |
| * | Cleaner argument quoting in command aliases. | PJ Eby | 2005-07-08 | 1 | -10/+10 |
| * | Restructured the 'alias' command to take arguments instead of options, and | PJ Eby | 2005-07-08 | 1 | -13/+56 |
| * | Fix a couple of command descriptions. | PJ Eby | 2005-07-08 | 2 | -3/+3 |
| * | Added support for defining command aliases in distutils configuration | PJ Eby | 2005-07-08 | 5 | -14/+53 |
| * | * Added "rotate" command to delete old distribution files, given a set of | PJ Eby | 2005-07-08 | 4 | -1/+274 |
| * | The "egg_info" command now always sets the distribution metadata to "safe" | PJ Eby | 2005-07-08 | 1 | -9/+9 |
| * | Add upload support to setuptools, and make default downloads of setuptools | PJ Eby | 2005-07-07 | 2 | -0/+212 |
| * | Beefed up the "sdist" command so that if you don't have a MANIFEST.in, it | PJ Eby | 2005-07-07 | 2 | -1/+83 |
| * | Slightly changed the format of the generated version when you use | PJ Eby | 2005-07-07 | 1 | -1/+1 |
| * | Don't modify .pth files when in --dry-run/-n mode. | PJ Eby | 2005-07-07 | 1 | -60/+19 |
| * | Added ``develop`` command to ``setuptools``-based packages. This command | PJ Eby | 2005-07-06 | 4 | -47/+252 |
| * | Made ``easy_install`` a standard ``setuptools`` command, moving it from | PJ Eby | 2005-07-06 | 1 | -0/+820 |
| * | Enhanced the ``test`` command so that it doesn't install the package, but | PJ Eby | 2005-07-06 | 1 | -22/+22 |
| * | Added ``egg_info`` command to ``setuptools``-based packages. This command | PJ Eby | 2005-07-06 | 2 | -98/+221 |
| * | Fix a problem using bdist_egg with non-setuptools distributions. | PJ Eby | 2005-07-04 | 1 | -5/+5 |
| * | EasyInstall/setuptools 0.5a4: significant new features, including automatic | PJ Eby | 2005-06-27 | 1 | -46/+46 |
| * | Make write_stub() a function, so easy_install can use it too. | PJ Eby | 2005-06-15 | 1 | -15/+56 |
| * | Add support for quiet/verbose/dry-run/optimize flags. | PJ Eby | 2005-06-14 | 1 | -8/+8 |
| * | Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release. | PJ Eby | 2005-06-12 | 1 | -16/+16 |
| * | Restructure easy_install as a distutils "Command" object, so that it can | PJ Eby | 2005-06-12 | 1 | -7/+7 |
| * | Package scripts under EGG-INFO/scripts. Refactor subcommand invocations | PJ Eby | 2005-06-07 | 1 | -35/+35 |
| * | Add "safe_name" and "safe_version" functions to allow sanitizing of | PJ Eby | 2005-06-05 | 1 | -4/+4 |
| * | Ensure that the distribution name written to PKG-INFO is the same as the | PJ Eby | 2005-05-30 | 1 | -2/+2 |
| * | Reorganize bdist_egg's handling of 'install_data' to better deal with the | PJ Eby | 2005-05-30 | 1 | -10/+51 |
| * | Added options to alter eggs' version number by tagging with the subversion | PJ Eby | 2005-05-29 | 1 | -48/+48 |
| * | Handle distributions with ' ' in their names | PJ Eby | 2005-05-29 | 1 | -1/+1 |
| * | Add experimental 'install_data' support to 'bdist_egg'. The most common | PJ Eby | 2005-05-28 | 1 | -26/+26 |
| * | Added "AvailableDistributions" class that finds and indexes usable | PJ Eby | 2005-04-03 | 1 | -4/+4 |
| * | Rough draft of version requirement parser. Make bdist_egg look for a | PJ Eby | 2005-04-02 | 1 | -38/+79 |
| * | 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 excess blank lines, and apply whitespace more in line with the Python | Fred Drake | 2004-04-05 | 3 | -83/+35 |
| * | - 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 | 1 | -2/+84 |
| * | Flesh out 'depends' command to display dependencies' status, and halt if | PJ Eby | 2004-03-20 | 1 | -6/+61 |
| * | Initial checkin of setuptools 0.0.1. | PJ Eby | 2004-03-19 | 7 | -0/+278 |