aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.txt
Commit message (Collapse)AuthorAgeFilesLines
* pushed the doc in the docs/ dir. now hooked in the Sphinxtarek2009-07-171-1692/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : c72bb6c10e710480990bb9a8370c14a271e81894
* now has a unique CHANGES file. Later on when the project will be splitted in ↵tarek2009-07-171-274/+0
| | | | | | | | 2 or 3, each project will gets its own CHANGES file --HG-- branch : distribute extra : rebase_source : f79d35b594237c452828c5ac143e656c03dcdb82
* Cherry-picked documentation and style changes from setuptools trunkHanno Schlichting2009-07-171-1/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : 90744e00df97b8b79c6780d7600f189bf2e39a6c
* Figured out where to put changelog entries.Hanno Schlichting2009-07-161-2/+12
| | | | | | --HG-- branch : distribute extra : rebase_source : 2e8a06177af5f03cf47803ef59bdab093d35a008
* 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
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-0/+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-0/+5
| | | | | | | | | | ``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-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055712
* Actually process relative .egg-link files (backport from trunk)PJ Eby2007-02-151-0/+2
| | | | | | --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-0/+3
| | | | | | | | (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/+5
| | | | | | | | (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-0/+7
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051937
* Fix a problem with eggs specified directly on ``PYTHONPATH`` onPJ Eby2006-07-211-0/+5
| | | | | | | | | | 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
* Include more detailed version ranges spec, and make Requirement.specs aPJ Eby2006-07-101-0/+19
| | | | | | | | public/documented attribute. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050532
* Clarify the limitations of get_provider(packagename)PJ Eby2006-06-071-4/+10
| | | | | | | | (merge from 0.7 trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046714
* Fixed a duplicate path insertion problem on case-insensitivePJ Eby2006-06-071-0/+3
| | | | | | | | 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
* Document 0.6b1 fixesPJ Eby2006-05-121-0/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045985
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-2/+17
| | | | | | | | | | | ``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-0/+29
| | | | | | | | | | 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
* Misc. doc fixesPJ Eby2006-02-151-8/+9
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042381
* Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``PJ Eby2006-02-141-25/+123
| | | | | | | | | 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
* Misc. doc additions: callback exception handling, and an assortment ofPJ Eby2006-02-121-0/+7
| | | | | | | | tips and techniques for using easy_install. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042336
* Added ``Distribution.clone()`` method, and keyword argument support toPJ Eby2006-02-071-8/+24
| | | | | | | | | | other ``Distribution`` constructors. Added the ``DEVELOP_DIST`` precedence, and automatically assign it to eggs using ``.egg-info`` format. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042259
* ``safe_name()`` now allows dots in project names, and there is a newPJ Eby2006-01-101-0/+13
| | | | | | | | | | | | | | | ``to_filename()`` function that escapes project names and versions for safe use in constructing egg filenames from a Distribution object's metadata. Note that allowing dots may now cause problems for projects with '.' in the name that were previously installed, since such projects had to be spelled with a '-' before. The '-' name will no longer match the '.' project, and there is no real room for backward compatibility here. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041994
* Changed ``parse_version()`` to remove dashes before pre-release tags, soPJ Eby2005-12-061-1/+11
| | | | | | | | | | | that ``0.2-rc1`` is considered an *older* version than ``0.2``, and is equal to ``0.2rc1``. The idea that a dash *always* meant a post-release version was highly non-intuitive to setuptools users and Python developers, who seem to want to use ``-rc`` version numbers a lot. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041630
* Added support for ``.egg-info`` files or directories with version/platformPJ Eby2005-12-061-0/+15
| | | | | | | | | | | information embedded in the filename, so that system packagers have the option of including ``PKG-INFO`` files to indicate the presence of a system-installed egg, without needing to use ``.egg`` directories, zipfiles, or ``.pth`` manipulation. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041615
* Misc. doc enhancementsPJ Eby2005-12-011-2/+12
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041572
* Don't raise an error when an invalid (unfinished) distribution is foundPJ Eby2005-11-181-1/+6
| | | | | | | | | unless absolutely necessary. Warn about skipping invalid/unfinished eggs when building an Environment. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041469
* Fixed a problem with nested namespace packages (e.g. ``peak.util``) notPJ Eby2005-11-131-0/+3
| | | | | | | | being set as an attribute of their parent package. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041431
* Record case-insensitivity fix.PJ Eby2005-11-091-0/+2
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041411
* * Improved runtime conflict warning message to identify a line in the user'sPJ Eby2005-11-041-0/+6
| | | | | | | | | | | program, rather than flagging the ``warn()`` call in ``pkg_resources``. * Avoid giving runtime conflict warnings for namespace packages, even if they were declared by a different package than the one currently being activated. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041391
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionPJ Eby2005-11-031-0/+4
| | | | | | | | conflicts from being detected at runtime. (As reported by Ian Bicking.) --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041380
* Fix documentation typos, and note that Python 2.4 is required on 64-bitPJ Eby2005-11-021-1/+1
| | | | | | | | | platforms (due to a bugfix in zipimport.c that was never backported to the 2.3 branch). --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041378
* Fixed a problem extracting zipped files on Windows, when the egg inPJ Eby2005-10-221-0/+3
| | | | | | | | question has had changed contents but still has the same version number. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041267
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-0/+4
| | | | | | | | | | | | | means that people are finally doing enough things with setuptools to have real-life version conflict scenarios. Luckily, the fix is trivial: use breadth-first instead of depth-first dependency processing, which I thought we were already doing anyway, but weren't. And we were giving precedence to already-installed packages, which means upgrades didn't work so well. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041265
* Significantly enhanced support and docs for "non-root" installation,PJ Eby2005-10-171-0/+11
| | | | | | | | | | | | | | | | | | | | including both "virtual" and PYTHONPATH-based installs. The activation precedence of distributions has also changed so that PYTHONPATH-based non-root installs can include eggs that override system-defined packages (whether managed or unmanaged). This version should eliminate most common installation complaints from non-root Python users. Note: this version includes a hacked 'site.py' to support processing .pth files in directories that come *before* site-packages on sys.path. However, because of its placement, it should only come into play when a user puts the setuptools .egg file *directly* on PYTHONPATH, so it doesn't affect "virtual" or "root" installations. It's strictly to provide support for luddites who refuse to give up their existing non-root PYTHONPATH setup unless you pry it from their cold, dead hands. :) --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041262
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-261-0/+3
| | | | | | | | | | returns a list of the relevant distributions, even if they are found in the working set rather than the environment. This fixes some problems in the 0.6a3 release. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041256
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-241-1/+14
| | | | | | | | Bicking on the distutils-sig. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041253
* 0.6a1 release of setuptools.PJ Eby2005-09-141-12/+77
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041242
* Give pkg_resources its own revision history; add some notes on today'sPJ Eby2005-08-221-0/+146
| | | | | | | | fixes and enhancements. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041223
* More documentation enhancements.PJ Eby2005-08-221-1/+4
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041222
* Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip'PJ Eby2005-08-211-1/+1
| | | | | | | | extension for eggs. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041213
* Fix some reST formatting problems and other issues discovered during aPJ Eby2005-08-141-6/+11
| | | | | | | | quick review. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041198
* Document "Distribution" objects. Now the API reference is complete, and IPJ Eby2005-08-141-7/+195
| | | | | | | | | just need to write the Overview and Developer's Guide sections so that most people won't have to actually *read* the API reference. :) --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041197
* Documentation for namespace packages, working sets, and supporting customPJ Eby2005-08-141-21/+405
| | | | | | | | | PEP 302 importers. Once the "Distribution" class is documented, this will be a complete API reference for pkg_resources. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041196
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-141-9/+95
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041194
* Document "Requirement" objects.PJ Eby2005-08-141-1/+88
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041193
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-7/+187
| | | | | | | | Also fixed a few bugs. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041192
* Document resource and metadata access APIs.PJ Eby2005-08-071-18/+117
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041187
* Add docs for exceptions, and for much of the ResourceManager API.PJ Eby2005-08-071-5/+161
| | | | | | --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041186