summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix testsVince Salvino2020-06-2425-75/+75
| | | |
| * | | Add dark mode to HTML output; improve accessibilityVince Salvino2020-02-114-173/+608
| | |/ | |/|
* | | No size is betterNed Batchelder2020-06-112-2/+1
| | |
* | | BetterNed Batchelder2020-05-291-1/+1
| | |
* | | Read the config file contents as bytes, it's just for debugging anyway. #990Ned Batchelder2020-05-233-5/+16
| | |
* | | Use requests link parsingNed Batchelder2020-05-201-7/+3
| | |
* | | GitHub release automationNed Batchelder2020-05-195-45/+244
| | |
* | | Update pylintNed Batchelder2020-05-195-5/+5
| | |
* | | Make the bare help message a bit more helpfulNed Batchelder2020-05-172-2/+2
| | |
* | | Merge branch 'pr/982'Ned Batchelder2020-05-126-11/+50
|\ \ \
| * | | Finish up --precisionNed Batchelder2020-05-126-10/+39
| | | |
| * | | Add --precision switch to report commandTeake Nutma2020-04-302-2/+12
| | | |
* | | | tests/gold/html/Makefile: support more shells (#984)Roland Illig2020-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/gold/html/Makefile: support more shells Not all shells support the `[[` keywords. Among them are many `/bin/sh`. * Update tests/gold/html/Makefile Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* | | | Appveyor should use the same version of pip as everything elseNed Batchelder2020-04-304-7/+9
|/ / /
* | | Downloads badge is working againNed Batchelder2020-04-271-1/+1
| |/ |/|
* | Try to get better bug reportsNed Batchelder2020-04-131-1/+1
| |
* | Oops, wrong issue number in the changelogNed Batchelder2020-04-121-2/+2
| |
* | Version bumpNed Batchelder2020-04-122-1/+6
| |
* | Remove a no-longer needed wheel pincoverage-5.1Ned Batchelder2020-04-121-2/+0
| |
* | Prep for v5.1Ned Batchelder2020-04-123-6/+9
| |
* | New JSON info should be reported on individual files also.Ned Batchelder2020-04-113-2/+9
| |
* | Merge pull request #966 from SZVector/json_dump_all_attributesNed Batchelder2020-04-113-1/+6
|\ \ | | | | | | Extending jsonreport.py to also include all branch attributes
| * | Extending jsonreport.py to also include all branch attributesSalvatore Zagaria2020-04-073-1/+6
| | | | | | | | | | | | Signed-off-by: Salvatore Zagaria <salvatore.zagaria@vector.com>
* | | Beef up the test for get_option(paths)Ned Batchelder2020-04-111-1/+14
| | |
* | | Finish up #967. Thanks, Bernát GáborNed Batchelder2020-04-114-1/+17
| | |
* | | Merge pull request #969 from gaborbernat/967Ned Batchelder2020-04-112-0/+18
|\ \ \ | |/ / |/| | Allow plugins to alter the paths config
| * | Allow plugins to alter the paths configBernat Gabor2020-04-032-0/+18
| | | | | | | | | | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* | | One clarificationNed Batchelder2020-04-051-0/+2
| | |
* | | Make the questions heading so they can be linked toNed Batchelder2020-04-041-9/+14
|/ /
* | Clean upNed Batchelder2020-03-261-1/+2
| |
* | Thanks, Kjell BradenNed Batchelder2020-03-263-2/+6
| |
* | Merge pull request #965 from afflux/fix-964-asyncdef-lineNed Batchelder2020-03-262-0/+19
|\ \ | | | | | | handle decorators for AsyncFunctionDefs. Closes #964
| * | handle decorators for AsyncFunctionDefs. Closes #964Kjell Braden2020-03-242-0/+19
|/ /
* | Bump versionNed Batchelder2020-03-162-1/+6
| |
* | Correct the readmecoverage-5.0.4Ned Batchelder2020-03-161-2/+2
| |
* | Latest sample HTMLNed Batchelder2020-03-1612-23/+28
| |
* | Getting ready for 5.0.4Ned Batchelder2020-03-164-7/+10
| |
* | relative_files makes XML store relative paths. #948.Ned Batchelder2020-03-153-3/+23
| |
* | Improve the changelogNed Batchelder2020-02-291-3/+5
| |
* | sysconfig has been available since 2.7Ned Batchelder2020-02-291-2/+2
| |
* | htmlfiles: Handle localStorage not accessibleAbdealiJK2020-02-293-2/+14
| | | | | | | | | | | | | | | | | | In some cases, if based on the browser's settings - localStorage is not accessible, fallback and don't save the sort-columns into localStorage. While the UX is a little inconvenient, at least the page doesn't break - sorting on columns is still possible, but not retained between pages.
* | Update sphinx to handle 308 redirectsNed Batchelder2020-02-291-1/+1
| |
* | Use latest wheel to make Windows 3.8 work. #949Ned Batchelder2020-02-294-6/+15
| |
* | Fix: doc/config.rst:243: D001 Line too longNed Batchelder2020-02-261-2/+2
| |
* | Adds coverage-conditional-pluginNikita Sobolev2020-02-261-0/+8
| | | | | | | | | | Repo: https://github.com/wemake-services/coverage-conditional-plugin Blog post: https://sobolevn.me/2020/02/conditional-coverage
* | Complete the docs for source_token_lines. #947Ned Batchelder2020-02-261-0/+1
| |
* | Fix bug with missing negative line numbers on PyPy3 7.1 #943Ned Batchelder2020-02-232-1/+5
| |
* | escape backslashes in windows filepath in config docsOleg Höfling2020-02-221-1/+1
| | | | | | | | Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
* | Added arm64 job for Travis-CIossdev072020-02-171-0/+13
|/ | | | Signed-off-by: ossdev07 <ossdev@puresoftware.com>
* tox-battery is fixed for pip 20Ned Batchelder2020-01-281-2/+1
|