summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for http://bugs.python.org/setuptools/issue37 - missingPJ Eby2008-09-111-1/+1
* Ensure that _full_name is set on all shared libs before extensionsPJ Eby2008-08-211-3/+3
* Fix for http://bugs.python.org/setuptools/issue34 (backport from trunk)PJ Eby2008-08-211-1/+4
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-212-9/+9
* Fix for http://bugs.python.org/setuptools/issue29 (backport from trunk)PJ Eby2008-08-211-1/+1
* Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)PJ Eby2008-08-211-2/+3
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-212-15/+11
* Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)PJ Eby2008-08-212-5/+8
* Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)PJ Eby2008-08-212-2/+10
* Enhanced error message per http://bugs.python.org/setuptools/issue28PJ Eby2008-08-211-2/+2
* Add wiki updating to release procedurePJ Eby2008-08-211-2/+3
* Backport doc changes from trunkPJ Eby2008-08-214-47/+36
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-162-1/+3
* Fixed ``win32.exe`` support for .pth files, so unnecessary directoryPJ Eby2008-03-102-5/+9
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-153-4/+7
* Bump versionPJ Eby2008-02-155-5/+5
* Update README for 0.6c8 releasePJ Eby2008-02-141-4/+4
* Added a warning if a namespace package is declared, but its parentPJ Eby2008-02-142-11/+14
* Allow ``ez_setup.use_setuptools()`` to upgrade existing setuptoolsPJ Eby2008-02-142-23/+61
* Fix interactions between the various "require" options,PJ Eby2008-01-195-19/+24
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-187-42/+87
* Update Pyrex/swig_sources workaround for newer Pyrex versionsPJ Eby2008-01-152-1/+3
* Fix not picking up dependency links from recursive dependencies.PJ Eby2008-01-152-4/+6
* Backport gui.exe launcher fix.PJ Eby2008-01-034-5/+40
* Prevent ``--help-commands`` and other junk from showing under Python 2.5PJ Eby2007-10-082-1/+5
* Fixed a missing files problem when using Windows source distributions onPJ Eby2007-09-262-11/+16
* Bump version.PJ Eby2007-09-265-5/+5
* 0.6c7 releasePJ Eby2007-09-042-1/+6
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-048-11/+14
* Fix import problems with nested namespace packages installed viaPJ Eby2007-09-042-31/+35
* Fix package precedence problem where single-version eggs installed inPJ Eby2007-09-042-2/+7
* ``ftp:`` download URLs now work correctly. (backport from trunk)PJ Eby2007-08-243-4/+4
* Backport findall() fix fix from trunk.PJ Eby2007-07-121-1/+3
* Update release notes w/fixes.PJ Eby2007-07-111-0/+5
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-113-51/+51
* bump versionPJ Eby2007-05-315-5/+5
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-316-9/+72
* Changed setuptools.package_index.PackageIndex.open_url to include theJim Fulton2007-03-092-1/+22
* Fix problem activating dependencies for tests (backport from trunk)PJ Eby2007-03-021-1/+1
* Fix ``test`` command possibly failing if an older version of the projectPJ Eby2007-02-242-12/+57
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-235-33/+62
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-232-5/+48
* Indicate when dependency processing is finished, so that you can tellPJ Eby2007-02-231-1/+1
* Respect possible entry point override of 'easy_install' command.PJ Eby2007-02-201-1/+1
* Fix error if script contains null byte. (backport from trunk)PJ Eby2007-02-171-1/+1
* Actually process relative .egg-link files (backport from trunk)PJ Eby2007-02-152-1/+3
* Added ``--egg-path`` option to ``develop`` command, allowing you to forcePJ Eby2007-02-152-6/+60
* Fix extracted C extensions not having executable permissions under Cygwin.PJ Eby2007-02-082-1/+45
* Fix script language detection problem (backport from trunk)PJ Eby2007-02-011-12/+12