aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add sdist3 command.Martin v. Löwis2009-09-112-1/+35
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 47f2fee9a8361cabc8160df8dd30dacc67f0f42b
* | | merged + removed trailing spacestarek2009-09-201-3/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
* | | make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-202-0/+22
| |/ |/| | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4401307be98ca2fb74e715a258b7af74eaa62db2
* | Now install_site works properly with distribute distribution. fixes #44tarek2009-09-132-1/+21
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 5dacd496be767ed406f7f8c76a598e7f186acdbc
* fixed #20 - catching invalid URL error from httplibtarek2009-08-282-1/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 6c6a92f65f6ac2d6d071ce525d0ef3e41167d59e
* made zip_ok False by default #33tarek2009-08-281-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 593924801e8dd947c8e741f9d94e919dd0bdd2dd
* fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopentarek2009-08-262-1/+49
| | | | | | --HG-- branch : distribute extra : rebase_source : 6159cf23c0dc4effd40b525066266eefd292b96e
* add --version to easy_installPhilip Jenvey2009-08-091-1/+7
| | | | | | | | | fixes #4 (transplanted from 29b03bd8ae436ac26767f42bc77b0bfefa8a6e7a) --HG-- branch : distribute extra : rebase_source : e97203ec652e0fea0744ad60819cd52e686bf449
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
* Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-081-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
* Fix import that was breaking py3kagronholm2009-08-061-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd
* The User-Agent is also changed to Distributetarek2009-07-211-2/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 7a440abb08d1202a09ea2a0e46cac2568df2c759
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-202-2/+10
| | | | | | --HG-- branch : distribute extra : rebase_source : a97ad8f22e698747b81a097215b8ebffdf7edae6
* Packages required at build time where not fully present at install time. ↵Hanno Schlichting2009-07-171-3/+4
| | | | | | | | This closes #12. --HG-- branch : distribute extra : rebase_source : 178f508c83ecab9244064108d55ce840111a0e34
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 9ab6aebbc44b3f99f01dc7deb99e4a83de362714
* Changed the testModuleExtract and testRequire tests from DependsTests to use ↵Hanno Schlichting2009-07-161-8/+8
| | | | | | | | the email package instead of distutils as a test base. The distutils package gets too much special treatment, for example in virtualenv environments, which obscure the test results. --HG-- branch : distribute extra : rebase_source : f2addfef7c8ace902512fa9ff1859799e3dcca23
* Protected against failures in tarfile extraction, as we use a private method ↵Hanno Schlichting2009-07-161-1/+4
| | | | | | | | which can raise those. Patch as per PJE's setuptools trunk commit r65946. This closes #10. --HG-- branch : distribute extra : rebase_source : c621c9d165d820c32bc08d9a9a168074842e3d66
* Applied patch from pjenvey. This closes #6.Hanno Schlichting2009-07-161-3/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : 96ce51b3a70155a8b87de8ed0f72de8e12a7a27c
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-164-5/+16
| | | | | | --HG-- branch : distribute extra : rebase_source : 3a61d0692c74559b140c179dcc5f4ac4905bb982
* #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
| | | | | | --HG-- branch : distribute extra : rebase_source : c0d03d39e1e5cdfc10d64fe2902ba583b93ef0ba
* #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-162-3/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 40579bb8174f21d24968ce698711c66f624c0839
* changed target version : 0.6c9 -> 0.6Tarek Ziadé2009-07-161-3/+3
| | | | | | --HG-- branch : distribute extra : rebase_source : 1e6897a8ce595224a2a45cb9fab8148a24679591
* Keep site directories (e.g. site-packages) from being included inPJ Eby2008-09-241-5/+5
| | | | | | | | .pth files. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066609
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-242-31/+71
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066597
* Fix for http://bugs.python.org/setuptools/issue37 - missingPJ Eby2008-09-111-1/+1
| | | | | | | | __loader__ running under Google App Engine. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4066389
* Ensure that _full_name is set on all shared libs before extensionsPJ Eby2008-08-211-3/+3
| | | | | | | | | are checked for shared lib usage. (problem reported by Andi Vajda) (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065963
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-212-9/+9
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065955
* Fix for http://bugs.python.org/setuptools/issue29 (backport from trunk)PJ Eby2008-08-211-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065953
* Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)PJ Eby2008-08-211-2/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065951
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-212-15/+11
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065948
* Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)PJ Eby2008-08-212-5/+8
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065945
* Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)PJ Eby2008-08-212-2/+10
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065943
* Enhanced error message per http://bugs.python.org/setuptools/issue28PJ Eby2008-08-211-2/+2
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065941
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065223
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065015
* Fixed ``win32.exe`` support for .pth files, so unnecessary directoryPJ Eby2008-03-101-5/+5
| | | | | | | | | | | | nesting is flattened out in the resulting egg. (There was a case-sensitivity problem that affected some distributions, notably ``pywin32``.) (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4061342
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-1/+1
| | | | | | | | | eggs. Fix missing import in sdist command when encountering unrecognized SVN entries format. (backports from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060849
* Bump versionPJ Eby2008-02-151-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060848
* Added a warning if a namespace package is declared, but its parentPJ Eby2008-02-141-11/+11
| | | | | | | | package is not also declared as a namespace. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060817
* Fix interactions between the various "require" options,PJ Eby2008-01-194-19/+19
| | | | | | | | | | so that downloads aren't repeated and needed eggs are always installed, even if they were downloaded to the setup directory already. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060066
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-185-42/+81
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060062
* Update Pyrex/swig_sources workaround for newer Pyrex versionsPJ Eby2008-01-151-1/+1
| | | | | | | | (backport) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4059983
* Fix not picking up dependency links from recursive dependencies.PJ Eby2008-01-151-4/+4
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4059981
* Backport gui.exe launcher fix.PJ Eby2008-01-032-3/+36
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4059684
* Prevent ``--help-commands`` and other junk from showing under Python 2.5PJ Eby2007-10-081-1/+1
| | | | | | | | when running ``easy_install --help``. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058374
* Fixed a missing files problem when using Windows source distributions onPJ Eby2007-09-261-11/+11
| | | | | | | | | non-Windows platforms, due to distutils not handling manifest file line endings correctly. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058259
* Bump version.PJ Eby2007-09-261-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-043-3/+3
| | | | | | | | | use the Python Package Index's new simpler (and faster!) REST API. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
* Fix import problems with nested namespace packages installed viaPJ Eby2007-09-041-31/+31
| | | | | | | | | | ``--root`` or ``--single-version-externally-managed``, due to the parent package not having the child package as an attribute. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057946
* ``ftp:`` download URLs now work correctly. (backport from trunk)PJ Eby2007-08-242-4/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057371