| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make 'test' command work correctly with the 0.6 WorkingSet class. | PJ Eby | 2005-07-21 | 1 | -12/+12 |
| * | Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py`` | PJ Eby | 2005-07-21 | 1 | -1/+1 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 1 | -25/+25 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 2 | -33/+33 |
| * | The ``path`` attribute of ``Distribution`` objects is now ``location``, | PJ Eby | 2005-07-17 | 1 | -17/+17 |
| * | ``Distribution`` objects now implement the ``IResourceProvider`` and | PJ Eby | 2005-07-17 | 1 | -6/+6 |
| * | Renamings for consistent terminology; distributions and requirements now | PJ Eby | 2005-07-17 | 2 | -7/+7 |
| * | Added ``--site-dirs`` option to allow adding custom "site" directories. | PJ Eby | 2005-07-16 | 1 | -28/+110 |
| * | Fix only detecting the revision number of the setup directory, not the | PJ Eby | 2005-07-16 | 1 | -7/+7 |
| * | Update zip-safety scanner to check for modules that might be used as | PJ Eby | 2005-07-12 | 2 | -12/+12 |
| * | Fix breakage of the "develop" command that was caused by the addition of | PJ Eby | 2005-07-12 | 1 | -2/+2 |
| * | Enhanced "zip safety" analysis (including scan of win32.exe's) and have | PJ Eby | 2005-07-11 | 2 | -90/+131 |
| * | First-pass implementation of zippability analysis; scans for impure | PJ Eby | 2005-07-10 | 1 | -39/+80 |
| * | Implement ``namespace_packages`` keyword to ``setup()``. Added keyword | PJ Eby | 2005-07-10 | 2 | -16/+57 |
| * | EasyInstall now builds eggs in a temporary directory alongside the setup | PJ Eby | 2005-07-10 | 1 | -34/+34 |
| * | Allow EasyInstall to accept a directory containing a setup script as one | PJ Eby | 2005-07-10 | 2 | -5/+5 |
| * | Detect and handle conflicts with "unmanaged" packages when installing | PJ Eby | 2005-07-10 | 3 | -50/+255 |
| * | Changed --tag-svn-revision to include an "r" in front of the revision | PJ Eby | 2005-07-09 | 1 | -1/+1 |
| * | Add informative comment when uploading eggs, to help distinguish them from | PJ Eby | 2005-07-09 | 1 | -1/+2 |
| * | Fix typos in option specs for bdist_egg. | PJ Eby | 2005-07-09 | 1 | -2/+2 |
| * | 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 |