Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | A test that reproduces #862 | Ned Batchelder | 2020-01-10 | 2 | -0/+19 | |
| | ||||||
* | bpo39166 is fixed | Ned Batchelder | 2020-01-10 | 1 | -1/+1 | |
| | ||||||
* | tox anypy environment | Ned Batchelder | 2020-01-10 | 1 | -3/+3 | |
| | ||||||
* | Put the filename calc back in _connect. Fixes #916 | Ned Batchelder | 2020-01-07 | 2 | -13/+21 | |
| | | | | | | It was moved to __init__ to avoid recalculating, but the directory could have changed, so we need to wait to do the work. Instead, only do the relpath on systems that need it (Windows Py 2). | |||||
* | A test replicating #916 | Ned Batchelder | 2020-01-07 | 1 | -2/+11 | |
| | ||||||
* | Link to the change history from the readme | Ned Batchelder | 2020-01-05 | 1 | -0/+8 | |
| | ||||||
* | Every release includes at least one tweak to howto | Ned Batchelder | 2020-01-05 | 1 | -1/+0 | |
| | ||||||
* | Bump version | Ned Batchelder | 2020-01-05 | 2 | -1/+6 | |
| | ||||||
* | Latest sample html reportcoverage-5.0.2 | Ned Batchelder | 2020-01-05 | 11 | -21/+21 | |
| | ||||||
* | Prep for 5.0.2 | Ned Batchelder | 2020-01-05 | 3 | -7/+9 | |
| | ||||||
* | Thanks, Julien Voisin for the performance improvement | Ned Batchelder | 2020-01-04 | 1 | -0/+1 | |
| | ||||||
* | Improve the performances of SqliteDb._connect | jvoisin | 2020-01-04 | 1 | -8/+9 | |
| | | | | | | | | | Since the self.filename attribute doesn't change during the lifetime of a SqliteDb object, we can move its relpath transformation in the init method, instead of doing it every time _connect is called, resulting in a ~30% performances gain. | |||||
* | Ensure file touching happens if nothing was measured. #884 | Ned Batchelder | 2020-01-04 | 3 | -1/+20 | |
| | ||||||
* | Suppress a warning that is not our fault | Ned Batchelder | 2020-01-04 | 1 | -0/+1 | |
| | ||||||
* | Pedantic consistency in the changelog | Ned Batchelder | 2020-01-04 | 1 | -4/+4 | |
| | ||||||
* | 2019 -> 2020 | Ned Batchelder | 2020-01-04 | 2 | -2/+2 | |
| | ||||||
* | A better name for a thing I will soon delete | Ned Batchelder | 2020-01-04 | 2 | -7/+7 | |
| | ||||||
* | Don't import anything before start(). Fixes #909. | Ned Batchelder | 2020-01-03 | 2 | -21/+37 | |
| | ||||||
* | A test for #909 | Ned Batchelder | 2020-01-03 | 1 | -0/+28 | |
| | ||||||
* | Don't trace non-encodable file names. #891 | Ned Batchelder | 2020-01-01 | 3 | -0/+25 | |
| | ||||||
* | Changing PYVERSION to six elements broke one equality comparison | Ned Batchelder | 2019-12-31 | 1 | -1/+1 | |
| | ||||||
* | bpo-39114 will be fixed soon. | Ned Batchelder | 2019-12-31 | 2 | -6/+7 | |
| | ||||||
* | Adjust other env.PYPY tests to the latest way | Ned Batchelder | 2019-12-31 | 4 | -6/+5 | |
| | ||||||
* | xfail a test due to a PyPy3 7.3.0 change | Ned Batchelder | 2019-12-31 | 2 | -6/+11 | |
| | ||||||
* | Move test helpers to tests.helpers | Ned Batchelder | 2019-12-31 | 6 | -102/+104 | |
| | ||||||
* | Easier to decipher arcz output | Ned Batchelder | 2019-12-31 | 3 | -4/+54 | |
| | ||||||
* | An environment for testing the tip of CPython | Ned Batchelder | 2019-12-29 | 1 | -0/+4 | |
| | ||||||
* | Write debug info after initting for start. | Ned Batchelder | 2019-12-29 | 1 | -4/+7 | |
| | | | | | | | A few important and confusing things are only created in _init_for_start, and without resetting the write-debug-info flag, we never see them in the debug output. This makes the info appear more than once, but at least we get what we need. | |||||
* | Use a fixed width for info labels | Ned Batchelder | 2019-12-29 | 2 | -12/+23 | |
| | | | | | It makes it look nicer when using --debug=config,sys and it makes it easier to compare output between two different versions. | |||||
* | Fix --debug=sys. #907 | Ned Batchelder | 2019-12-28 | 3 | -1/+13 | |
| | ||||||
* | Warn if two things change the dynamic context. #901 | Ned Batchelder | 2019-12-27 | 4 | -0/+27 | |
| | ||||||
* | Somehow the '[run] dynamic_context' setting wasn't in config.rst? | Ned Batchelder | 2019-12-27 | 1 | -0/+5 | |
| | ||||||
* | Warnings can be marked to only display once. | Ned Batchelder | 2019-12-27 | 3 | -6/+28 | |
| | ||||||
* | More issue template options | Ned Batchelder | 2019-12-24 | 1 | -0/+16 | |
| | ||||||
* | Use abspath to rc file so that chdir doesn't bork us. #890 | Ned Batchelder | 2019-12-23 | 4 | -4/+31 | |
| | ||||||
* | Catch and display expceptions during multiprocessing bootstrap. | Ned Batchelder | 2019-12-23 | 2 | -5/+30 | |
| | ||||||
* | A way to artificially crash coverage, for testing. | Ned Batchelder | 2019-12-23 | 3 | -1/+23 | |
| | ||||||
* | Confirm that run_command will show us both stdout and stderr | Ned Batchelder | 2019-12-23 | 1 | -0/+11 | |
| | ||||||
* | All tox work directories are under .tox | Ned Batchelder | 2019-12-23 | 4 | -5/+4 | |
| | ||||||
* | Correct order | Ned Batchelder | 2019-12-22 | 1 | -3/+3 | |
| | ||||||
* | Version bump | Ned Batchelder | 2019-12-22 | 2 | -1/+6 | |
| | ||||||
* | Prep for 5.0.1coverage-5.0.1 | Ned Batchelder | 2019-12-22 | 4 | -7/+12 | |
| | ||||||
* | Re-order windows CI jobs to get more useful information earlier | Ned Batchelder | 2019-12-22 | 1 | -38/+38 | |
| | ||||||
* | Detect when a 4.x data file is being read. #886 | Ned Batchelder | 2019-12-22 | 3 | -6/+32 | |
| | ||||||
* | Don't need to check for JSON-era bad-data messages any more | Ned Batchelder | 2019-12-22 | 2 | -15/+0 | |
| | ||||||
* | Tweak some coverage details of switch_context code | Ned Batchelder | 2019-12-22 | 3 | -6/+3 | |
| | ||||||
* | One more adjustment for Python 3.9a2 | Ned Batchelder | 2019-12-21 | 1 | -1/+1 | |
| | ||||||
* | bpo 39114 broke 3.9, but maybe it's their bug | Ned Batchelder | 2019-12-21 | 4 | -2/+25 | |
| | ||||||
* | Cleanup and changelog for #899 #900 | Ned Batchelder | 2019-12-21 | 3 | -46/+57 | |
| | ||||||
* | fix context reporting for relative_files | David Szotten | 2019-12-21 | 4 | -40/+65 | |
| | | | | | | fix reporting of contexts when `relative_files = True` fixes #900 |