Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct the use of fetchone | Ned Batchelder | 2020-01-13 | 1 | -3/+20 | |
| | ||||||
* | Bump version | Ned Batchelder | 2020-01-12 | 1 | -1/+1 | |
| | ||||||
* | Prep for 5.0.3 | Ned Batchelder | 2020-01-11 | 1 | -1/+1 | |
| | ||||||
* | Include SQLite compile_options in "debug sys" | Ned Batchelder | 2020-01-11 | 1 | -0/+4 | |
| | ||||||
* | Improvements to debugging while chasing #915 | Ned Batchelder | 2020-01-11 | 2 | -14/+34 | |
| | ||||||
* | Refine the conditions for tweaking sys.path[0]. Fixes #862 | Ned Batchelder | 2020-01-11 | 1 | -9/+18 | |
| | ||||||
* | "coverage debug premain" | Ned Batchelder | 2020-01-11 | 1 | -1/+5 | |
| | ||||||
* | Put the filename calc back in _connect. Fixes #916 | Ned Batchelder | 2020-01-07 | 1 | -12/+16 | |
| | | | | | | 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). | |||||
* | Bump version | Ned Batchelder | 2020-01-05 | 1 | -1/+1 | |
| | ||||||
* | Prep for 5.0.2 | Ned Batchelder | 2020-01-05 | 1 | -1/+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 | 1 | -1/+1 | |
| | ||||||
* | A better name for a thing I will soon delete | Ned Batchelder | 2020-01-04 | 1 | -1/+1 | |
| | ||||||
* | Don't import anything before start(). Fixes #909. | Ned Batchelder | 2020-01-03 | 1 | -21/+31 | |
| | ||||||
* | Don't trace non-encodable file names. #891 | Ned Batchelder | 2020-01-01 | 1 | -0/+6 | |
| | ||||||
* | bpo-39114 will be fixed soon. | Ned Batchelder | 2019-12-31 | 1 | -4/+5 | |
| | ||||||
* | xfail a test due to a PyPy3 7.3.0 change | Ned Batchelder | 2019-12-31 | 1 | -5/+8 | |
| | ||||||
* | Move test helpers to tests.helpers | Ned Batchelder | 2019-12-31 | 1 | -70/+0 | |
| | ||||||
* | Easier to decipher arcz output | Ned Batchelder | 2019-12-31 | 1 | -0/+31 | |
| | ||||||
* | 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 | 1 | -1/+2 | |
| | | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Warn if two things change the dynamic context. #901 | Ned Batchelder | 2019-12-27 | 1 | -0/+4 | |
| | ||||||
* | Warnings can be marked to only display once. | Ned Batchelder | 2019-12-27 | 1 | -2/+13 | |
| | ||||||
* | 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 | |
| |