summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* The User-Agent is also changed to Distributetarek2009-07-211-2/+2
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-202-2/+10
* Packages required at build time where not fully present at install time. This...Hanno Schlichting2009-07-171-3/+4
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-1/+1
* Changed the testModuleExtract and testRequire tests from DependsTests to use ...Hanno Schlichting2009-07-161-8/+8
* Protected against failures in tarfile extraction, as we use a private method ...Hanno Schlichting2009-07-161-1/+4
* Applied patch from pjenvey. This closes #6.Hanno Schlichting2009-07-161-3/+7
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-164-5/+16
* #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
* #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-162-3/+4
* changed target version : 0.6c9 -> 0.6Tarek Ziadé2009-07-161-3/+3
* Keep site directories (e.g. site-packages) from being included inPJ Eby2008-09-241-5/+5
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-242-31/+71
* 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/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
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-1/+1
* Fixed ``win32.exe`` support for .pth files, so unnecessary directoryPJ Eby2008-03-101-5/+5
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-1/+1
* Bump versionPJ Eby2008-02-151-1/+1
* Added a warning if a namespace package is declared, but its parentPJ Eby2008-02-141-11/+11
* Fix interactions between the various "require" options,PJ Eby2008-01-194-19/+19
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-185-42/+81
* Update Pyrex/swig_sources workaround for newer Pyrex versionsPJ Eby2008-01-151-1/+1
* Fix not picking up dependency links from recursive dependencies.PJ Eby2008-01-151-4/+4
* Backport gui.exe launcher fix.PJ Eby2008-01-032-3/+36
* Prevent ``--help-commands`` and other junk from showing under Python 2.5PJ Eby2007-10-081-1/+1
* Fixed a missing files problem when using Windows source distributions onPJ Eby2007-09-261-11/+11
* Bump version.PJ Eby2007-09-261-1/+1
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-043-3/+3
* Fix import problems with nested namespace packages installed viaPJ Eby2007-09-041-31/+31
* ``ftp:`` download URLs now work correctly. (backport from trunk)PJ Eby2007-08-242-4/+1
* Backport findall() fix fix from trunk.PJ Eby2007-07-121-1/+3
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-112-15/+15
* bump versionPJ Eby2007-05-311-1/+1
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-312-6/+46
* 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-241-12/+53
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-233-32/+32
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-3/+5
* 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