aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | use frozenset; 'empty marker' heuristicDaniel Holth2012-07-231-3/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ebe5e94ea2a4dbea2754bef5d056f65f85fe6423
* | | test .dist-info distributionsDaniel Holth2012-07-071-15/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ea6870d73aa69f2deacc50beb2e257d3c21073e4
* | | handle missing provides-extra or requires-distDaniel Holth2012-06-301-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 99392449586f9f299abfd1627ba60b9752caf26d
* | | update docstringDaniel Holth2012-06-301-2/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ee1bf5fd6c851fa3d9c87c1132f0864a811f09e5
* | | simplify Requires-Dist pre-parserDaniel Holth2012-06-301-20/+9
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 10900b24f80bc412881812fcea4e54e473a86068
* | | add missing == to prefix-less Requires-Dist version specifiersDaniel Holth2012-06-291-6/+31
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 131e2f27792688da5dd1f8bf984939ab51403a64
* | | use markerlibDaniel Holth2012-06-291-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a684fafb1aeb44954bdb8604a77fcc8d1549648c
* | | implement environment markersDaniel Holth2012-06-291-10/+36
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 16af7be95f787ab5de573388270b97cda6c9cea7
* | | find .dist-info distributions as wellDaniel Holth2012-06-221-4/+57
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9ec6872c031166c66743ee87d7018161aa415fb1
* | | Fix support for namespace packages with CPython 3.3.Arfrever Frehtes Taifersar Arahesis2012-05-021-0/+8
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3d6c103fefe30d3115dacca58c1a08fd26d0d8fa
* | | Add support for CPython 3.3.Arfrever Frehtes Taifersar Arahesis2012-05-021-0/+16
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b2b90c6df17a19e6e9b876f13a9c3239e41fa141
* | | workaround a cache issue refers #258Tarek Ziade2011-11-171-0/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c8897b0541098e34f4347621f54ed79ef32be229
* | | Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+1
| |/ |/| | | | | | | | | | | | | including tests --HG-- branch : distribute extra : rebase_source : f953ba35614c338161249d6d74c7cda08acdf32b
* | Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-4/+4
| | | | | | | | | | | | | | | | already a namespace package -- fixes #204 --HG-- branch : distribute extra : rebase_source : 48e1ed2309ae053b8987a664231e72c35a0bbb40
* | Adds some missing bits to the sandbox fix--need to actually save/restore the ↵Erik Bray2011-05-201-0/+1
| | | | | | | | | | | | | | | | pkg_resources state. --HG-- branch : distribute extra : rebase_source : 961ca56f30a6aabb5d24eff3cabb527d1be93ae4
* | save the working set stateTarek Ziade2011-05-201-10/+46
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 001d8f0f0c467b664751fffc42b1b1c344654e93
* | Don't try to import the parent of a namespace package in declare_namespace ↵Aurelien Bompard2011-05-171-5/+6
| | | | | | | | | | | | | | | | -- fixes #204 --HG-- branch : distribute extra : rebase_source : 1644e937b2d0b2fae58e27740d0fddfe082586cd
* | avoiding name collisions when looking for md5 in fragmentTarek Ziade2010-05-251-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8b9469b9b9b4d8769ee5e6655aa1b75c207905b8
* | using urlparse to extract the fragmentTarek Ziade2010-05-251-3/+10
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a377df45aa49dd8eb33c52875b590401c5ddbef8
* | fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-191-2/+5
| | | | | | | | | | | | | | | | index links before external page links. --HG-- branch : distribute extra : rebase_source : d190057280e7cb27317eb4aa40e75f1c851ed6e5
* | make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-3/+4
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5
* | Removed spurious UserWarnings. Fixes #134Tarek Ziade2010-04-051-1/+2
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : be9d958a083e556228597d044267d7e15a826649
* | Python 2.7 compattarek2010-01-241-1/+5
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f60f3110e0dd27c406f8fc48c4ed49da4dec8cac
* | fixed the error message used in DistributionNotFound, otherwise it breaks ↵tarek2009-12-121-3/+7
| | | | | | | | | | | | | | | | zc.buildout --HG-- branch : distribute extra : rebase_source : fbcd6099522983770243735997694c3da40cd59f
* | Uses plistlib instead of re. Thanks Florian refs #92tarek2009-12-101-8/+7
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f3e61a21dc640a621364736b2a60fa9eb337ae1b
* | fixed the MacPorts failure when platform.mac_ver() fails - fixes #92tarek2009-12-101-0/+10
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b8bf9830479ce1433cf6c0b0c97c628a2876675c
* | 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