summaryrefslogtreecommitdiff
path: root/pkg_resources.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | displaying the package locationtarek2009-11-301-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : bdc220d0997e6a50027bdaa96bf69e2bccd3415b
* | nicer message when DistributionNotFound is raisedtarek2009-11-141-1/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b25209fbcd33b497cb92ed7d8f442403c4eaf152
* | unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-1/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c0aabd45025465b61ffd23a2196994f4afece233
* | make sure pkg_resources can be imported in GAE - refs #73tarek2009-10-181-1/+14
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fa1f9aca1bb3b231b7e709de9fc78973cce053ed
* | we need to be able to use these API to detect the real setuptools at ↵tarek2009-10-151-4/+4
| | | | | | | | | | | | | | | | bootstrap time --HG-- branch : distribute extra : rebase_source : befcf5fc39937e17b8f830b8393fcc6b1bafa17a
* | an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-141-2/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f68fe9818972a09d858f2bb59ef47682353f600d
* | Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-141-4/+22
| | | | | | | | | | | | | | | | | | setuptools. Added _override_setuptools() checker method and calling it in two places that checks whether we request a setuptools from the 0.7 series. Including test. --HG-- branch : distribute extra : rebase_source : 51c89e02721de2e31c9392d1ead76ac1e828810c
* | Indicated spot where extra setuptools >= 0.7 check needs to happenReinout van Rees2009-10-141-0/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6b80caf47a8c7642e629af9f271f33e25a7c890f
* | marked the two spots where a setuptools < 0.7 check needs to happenReinout van Rees2009-10-141-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1bca77205a947da3227c069e237951258fc72ffb
* | tiny tweak in docstring to not throw off emacs' syntax highligtingReinout van Rees2009-10-141-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b5719cdd1428dc109af18925312b773cbaa0e22b
* | fixed the parsed api when dealing with setuptools nametarek2009-10-131-5/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9490c98e075e2473c7a7310822103f375d5f3832
* | no setuptools req are returnedtarek2009-10-131-0/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9f1046762c344f8646742365d4beca34ae51c228
* | using project_name instead so we don't bother with the versiontarek2009-10-131-19/+11
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c878e223405487eb8b58c69ba7d0b62b02c7d4cd
* | making sure a setuptools requirement is turned into a distribute onetarek2009-10-131-0/+6
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 444d838a772b878838d54c9dfc78afee4dbe83f2
* | the parse API needs to return distribute when setuptools is askedtarek2009-10-101-0/+13
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 485e5999425fb57f1f0fce496ffc209a9bfe54e8
* | Changed file() calls to open() callsagronholm2009-09-271-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a2567f3f28d896dd0abbbed8a2626cc4ecb3e44e
* | Apparently a __ne__ method is necessary, at least under Python 2.4, or you ↵Lennart Regebro2009-09-241-0/+2
| | | | | | | | | | | | | | | | risk having both Distr1 == Distr2 be True, while Distr1 != Distr2 is also True. --HG-- branch : distribute extra : rebase_source : 3128c7105c4fdabd1bfceb105ca57cfb371eacec
* | Replace cmp.Martin v. Löwis2009-09-121-1/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3d8d4d289d13bbb9fb9c946e31282c578264f626
* | Add rich comparison to distribution object.Martin v. Löwis2009-09-121-1/+13
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 858ac6c7ad2389ba70d443480d955d3ec1e39d76
* | Revert previous change: _get gives bytes in 3.x.Martin v. Löwis2009-09-121-5/+11
| | | | | | | | | | | | | | | | Instead, have get_metadata decode from utf-8. --HG-- branch : distribute extra : rebase_source : 6050e699017705a297d45334e985978535fd245f
* | Open _get streams in binary mode.Martin v. Löwis2009-09-111-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 81baa71c46d64e1d3431bae843a04f163976bf8f
* | Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-2/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3327441a867ad2878553ed1d42418a7e68ee3067
* | Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-081-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4a2876da3de96acd0cae98f6cc2cdac28ed39846
* | removing setuptools module names from user warningstarek2009-08-051-1/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f20f663e7122029c873fde4df0b076697d3c4a44
* | fixed distribution key in check_version_conflict. I first thaught it was the ↵tarek2009-07-211-1/+1
| | | | | | | | | | | | | | | | #36 issue of setuptools but it's not. --HG-- branch : distribute extra : rebase_source : 87a541261be9881f95e7d62308f99f89f6319dd9
* | adding the distribute marker here tootarek2009-07-211-0/+9
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3278ed8e7f622b6ece09190ba704832cb23480e9
* | Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API ↵Hanno Schlichting2009-07-171-8/+3
| | | | | | | | | | | | | | | | instead. Based on a patch from ronaldoussoren. This closes #5. --HG-- branch : distribute extra : rebase_source : a608bd596af3fab7caaed024b5699341ba8d9a5a
* | Fixed a SandboxViolation for mkdir that could occur in certain cases. This ↵Hanno Schlichting2009-07-171-10/+10
| | | | | | | | | | | | | | | | closes http://bitbucket.org/tarek/distribute/issue/13. This is a backport of a patch made by PJE on setuptools trunk. --HG-- branch : distribute extra : rebase_source : dcce2f853c21d323a80375c19bcf94c96826aa4e
* | Cherry-picked documentation and style changes from setuptools trunkHanno Schlichting2009-07-171-12/+3
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 90744e00df97b8b79c6780d7600f189bf2e39a6c
* | Allow to find_on_path on systems with tight permissions to fail gracefully. ↵Hanno Schlichting2009-07-161-1/+1
| | | | | | | | | | | | | | | | This closes #9. --HG-- branch : distribute extra : rebase_source : ff1f9a886a4524e59ea14f4063bf9074d0568082
* | Corrected inconsitency between documentation and code of add_entry. This ↵Hanno Schlichting2009-07-161-1/+1
| | | | | | | | | | | | | | | | closes #8. --HG-- branch : distribute extra : rebase_source : b38177940dc7df122d6faa535f32025e241fc129
* | Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-161-1/+4
|/ | | | | | --HG-- branch : distribute extra : rebase_source : 3a61d0692c74559b140c179dcc5f4ac4905bb982
* Backport doc changes from trunkPJ Eby2008-08-211-2/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065935
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-3/+3
| | | | | | | | | 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
* Fix package precedence problem where single-version eggs installed inPJ Eby2007-09-041-2/+2
| | | | | | | | | | ``site-packages`` would take precedence over ``.egg`` files (or directories) installed in ``site-packages``. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057944
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-311-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055712
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-231-1/+1
| | | | | | | | projects installed using ``setup.py develop``. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053877
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-2/+43
| | | | | | | | are issued by Python 2.6. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053871
* Actually process relative .egg-link files (backport from trunk)PJ Eby2007-02-151-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053794
* Fix extracted C extensions not having executable permissions under Cygwin.PJ Eby2007-02-081-1/+42
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053674
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-1/+1
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052002
* More Python 2.5 compatibility fixes.PJ Eby2006-09-201-7/+7
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051937
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-7/+7
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051935
* Fix a problem with eggs specified directly on ``PYTHONPATH`` onPJ Eby2006-07-211-3/+3
| | | | | | | | | | case-insensitive filesystems possibly not showing up in the default working set, due to differing normalizations of ``sys.path`` entries. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050757
* Fixed a duplicate path insertion problem on case-insensitivePJ Eby2006-06-071-11/+52
| | | | | | | | filesystems. (Merge from 0.7 trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046712
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-271-1/+1
| | | | | | | | between it and the extras. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045765
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-7/+7
| | | | | | | | | | | ``get_build_platform()`` to work around a Mac versioning problem that caused the behavior of ``compatible_platforms()`` to be platform specific. (Backport from 0.7 trunk, rev 45536) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045538
* Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so thatPJ Eby2006-03-291-43/+125
| | | | | | | | | | cache permission problems get a more user-friendly explanation of the problem, and so that programs can catch and handle extraction errors if they need to. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043426
* Eliminate spurious warnings due to case-insensitive file systemsPJ Eby2006-03-281-2/+2
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043403
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``PJ Eby2006-02-141-7/+130
| | | | | | | | | method to ``WorkingSet``, and the ``__add__()`` and ``__iadd__()`` methods to ``Environment``. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042358