| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backed out changeset 28901bac2f2e See #148 | Jason R. Coombs | 2014-02-11 | 1 | -27/+27 |
| * | Auto-generate namespace __init__.py files for packages without them. This | PJ Eby | 2005-08-14 | 1 | -27/+27 |
| * | Fix a bug introduced by removing the Environment.get() method. | PJ Eby | 2005-08-14 | 1 | -1/+1 |
| * | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | PJ Eby | 2005-08-13 | 1 | -1/+1 |
| * | Fixed breakage of bdist_* commands that call the 'install' command. | PJ Eby | 2005-08-11 | 1 | -3/+12 |
| * | Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa. | PJ Eby | 2005-08-11 | 2 | -9/+9 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -6/+6 |
| * | Allow distutils extensions to define new kinds of metadata that can be | PJ Eby | 2005-08-06 | 1 | -86/+127 |
| * | Got rid of the no-longer meaningful "depends" command. Consolidated the | PJ Eby | 2005-08-06 | 3 | -153/+26 |
| * | Enhanced setuptools infrastructure to support distutils extensions that | PJ Eby | 2005-08-06 | 1 | -7/+7 |
| * | Change dependency processing algorithm for less redundancy in the common | PJ Eby | 2005-08-06 | 1 | -24/+65 |
| * | Fix wrongly including files that Subversion has marked deleted. | PJ Eby | 2005-08-06 | 1 | -5/+5 |
| * | Implement "entry points" for dynamic discovery of drivers and plugins. | PJ Eby | 2005-07-24 | 2 | -29/+22 |
| * | Fix eager resource extraction. Add eager_resources setup() argument. Add | PJ Eby | 2005-07-24 | 1 | -10/+10 |
| * | Fix a regression; this code was changed in order to avoid being fooled by | PJ Eby | 2005-07-24 | 1 | -3/+3 |
| * | Implement --editable option, which allows you to just download and extract | PJ Eby | 2005-07-24 | 1 | -116/+116 |
| * | 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 |