| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix changelogother | Ronny Pfannschmidt | 2018-05-21 | 1 | -2/+2 |
| * | breaking change - no longer accept plain strings from parse | Ronny Pfannschmidt | 2018-05-21 | 2 | -14/+5 |
| * | blackify test_setuptools_support | Ronny Pfannschmidt | 2018-05-21 | 1 | -2/+2 |
| * | sort out latent typeerror | Ronny Pfannschmidt | 2018-05-21 | 1 | -1/+1 |
| * | sort out parse_version debugging, fixes #261 | Ronny Pfannschmidt | 2018-05-21 | 4 | -17/+22 |
| * | fix pythonpath in test_setuptools_support | Ronny Pfannschmidt | 2018-05-20 | 1 | -1/+7 |
| * | document SETUPTOOLS_SCM_DEBUG, fixes #260 | Ronny Pfannschmidt | 2018-05-20 | 1 | -1/+3 |
| * | add note on testing against a non-installed version to readme | Ronny Pfannschmidt | 2018-05-20 | 1 | -0/+13 |
| * | Merge pull request #264 from pypa/src-layout | Ronny Pfannschmidt | 2018-05-19 | 16 | -5/+7 |
| |\ | |||||
| | * | changelog and version 3.0.0 preps | Ronny Pfannschmidt | 2018-05-19 | 1 | -2/+2 |
| | * | switch to src/ layout | Ronny Pfannschmidt | 2018-05-19 | 15 | -3/+5 |
| |/ | |||||
| * | changelog update | Ronny Pfannschmidt | 2018-05-18 | 1 | -0/+7 |
| * | Merge pull request #263 from RonnyPfannschmidt/print-module-sources | Ronny Pfannschmidt | 2018-05-18 | 1 | -1/+2 |
| |\ | |||||
| | * | print the origin of modules we obtain the version of | Ronny Pfannschmidt | 2018-05-18 | 1 | -1/+2 |
| |/ | |||||
| * | Merge pull request #257 from asottile/patch-1 | Ronny Pfannschmidt | 2018-05-13 | 1 | -5/+5 |
| |\ | |||||
| | * | Use tox's `TOXENV` to run appveyor tests | Anthony Sottile | 2018-05-13 | 1 | -5/+5 |
| |/ | |||||
| * | Merge pull request #256 from asottile/patch-1 | Ronny Pfannschmidt | 2018-05-13 | 1 | -4/+1 |
| |\ | |||||
| | * | Globally exclude the vendored `win_py31_compat.py` file | Anthony Sottile | 2018-05-13 | 1 | -4/+1 |
| |/ | |||||
| * | Merge pull request #255 from RonnyPfannschmidt/black | Ronny Pfannschmidt | 2018-05-13 | 28 | -631/+660 |
| |\ | |||||
| | * | add pre commit config to manifest exclude | Ronny Pfannschmidt | 2018-05-13 | 1 | -0/+1 |
| | * | steal pre-commit config from tox | Ronny Pfannschmidt | 2018-05-13 | 5 | -5/+27 |
| | * | inflict black on the codebase :) | Ronny Pfannschmidt | 2018-05-13 | 24 | -626/+632 |
| |/ | |||||
| * | changelogv2.1.0 | Ronny Pfannschmidt | 2018-05-13 | 1 | -0/+2 |
| * | Merge pull request #254 from acsone/finder-coverage | Ronny Pfannschmidt | 2018-05-11 | 1 | -2/+32 |
| |\ | |||||
| | * | Tweak test skip reasons | Stéphane Bidoul (ACSONE) | 2018-05-11 | 1 | -2/+2 |
| | * | Improve file finder test coverage | Stéphane Bidoul (ACSONE) | 2018-05-11 | 1 | -0/+30 |
| |/ | |||||
| * | Merge pull request #253 from acsone/symlink-edge-cases | Ronny Pfannschmidt | 2018-05-11 | 2 | -4/+64 |
| |\ | |||||
| | * | Improve docstring | Stéphane Bidoul (ACSONE) | 2018-05-10 | 1 | -0/+1 |
| | * | Improve docstring | Stéphane Bidoul (ACSONE) | 2018-05-10 | 1 | -1/+2 |
| | * | file finder: symlink edge cases | Stéphane Bidoul (ACSONE) | 2018-05-10 | 2 | -3/+61 |
| |/ | |||||
| * | correct typo | Jason R. Coombs | 2018-05-10 | 1 | -1/+1 |
| * | Merge pull request #252 from acsone/issue-251-sbi | Ronny Pfannschmidt | 2018-04-29 | 10 | -98/+174 |
| |\ | |||||
| | * | Fix hg file finder in presence of white space in paths | Stéphane Bidoul (ACSONE) | 2018-04-28 | 2 | -1/+10 |
| | * | Rework file finder integration | Stéphane Bidoul (ACSONE) | 2018-04-28 | 1 | -19/+11 |
| | * | Refactor hg and git file finders to use the same algorithm | Stéphane Bidoul (ACSONE) | 2018-04-28 | 6 | -38/+98 |
| | * | Do not fail when git file finder runs in empty subdirectory | Stéphane Bidoul (ACSONE) | 2018-04-28 | 1 | -1/+0 |
| | * | Silence useless warning when git repo not found | Stéphane Bidoul (ACSONE) | 2018-04-28 | 1 | -3/+4 |
| | * | Add tests to demonstrate issue 251 | Stéphane Bidoul (ACSONE) | 2018-04-28 | 2 | -0/+15 |
| |/ | |||||
| * | changelog | Ronny Pfannschmidt | 2018-04-27 | 1 | -0/+7 |
| * | Merge pull request #249 from RonnyPfannschmidt/fix-win32 | Ronny Pfannschmidt | 2018-04-27 | 2 | -10/+17 |
| |\ | |||||
| | * | mark setuptools integration tests as xfail until a windows user can find the ... | Ronny Pfannschmidt | 2018-04-27 | 1 | -3/+8 |
| | * | enhance setuptools version loading debugging | Ronny Pfannschmidt | 2018-04-27 | 1 | -6/+8 |
| | * | fix test_latest_tag_detection by always specifiying hg user and tag | Ronny Pfannschmidt | 2018-04-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #247 from acsone/git_file_finder-sbi | Ronny Pfannschmidt | 2018-04-27 | 7 | -17/+210 |
| |\ | |||||
| | * | Handle windows path separators in tests | Stéphane Bidoul (ACSONE) | 2018-04-26 | 2 | -24/+32 |
| | * | Normalize case when looking up file in git file list | Stéphane Bidoul (ACSONE) | 2018-04-26 | 1 | -6/+8 |
| | * | Add file name case test | Stéphane Bidoul (ACSONE) | 2018-04-26 | 1 | -0/+13 |
| | * | Skip symlink tests on Windows | Stéphane Bidoul (ACSONE) | 2018-04-26 | 1 | -0/+6 |
| | * | Remove file headers to follow local style | Stéphane Bidoul (ACSONE) | 2018-04-25 | 2 | -8/+0 |
| | * | Fix existing git file finder test | Stéphane Bidoul (ACSONE) | 2018-04-25 | 1 | -2/+4 |
