| Commit message (Expand) | Author | Age | Files | Lines |
| * | setuptools 0.6a2 release | PJ Eby | 2005-09-18 | 1 | -1/+1 |
| * | Added support to solve the infamous "we want .py on Windows, no | PJ Eby | 2005-09-17 | 3 | -63/+104 |
| * | Correctly handle URL fragments in --find-links. | PJ Eby | 2005-09-14 | 1 | -1/+1 |
| * | Added support for old-style RPMs (i.e. non-egg RPMs) | PJ Eby | 2005-09-03 | 2 | -9/+72 |
| * | Ensure wrapper scripts are included in output file record; this is | PJ Eby | 2005-09-03 | 1 | -1/+1 |
| * | Make sure that script target directory exists. Ordinarily it should, but | PJ Eby | 2005-09-03 | 1 | -1/+1 |
| * | Fix typo in symlink handling code. | PJ Eby | 2005-09-03 | 1 | -1/+1 |
| * | Work around a problem with SuSE Linux's patched install_lib command, by | PJ Eby | 2005-09-03 | 1 | -3/+44 |
| * | D'oh! os.path.islink is available on all platforms. Also, ensure that we | PJ Eby | 2005-08-23 | 1 | -21/+21 |
| * | Simplify non-root install process and improve Mac OS docs for it. Support | PJ Eby | 2005-08-23 | 2 | -16/+12 |
| * | Make easy_install --record strip the RPM root when building RPMs, and have | PJ Eby | 2005-08-22 | 3 | -8/+13 |
| * | Bump release version to 0.6a1. Fix a minor cosmetic issue on certain | PJ Eby | 2005-08-22 | 1 | -1/+1 |
| * | Implemented md5 validation for PyPI and for URLs with a "#md5=..." anchor. | PJ Eby | 2005-08-22 | 1 | -30/+30 |
| * | Fix a problem running build_ext -i w/no extensions. | PJ Eby | 2005-08-22 | 1 | -1/+1 |
| * | Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I | PJ Eby | 2005-08-21 | 3 | -7/+18 |
| * | Make "build_ext --inplace" work sanely w/multiple Python versions and | PJ Eby | 2005-08-21 | 1 | -2/+37 |
| * | Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip' | PJ Eby | 2005-08-21 | 1 | -5/+2 |
| * | Parse .svn/entries directly instead of using 'svn info' to obtain a | PJ Eby | 2005-08-21 | 1 | -21/+21 |
| * | Auto-generate namespace __init__.py files for packages without them. This | PJ Eby | 2005-08-14 | 1 | -27/+27 |
| * | Minor refactoring of code that checks a distribution's contents. | PJ Eby | 2005-08-14 | 1 | -10/+10 |
| * | Fix a bug introduced by removing the Environment.get() method. | PJ Eby | 2005-08-14 | 1 | -1/+1 |
| * | On second thought, don't. :( Walter Doerwald's situation isn't really | PJ Eby | 2005-08-14 | 1 | -1/+1 |
| * | Allow distributing an empty namespace package. | PJ Eby | 2005-08-14 | 1 | -1/+1 |
| * | Document the "Environment" class, and simplify its API. | PJ Eby | 2005-08-14 | 2 | -8/+8 |
| * | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | PJ Eby | 2005-08-13 | 2 | -5/+5 |
| * | 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 | 3 | -12/+12 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 3 | -10/+10 |
| * | 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 | 5 | -243/+34 |
| * | Enhanced setuptools infrastructure to support distutils extensions that | PJ Eby | 2005-08-06 | 4 | -125/+217 |
| * | 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 |
| * | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | PJ Eby | 2005-07-25 | 2 | -16/+16 |
| * | Implement "entry points" for dynamic discovery of drivers and plugins. | PJ Eby | 2005-07-24 | 4 | -44/+160 |
| * | Fix eager resource extraction. Add eager_resources setup() argument. Add | PJ Eby | 2005-07-24 | 3 | -26/+67 |
| * | 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 | 2 | -140/+140 |
| * | Fixed the setup script sandbox facility not recognizing certain paths as | PJ Eby | 2005-07-24 | 1 | -2/+2 |
| * | 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 |
| * | Catch a few missed terminology changes. | PJ Eby | 2005-07-18 | 1 | -11/+11 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 2 | -26/+26 |
| * | Massive API refactoring; see setuptools.txt changelog for details. Also, | PJ Eby | 2005-07-18 | 6 | -110/+2780 |
| * | The ``path`` attribute of ``Distribution`` objects is now ``location``, | PJ Eby | 2005-07-17 | 2 | -21/+21 |
| * | ``Distribution`` objects now implement the ``IResourceProvider`` and | PJ Eby | 2005-07-17 | 2 | -7/+7 |
| * | Renamings for consistent terminology; distributions and requirements now | PJ Eby | 2005-07-17 | 4 | -14/+14 |
| * | 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 |
| * | prep for 0.5a13 release | PJ Eby | 2005-07-16 | 1 | -1/+1 |