Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | relative_files makes XML store relative paths. #948. | Ned Batchelder | 2020-03-15 | 1 | -3/+5 | |
| | | ||||||
* | | htmlfiles: Handle localStorage not accessible | AbdealiJK | 2020-02-29 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Complete the docs for source_token_lines. #947 | Ned Batchelder | 2020-02-26 | 1 | -0/+1 | |
| | | ||||||
* | | Fix bug with missing negative line numbers on PyPy3 7.1 #943 | Ned Batchelder | 2020-02-23 | 1 | -1/+1 | |
|/ | ||||||
* | Include PID in the atexit log | Bruno P. Kinoshita | 2020-01-28 | 1 | -1/+1 | |
| | ||||||
* | Remove a temporary xfail for 3.9a2 | Ned Batchelder | 2020-01-25 | 1 | -4/+0 | |
| | ||||||
* | Move an import to the top | Ned Batchelder | 2020-01-13 | 1 | -2/+1 | |
| | ||||||
* | Add temp_store to the SQLite3 debug output | Ned Batchelder | 2020-01-13 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| |