Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use abspath to rc file so that chdir doesn't bork us. #890 | Ned Batchelder | 2019-12-23 | 2 | -3/+5 | |
| | ||||||
* | Catch and display expceptions during multiprocessing bootstrap. | Ned Batchelder | 2019-12-23 | 1 | -5/+13 | |
| | ||||||
* | A way to artificially crash coverage, for testing. | Ned Batchelder | 2019-12-23 | 2 | -1/+8 | |
| | ||||||
* | Version bump | Ned Batchelder | 2019-12-22 | 1 | -1/+1 | |
| | ||||||
* | Prep for 5.0.1coverage-5.0.1 | Ned Batchelder | 2019-12-22 | 1 | -1/+1 | |
| | ||||||
* | Detect when a 4.x data file is being read. #886 | Ned Batchelder | 2019-12-22 | 1 | -1/+14 | |
| | ||||||
* | Tweak some coverage details of switch_context code | Ned Batchelder | 2019-12-22 | 2 | -6/+2 | |
| | ||||||
* | bpo 39114 broke 3.9, but maybe it's their bug | Ned Batchelder | 2019-12-21 | 1 | -0/+4 | |
| | ||||||
* | fix context reporting for relative_files | David Szotten | 2019-12-21 | 2 | -4/+3 | |
| | | | | | | fix reporting of contexts when `relative_files = True` fixes #900 | |||||
* | Python 3.9a2 reverted how argv[0] is handled | Ned Batchelder | 2019-12-21 | 1 | -1/+0 | |
| | ||||||
* | Workaround issue with relpath on Windows. #895 | Olivier Grisel | 2019-12-19 | 1 | -1/+8 | |
| | ||||||
* | run --append --concurrency=multiprocessing didn't use a suffix for the main ↵ | Ned Batchelder | 2019-12-17 | 1 | -4/+6 | |
| | | | | process. #880 | |||||
* | Be clear about the documented parts of the API. | Ned Batchelder | 2019-12-16 | 1 | -0/+4 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-12-14 | 1 | -1/+1 | |
| | ||||||
* | Prep for 5.0 | Ned Batchelder | 2019-12-13 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-12-08 | 1 | -1/+1 | |
| | ||||||
* | Polish up cmd.rst | Ned Batchelder | 2019-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix two misspellings | Ned Batchelder | 2019-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix a typo | Ned Batchelder | 2019-12-07 | 1 | -1/+1 | |
| | ||||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 2 | -6/+35 | |
| | ||||||
* | A helper to get code objects | Ned Batchelder | 2019-12-02 | 2 | -5/+10 | |
| | ||||||
* | Polishing from a lightning talk | Ned Batchelder | 2019-12-02 | 1 | -8/+8 | |
| | ||||||
* | The [paths] setting is ordered. #649 | Ned Batchelder | 2019-12-01 | 1 | -2/+5 | |
| | ||||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 4 | -21/+31 | |
| | ||||||
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 2 | -3/+3 | |
| | | | | It meant file names could be incorrectly expanded. | |||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 4 | -1/+17 | |
| | ||||||
* | Report file names the way Python does: '{}', not {!r} | Ned Batchelder | 2019-11-25 | 2 | -2/+2 | |
| | ||||||
* | Implement __spec__ for files we run. #745 #838 | Ned Batchelder | 2019-11-24 | 1 | -15/+40 | |
| | ||||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 2 | -30/+30 | |
| | ||||||
* | Another detail about numbits_to_nums | Ned Batchelder | 2019-11-15 | 1 | -0/+4 | |
| | ||||||
* | Make howitworks current | Ned Batchelder | 2019-11-15 | 1 | -5/+11 | |
| | ||||||
* | Updated register_sqlite_functions() docstring | Simon Willison | 2019-11-12 | 1 | -0/+1 | |
| | ||||||
* | Expose numbits_to_nums() SQL function, refs #868 | Simon Willison | 2019-11-12 | 1 | -0/+2 | |
| | ||||||
* | Templite {% joined %} is more convenient than trailing hyphens | Ned Batchelder | 2019-11-11 | 2 | -30/+41 | |
| | ||||||
* | Bump version | Ned Batchelder | 2019-11-11 | 1 | -1/+1 | |
| | ||||||
* | Napoleon gets noisy if you use informal types | Ned Batchelder | 2019-11-11 | 2 | -27/+20 | |
| | ||||||
* | Update the man page, and in the process, organize cmdline.py | Ned Batchelder | 2019-11-10 | 1 | -25/+25 | |
| | ||||||
* | 5.0b1 prep | Ned Batchelder | 2019-11-10 | 1 | -1/+1 | |
| | ||||||
* | Tweaks to Coverage docstrings | Ned Batchelder | 2019-11-10 | 1 | -10/+10 | |
| | ||||||
* | Finish the sqldata.py docstrings | Ned Batchelder | 2019-11-10 | 2 | -12/+53 | |
| | ||||||
* | Remove unneeded variable initialization | Ned Batchelder | 2019-11-09 | 1 | -3/+0 | |
| | ||||||
* | Make sure dataio logging is happening where it should | Ned Batchelder | 2019-11-09 | 1 | -0/+2 | |
| | ||||||
* | CoverageData.lines doesn't sort its returned list | Ned Batchelder | 2019-11-09 | 1 | -1/+1 | |
| | ||||||
* | sqldata.py docstrings | Ned Batchelder | 2019-11-09 | 1 | -31/+118 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 2 | -9/+3 | |
| | ||||||
* | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 1 | -1/+1 | |
| | ||||||
* | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 1 | -1/+1 | |
| | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | |||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -2/+2 | |
| | ||||||
* | Consolidate the type checking of toml values | Ned Batchelder | 2019-11-04 | 1 | -22/+12 | |
| | ||||||
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 1 | -77/+82 | |
| | | | | | | | | | - Section names can be dotted. - We only ever read one file, so we don't need to loop over files. - Error messages should show the actual section names where problems happened. |