aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Added test to capture behavior expected behavior on Windows with spaces in th...Jason R. Coombs2013-08-091-0/+4
* Fixed test_get_script_header failures on Windows when Python is in a director...Jason R. Coombs2013-08-091-3/+6
* Remove import *Jason R. Coombs2013-08-091-18/+22
* Spruce up syntax to to address linter warningsJason R. Coombs2013-08-091-42/+26
* Clean up importsJason R. Coombs2013-08-091-3/+13
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-8/+9
|\
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-17/+13
| |\
| * \ Merge with upstreamJason R. Coombs2013-06-181-26/+57
| |\ \
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-8/+9
* | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-2/+2
|\ \ \ \
| * | | | Fix spurious test breakage on 2.7pje2013-04-251-4/+4
* | | | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
* | | | | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
| |_|_|/ |/| | |
* | | | Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
* | | | Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-271-0/+10
| |_|/ |/| |
* | | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-221-21/+21
* | | Issue #208: fixing parse_version and post-release tagsguyroz2011-09-171-3/+17
* | | Issue #237: fixing test on Python2.3guyroz2011-09-161-2/+19
| |/ |/|
* | Update the child's __path__ in declare_namespace, even if the parent isAurelien Bompard2011-06-011-5/+32
* | Don't try to import the parent of a namespace package in declare_namespace --...Aurelien Bompard2011-05-171-1/+27
* | removed assertTrue/assertFalse occurrencesTarek Ziade2010-05-191-19/+19
* | Use assertTrue and assertFalse instead of deprecated failUnless and failIf.0.6.12Arfrever Frehtes Taifersar Arahesis2010-05-061-19/+19
* | avoid running test_get_script_header_jython_workaround undr some py3 environm...tarek2009-12-111-0/+4
* | unknown setuptools version can be added in the working set, refs #90tarek2009-11-111-9/+6
* | an error is raised when installing a 0.7 setuptools with distributeReinout van Rees2009-10-141-4/+15
* | Distribute no longer shadows setuptools if we require a 0.7-seriesReinout van Rees2009-10-141-2/+22
* | fixed the parsed api when dealing with setuptools nametarek2009-10-131-11/+11
* | Redirect stderr as well.Martin v. Löwis2009-09-121-2/+2
|/
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-241-7/+47
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-11/+9
* Get rid of 'sets' module usage under Python 2.4+, so that no warningsPJ Eby2007-02-231-3/+5
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-0/+1
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-271-4/+4
* ``safe_name()`` now allows dots in project names, and there is a newPJ Eby2006-01-101-1/+1
* Make it clearer that Requirement.parse() is the only way for usersPJ Eby2006-01-031-11/+11
* Changed ``parse_version()`` to remove dashes before pre-release tags, soPJ Eby2005-12-061-3/+3
* Added support for ``.egg-info`` files or directories with version/platformPJ Eby2005-12-061-2/+2
* Fixed a problem with ``WorkingSet.resolve()`` that prevented versionPJ Eby2005-11-031-4/+4
* 0.6a7 bugfix releasePJ Eby2005-11-021-1/+1
* Bugfixes. :(PJ Eby2005-09-291-1/+1
* Ensure that WorkingSet.resolve() (and therefore require() as well)PJ Eby2005-09-261-6/+6
* Fix a problem with inconsistent quoting of "extras", reported by IanPJ Eby2005-09-241-1/+1
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-141-6/+6
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-4/+4
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-2/+2
* Misc. bug fixes and doc additions. Add 'iter_entry_points()' API.PJ Eby2005-07-251-6/+6
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-1/+83
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-2/+2
* Catch a few missed terminology changes.PJ Eby2005-07-181-11/+11
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-29/+22