summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-165-18/+21
* Implement --no-deps option, add link to Ian Bicking's non-root PythonPJ Eby2005-10-162-15/+17
* 0.6a5 brown bag bug fix release.PJ Eby2005-09-295-4/+8
* Bugfixes. :(PJ Eby2005-09-292-2/+2
* 0.6a4 bugfix release.PJ Eby2005-09-263-3/+5
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-263-13/+16
* 0.6a3 release.PJ Eby2005-09-244-3/+8
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-248-71/+86
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-243-17/+30
* Add release notes for changes made today.PJ Eby2005-09-241-2/+15
* Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig.PJ Eby2005-09-242-3/+6
* Implement smart version conflict resolution for scripts, so thatPJ Eby2005-09-242-24/+24
* Improve backward compatibility, so that users running easy_install.py orPJ Eby2005-09-242-22/+15
* Fix typo. Add setup for include/python2.X directory in non-root installPJ Eby2005-09-241-1/+3
* setuptools 0.6a2 releasePJ Eby2005-09-185-12/+9
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-179-86/+397
* Fixed cheeseshop URL.PJ Eby2005-09-171-1/+2
* Fix another typoPJ Eby2005-09-141-1/+1
* Update cheeseshop URL, fix typo.PJ Eby2005-09-142-2/+2
* 0.6a1 release of setuptools.PJ Eby2005-09-143-16/+82
* Correctly handle URL fragments in --find-links.PJ Eby2005-09-141-1/+1
* Release 0.6a1c2.PJ Eby2005-09-032-1/+6
* Add release note about bdist_rpm --no-egg optionPJ Eby2005-09-031-0/+3
* Added support for old-style RPMs (i.e. non-egg RPMs)PJ Eby2005-09-032-9/+72
* Ensure wrapper scripts are included in output file record; this isPJ Eby2005-09-031-1/+1
* Make sure that script target directory exists. Ordinarily it should, butPJ Eby2005-09-031-1/+1
* Fix typo in symlink handling code.PJ Eby2005-09-031-1/+1
* Work around a problem with SuSE Linux's patched install_lib command, byPJ Eby2005-09-031-3/+44
* More minor doc tweaks.PJ Eby2005-08-231-3/+2
* Minor doc tweaks, and add release note about symlink support.PJ Eby2005-08-231-6/+15
* D'oh! os.path.islink is available on all platforms. Also, ensure that wePJ Eby2005-08-231-21/+21
* Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-234-45/+49
* Make easy_install --record strip the RPM root when building RPMs, and havePJ Eby2005-08-223-8/+13
* Remove broken example.PJ Eby2005-08-221-3/+1
* Bump release version to 0.6a1. Fix a minor cosmetic issue on certainPJ Eby2005-08-224-5/+5
* Give pkg_resources its own revision history; add some notes on today'sPJ Eby2005-08-222-135/+158
* More documentation enhancements.PJ Eby2005-08-224-20/+42
* Add detailed instructions for non-root installation using PYTHONHOME.PJ Eby2005-08-222-2/+64
* Add release note about the new MD5 validation feature.PJ Eby2005-08-221-0/+3
* Implemented md5 validation for PyPI and for URLs with a "#md5=..." anchor.PJ Eby2005-08-221-30/+30
* Add hardcoded md5 checking to ez_setup. Also, don't delay and displayPJ Eby2005-08-221-20/+62
* Fix a problem running build_ext -i w/no extensions.PJ Eby2005-08-221-1/+1
* Display a download warning in ez_setup, so that people won't be caughtPJ Eby2005-08-211-24/+24
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-214-7/+19
* Make "build_ext --inplace" work sanely w/multiple Python versions andPJ Eby2005-08-211-2/+37
* Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'PJ Eby2005-08-212-6/+3
* Parse .svn/entries directly instead of using 'svn info' to obtain aPJ Eby2005-08-211-21/+21
* Fix namespace packages not getting fixed up when the eggs are zipped andPJ Eby2005-08-191-2/+2
* Auto-generate namespace __init__.py files for packages without them. ThisPJ Eby2005-08-141-27/+27
* Minor refactoring of code that checks a distribution's contents.PJ Eby2005-08-141-10/+10