summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-1/+1
* 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
* Use os.pathsep. Fixes failure on Windows8.1b1Jason R. Coombs2014-12-131-1/+1
* tests.egg_info: Test absolute egg-base install"W. Trevor King"2014-10-161-0/+58
* Fix the use of pacakging.version.SpecifierDonald Stufft2014-11-191-1/+1
* Always use the vendored copy of packagingDonald Stufft2014-11-191-6/+3
* Merge branch 'master' into use-packagingDonald Stufft2014-11-191-56/+9
|\
| * Reindent clause. Prefer leading comment to inline.Jason R. Coombs2014-09-291-3/+5
| * Extract variable to be in proximity of its commentJason R. Coombs2014-09-291-2/+4
| * Correct typoJason R. Coombs2014-09-291-1/+1
| * Remove Python 2.5 compatibility methods for zipfilesJason R. Coombs2014-09-291-52/+1
| * Trim excess whitespaceJason R. Coombs2014-09-291-2/+2
* | Prefer packaging library if available.Jason R. Coombs2014-09-271-2/+8
* | Merge github pull request #13 (dstufft/setuptools:use-packaging).Jason R. Coombs2014-09-272-25/+15
|\ \ | |/ |/|
| * Implement PEP 440 by using the packaging libraryDonald Stufft2014-09-252-25/+15
* | Always restore os.environ even if an exception occurs.Jason R. Coombs2014-09-261-5/+6
* | Add docstringJason R. Coombs2014-09-261-0/+4
* | Avoid passing None values to os.environ.Jason R. Coombs2014-09-261-4/+7
* | Meant 'items'Jason R. Coombs2014-09-261-1/+1
* | Correct test assertionJason R. Coombs2014-09-261-1/+1
* | Extracting environment patcherJason R. Coombs2014-09-261-5/+21
* | Skip tests if msvc9compiler isn't available.Jason R. Coombs2014-09-261-2/+4
* | Grab winreg module from distutils.msvc9compilerJason R. Coombs2014-09-261-7/+5
* | Move stable import into stdlib imports sectionJason R. Coombs2014-09-261-2/+2
* | Remove unused importJason R. Coombs2014-09-261-1/+1
* | Remove excess whitespaceJason R. Coombs2014-09-261-14/+12
* | Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a standalo...Steve Dower2014-09-251-0/+135
|/
* sdist command: fix case insensitivity when adding some files to filelistRandy Syring2014-09-201-0/+28
* Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)Jason R. Coombs2014-08-101-0/+3
|\
| * fix failing integration (test_stevedore) test on windows because of an unrele...david2014-06-251-0/+3
* | Add test capturing failure on Python 2.6. Ref #236Jason R. Coombs2014-08-011-0/+6
* | Python 2.3 no longer supportedJason R. Coombs2014-08-011-2/+0
* | Remove unused variableJason R. Coombs2014-08-011-1/+1
* | Merged in mg/setuptools (pull request #69)Jason R. Coombs2014-07-271-4/+4
|\ \
| * | Fix typosMartin Geisler2014-06-291-4/+4
* | | 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
* | | Remove doctests module. It is now part of Python.Jason R. Coombs2014-07-052-2687/+1
* | | next compatibility is no longer requiredJason R. Coombs2014-07-051-1/+1
* | | Since Python 3 will always need the _execfile functionality (to fulfill the t...Jason R. Coombs2014-07-052-4/+6
|/ /
* | Merge pull-request #575.3Jason R. Coombs2014-06-281-0/+37
|\ \ | |/ |/|
| * PY26 doesn't have assertInPhilip Thiem2014-05-171-2/+2
| * Add Regression Tests for svn tagging.Philip Thiem2014-04-231-0/+37
* | Remove unused imports, unused variables, and excess whitespaceJason R. Coombs2014-06-231-4/+2