| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix problem with Windows console scripts conflicting with module names, | PJ Eby | 2005-10-16 | 5 | -18/+21 |
| * | Implement --no-deps option, add link to Ian Bicking's non-root Python | PJ Eby | 2005-10-16 | 2 | -15/+17 |
| * | 0.6a5 brown bag bug fix release. | PJ Eby | 2005-09-29 | 5 | -4/+8 |
| * | Bugfixes. :( | PJ Eby | 2005-09-29 | 2 | -2/+2 |
| * | 0.6a4 bugfix release. | PJ Eby | 2005-09-26 | 3 | -3/+5 |
| * | Ensure that WorkingSet.resolve() (and therefore require() as well) | PJ Eby | 2005-09-26 | 3 | -13/+16 |
| * | 0.6a3 release. | PJ Eby | 2005-09-24 | 4 | -3/+8 |
| * | Support generating .pyw/.exe wrappers for Windows GUI scripts, and | PJ Eby | 2005-09-24 | 8 | -71/+86 |
| * | Fix a problem with inconsistent quoting of "extras", reported by Ian | PJ Eby | 2005-09-24 | 3 | -17/+30 |
| * | Add release notes for changes made today. | PJ Eby | 2005-09-24 | 1 | -2/+15 |
| * | Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig. | PJ Eby | 2005-09-24 | 2 | -3/+6 |
| * | Implement smart version conflict resolution for scripts, so that | PJ Eby | 2005-09-24 | 2 | -24/+24 |
| * | Improve backward compatibility, so that users running easy_install.py or | PJ Eby | 2005-09-24 | 2 | -22/+15 |
| * | Fix typo. Add setup for include/python2.X directory in non-root install | PJ Eby | 2005-09-24 | 1 | -1/+3 |
| * | setuptools 0.6a2 release | PJ Eby | 2005-09-18 | 5 | -12/+9 |
| * | Added support to solve the infamous "we want .py on Windows, no | PJ Eby | 2005-09-17 | 9 | -86/+397 |
| * | Fixed cheeseshop URL. | PJ Eby | 2005-09-17 | 1 | -1/+2 |
| * | Fix another typo | PJ Eby | 2005-09-14 | 1 | -1/+1 |
| * | Update cheeseshop URL, fix typo. | PJ Eby | 2005-09-14 | 2 | -2/+2 |
| * | 0.6a1 release of setuptools. | PJ Eby | 2005-09-14 | 3 | -16/+82 |
| * | Correctly handle URL fragments in --find-links. | PJ Eby | 2005-09-14 | 1 | -1/+1 |
| * | Release 0.6a1c2. | PJ Eby | 2005-09-03 | 2 | -1/+6 |
| * | Add release note about bdist_rpm --no-egg option | PJ Eby | 2005-09-03 | 1 | -0/+3 |
| * | 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 |
| * | More minor doc tweaks. | PJ Eby | 2005-08-23 | 1 | -3/+2 |
| * | Minor doc tweaks, and add release note about symlink support. | PJ Eby | 2005-08-23 | 1 | -6/+15 |
| * | 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 | 4 | -45/+49 |
| * | Make easy_install --record strip the RPM root when building RPMs, and have | PJ Eby | 2005-08-22 | 3 | -8/+13 |
| * | Remove broken example. | PJ Eby | 2005-08-22 | 1 | -3/+1 |
| * | Bump release version to 0.6a1. Fix a minor cosmetic issue on certain | PJ Eby | 2005-08-22 | 4 | -5/+5 |
| * | Give pkg_resources its own revision history; add some notes on today's | PJ Eby | 2005-08-22 | 2 | -135/+158 |
| * | More documentation enhancements. | PJ Eby | 2005-08-22 | 4 | -20/+42 |
| * | Add detailed instructions for non-root installation using PYTHONHOME. | PJ Eby | 2005-08-22 | 2 | -2/+64 |
| * | Add release note about the new MD5 validation feature. | PJ Eby | 2005-08-22 | 1 | -0/+3 |
| * | Implemented md5 validation for PyPI and for URLs with a "#md5=..." anchor. | PJ Eby | 2005-08-22 | 1 | -30/+30 |
| * | Add hardcoded md5 checking to ez_setup. Also, don't delay and display | PJ Eby | 2005-08-22 | 1 | -20/+62 |
| * | Fix a problem running build_ext -i w/no extensions. | PJ Eby | 2005-08-22 | 1 | -1/+1 |
| * | Display a download warning in ez_setup, so that people won't be caught | PJ Eby | 2005-08-21 | 1 | -24/+24 |
| * | Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I | PJ Eby | 2005-08-21 | 4 | -7/+19 |
| * | 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 | 2 | -6/+3 |
| * | Parse .svn/entries directly instead of using 'svn info' to obtain a | PJ Eby | 2005-08-21 | 1 | -21/+21 |
| * | Fix namespace packages not getting fixed up when the eggs are zipped and | PJ Eby | 2005-08-19 | 1 | -2/+2 |
| * | 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 |