summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix changelogotherRonny Pfannschmidt2018-05-211-2/+2
* breaking change - no longer accept plain strings from parseRonny Pfannschmidt2018-05-212-14/+5
* blackify test_setuptools_supportRonny Pfannschmidt2018-05-211-2/+2
* sort out latent typeerrorRonny Pfannschmidt2018-05-211-1/+1
* sort out parse_version debugging, fixes #261Ronny Pfannschmidt2018-05-214-17/+22
* fix pythonpath in test_setuptools_supportRonny Pfannschmidt2018-05-201-1/+7
* document SETUPTOOLS_SCM_DEBUG, fixes #260Ronny Pfannschmidt2018-05-201-1/+3
* add note on testing against a non-installed version to readmeRonny Pfannschmidt2018-05-201-0/+13
* Merge pull request #264 from pypa/src-layoutRonny Pfannschmidt2018-05-1916-5/+7
|\
| * changelog and version 3.0.0 prepsRonny Pfannschmidt2018-05-191-2/+2
| * switch to src/ layoutRonny Pfannschmidt2018-05-1915-3/+5
|/
* changelog updateRonny Pfannschmidt2018-05-181-0/+7
* Merge pull request #263 from RonnyPfannschmidt/print-module-sourcesRonny Pfannschmidt2018-05-181-1/+2
|\
| * print the origin of modules we obtain the version ofRonny Pfannschmidt2018-05-181-1/+2
|/
* Merge pull request #257 from asottile/patch-1Ronny Pfannschmidt2018-05-131-5/+5
|\
| * Use tox's `TOXENV` to run appveyor testsAnthony Sottile2018-05-131-5/+5
|/
* Merge pull request #256 from asottile/patch-1Ronny Pfannschmidt2018-05-131-4/+1
|\
| * Globally exclude the vendored `win_py31_compat.py` fileAnthony Sottile2018-05-131-4/+1
|/
* Merge pull request #255 from RonnyPfannschmidt/blackRonny Pfannschmidt2018-05-1328-631/+660
|\
| * add pre commit config to manifest excludeRonny Pfannschmidt2018-05-131-0/+1
| * steal pre-commit config from toxRonny Pfannschmidt2018-05-135-5/+27
| * inflict black on the codebase :)Ronny Pfannschmidt2018-05-1324-626/+632
|/
* changelogv2.1.0Ronny Pfannschmidt2018-05-131-0/+2
* Merge pull request #254 from acsone/finder-coverageRonny Pfannschmidt2018-05-111-2/+32
|\
| * Tweak test skip reasonsStéphane Bidoul (ACSONE)2018-05-111-2/+2
| * Improve file finder test coverageStéphane Bidoul (ACSONE)2018-05-111-0/+30
|/
* Merge pull request #253 from acsone/symlink-edge-casesRonny Pfannschmidt2018-05-112-4/+64
|\
| * Improve docstringStéphane Bidoul (ACSONE)2018-05-101-0/+1
| * Improve docstringStéphane Bidoul (ACSONE)2018-05-101-1/+2
| * file finder: symlink edge casesStéphane Bidoul (ACSONE)2018-05-102-3/+61
|/
* correct typoJason R. Coombs2018-05-101-1/+1
* Merge pull request #252 from acsone/issue-251-sbiRonny Pfannschmidt2018-04-2910-98/+174
|\
| * Fix hg file finder in presence of white space in pathsStéphane Bidoul (ACSONE)2018-04-282-1/+10
| * Rework file finder integrationStéphane Bidoul (ACSONE)2018-04-281-19/+11
| * Refactor hg and git file finders to use the same algorithmStéphane Bidoul (ACSONE)2018-04-286-38/+98
| * Do not fail when git file finder runs in empty subdirectoryStéphane Bidoul (ACSONE)2018-04-281-1/+0
| * Silence useless warning when git repo not foundStéphane Bidoul (ACSONE)2018-04-281-3/+4
| * Add tests to demonstrate issue 251Stéphane Bidoul (ACSONE)2018-04-282-0/+15
|/
* changelogRonny Pfannschmidt2018-04-271-0/+7
* Merge pull request #249 from RonnyPfannschmidt/fix-win32Ronny Pfannschmidt2018-04-272-10/+17
|\
| * mark setuptools integration tests as xfail until a windows user can find the ...Ronny Pfannschmidt2018-04-271-3/+8
| * enhance setuptools version loading debuggingRonny Pfannschmidt2018-04-271-6/+8
| * fix test_latest_tag_detection by always specifiying hg user and tagRonny Pfannschmidt2018-04-271-1/+1
|/
* Merge pull request #247 from acsone/git_file_finder-sbiRonny Pfannschmidt2018-04-277-17/+210
|\
| * Handle windows path separators in testsStéphane Bidoul (ACSONE)2018-04-262-24/+32
| * Normalize case when looking up file in git file listStéphane Bidoul (ACSONE)2018-04-261-6/+8
| * Add file name case testStéphane Bidoul (ACSONE)2018-04-261-0/+13
| * Skip symlink tests on WindowsStéphane Bidoul (ACSONE)2018-04-261-0/+6
| * Remove file headers to follow local styleStéphane Bidoul (ACSONE)2018-04-252-8/+0
| * Fix existing git file finder testStéphane Bidoul (ACSONE)2018-04-251-2/+4