summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * ci: Travis: remove unnecessary commentDaniel Hahler2019-03-311-3/+0
| |
| * ci: Travis: codecov: use codecov-bashDaniel Hahler2019-03-311-2/+1
| |
| * ci: Travis: codecov: disable more features, set nameDaniel Hahler2019-03-311-1/+1
| |
| * ci: Travis: use after_scriptDaniel Hahler2019-03-311-3/+8
| |
| * ci: Travis: test with Python 3.8-devDaniel Hahler2019-03-311-0/+1
| |
* | Remove tox definitions that tox now does by defaultNed Batchelder2019-04-161-17/+0
| |
* | Fix #708: .filename is private, and don't combine over ourselvesNed Batchelder2019-04-155-17/+38
| |
* | Add a set_env.py line for COVERAGE_DEBUGNed Batchelder2019-04-151-0/+1
| |
* | Add a failing test for #708Ned Batchelder2019-04-151-0/+15
| |
* | Improve the docs for combine and [paths]Ned Batchelder2019-04-142-22/+40
| |
* | Explain a bit about the thinking behind the MANIFESTNed Batchelder2019-04-111-0/+5
| |
* | Oops, clean up some unused listcompsNed Batchelder2019-04-091-7/+6
| |
* | A little clean-up from pr #760Ned Batchelder2019-04-093-9/+12
| |
* | A thread stress testNed Batchelder2019-04-091-0/+16
| | | | | | | | (cherry picked from commit bc948ac1a5dca4d0a305a265de157d7505e4a4b2)
* | Merge pull request #723 from blueyed/fix-702Ned Batchelder2019-04-081-2/+2
|\ \ | | | | | | CoverageSqliteData._file_id: use "insert or replace"
| * | CoverageSqliteData._file_id: fall back to SELECTDaniel Hahler2019-03-311-2/+2
| |/ | | | | | | Fixes https://github.com/nedbat/coveragepy/issues/702
* | Merge pull request #760 from Shoobx/fix-coverage-with-threadsNed Batchelder2019-04-081-17/+25
|\ \ | | | | | | Ensure sqldata thread safety.
| * | Make thread code Py2 compatible.Stephan Richter2019-01-261-8/+14
| | |
| * | Use one conenction per thread to avoid tricky race conditions. (The ref ↵Stephan Richter2019-01-251-17/+19
| | | | | | | | | | | | counter is simply not good enough.)
* | | Fix formatting, and credit StephanNed Batchelder2019-04-072-31/+41
| | |
* | | Merge pull request #765 from Shoobx/fast-sqldata-updateNed Batchelder2019-04-071-45/+122
|\ \ \ | | | | | | | | Fast CoverageSqliteData Update/Combine
| * | | Some cleanup (left from first versions) and localized file path lookup which ↵Stephan Richter2019-01-271-18/+11
| | | | | | | | | | | | | | | | takes off another 20%.
| * | | Use efficient database queries to combine data. This algorithm is 25-30x ↵Stephan Richter2019-01-261-45/+129
| |/ / | | | | | | | | | | | | | | | faster than the original one. Given that context-included coverage has about 50x the data of the old format (on our code base), this means that combining is now only 2-3x slower than before.
* | | Move set_env.py to github.com/nedbat/oddsNed Batchelder2019-04-072-121/+3
| | |
* | | Remove a copy of a private macro, and just use itNed Batchelder2019-04-072-9/+1
| |/ |/|
* | Move more PYVERSION to be PYBEHAVIORNed Batchelder2019-03-245-16/+43
| |
* | Move some version conditionals to PYBEHAVIORNed Batchelder2019-03-242-2/+8
| |
* | Rewrite XML tests to use xml parsing instead of regexesNed Batchelder2019-03-235-145/+226
| |
* | One more 'drop 3.4' changeNed Batchelder2019-03-101-1/+1
| |
* | Merge pull request #776 from blueyed/travis-xenialNed Batchelder2019-03-101-3/+3
|\ \ | | | | | | ci: Travis: use dist=xenial
| * \ Merge branch 'master' into travis-xenialNed Batchelder2019-03-1017-47/+55
| |\ \ | |/ / |/| |
* | | Run 3.7 tests on travisNed Batchelder2019-03-102-0/+2
| | |
* | | Drop support for Python 3.4Ned Batchelder2019-03-108-26/+13
| | |
* | | 4.5.3 is shippedNed Batchelder2019-03-101-1/+1
| | |
* | | Fix two issues with setup.pyNed Batchelder2019-03-101-1/+5
| | |
* | | Update requirementsNed Batchelder2019-03-106-12/+13
| | |
* | | Howto tweaks from 4.5.xNed Batchelder2019-03-101-3/+4
| | |
* | | Add project_urlsNed Batchelder2019-03-091-1/+5
| | |
* | | Remove executable bit from static assetsJon Dufresne2019-03-032-0/+0
| | | | | | | | | | | | | | | These files are simply static assets and do not require an executable bit. They are never intended to be executed as standalone scripts.
* | | Improvements to test_templite.py from mutmutNed Batchelder2019-03-021-4/+14
| | | | | | | | | | | | See https://nedbatchelder.com/blog/201903/mutmut.html
| * | ci: Travis: test py37Daniel Hahler2019-02-211-0/+1
| | |
| * | Travis: remove unnecessary 2nd "pip freeze"Daniel Hahler2019-02-211-1/+0
| | | | | | | | | | | | It is already done in the "install" step.
| * | ci: Travis: use dist=xenialDaniel Hahler2019-02-211-2/+3
|/ /
* | Clarify a debugging optionNed Batchelder2019-02-191-1/+2
| |
* | Stephan has been doing a lotNed Batchelder2019-02-171-0/+1
| |
* | Make sure that arcs() and lines() only returns distinct line combination ↵Stephan Richter2019-02-172-2/+18
| | | | | | | | values and not one entry for each context.
* | A small doc improvementNed Batchelder2019-02-071-1/+1
| |
* | Exclude .github from the manifest checkNed Batchelder2019-02-041-1/+1
| |
* | Fix a test to get case right on WindowsNed Batchelder2019-01-281-1/+1
| |
* | Make sure that the cache is properly filled. (25x speedup on our system that ↵Stephan Richter2019-01-282-2/+16
|/ | | | | | has a large sys.path.) It is always a bad idea to reassign the cachekey during the computation.