aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_resources.py
Commit message (Expand)AuthorAgeFilesLines
* Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...Jason R. Coombs2014-12-241-4/+2
* Move vendored packaging module into pkg_resources._vendor, restoring independ...Jason R. Coombs2014-12-241-3/+3
* Define a __hash__ on the packaging.version.Version subclassesDonald Stufft2014-12-151-0/+10
* Add more compatability shims to SetuptoolsVersionDonald Stufft2014-12-141-0/+21
* Restore iterating over Version objects for compat with buildoutDonald Stufft2014-12-131-0/+19
* Fix the use of pacakging.version.SpecifierDonald Stufft2014-11-191-1/+1
* Always use the vendored copy of packagingDonald Stufft2014-11-191-6/+3
* Prefer packaging library if available.Jason R. Coombs2014-09-271-2/+8
* Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-251-22/+12
* frozenset is available in Python 2.6Jason R. Coombs2014-07-121-5/+0
* Disable test_two_levels_deep when /tmp is a symlink. The results it is return...Jason R. Coombs2014-07-121-0/+3
* More simple assertsJason R. Coombs2014-07-121-3/+5
* Use simple asserts. pytest handles this nicely. Removes broken _assertIn.Jason R. Coombs2014-07-121-9/+2
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-171-3/+2
* 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