Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Stop testing gevent on py26 | Ned Batchelder | 2016-03-02 | 2 | -4/+2 | |
| | | ||||||
* | | trololol, trying random stuff for appveyor+gevent | Ned Batchelder | 2016-03-02 | 1 | -0/+1 | |
| | | ||||||
* | | Try this for gevent on appveyor? | Ned Batchelder | 2016-03-02 | 1 | -0/+1 | |
| | | ||||||
* | | Update requirements, maybe this will make gevent work on appveyor | Ned Batchelder | 2016-03-02 | 3 | -4/+4 | |
| | | ||||||
* | | Extra diagnosis for gevent install failures on Appveyor | Ned Batchelder | 2016-03-02 | 1 | -0/+3 | |
| | | ||||||
* | | Remove unused import | Ned Batchelder | 2016-03-02 | 1 | -1/+0 | |
| | | ||||||
* | | Entry arcs now use the negative first line of the code object instead of -1. | Ned Batchelder | 2016-03-02 | 5 | -55/+63 | |
| | | ||||||
* | | Update two dependencies | Ned Batchelder | 2016-02-28 | 1 | -2/+2 | |
| | | ||||||
* | | Even more precise | Ned Batchelder | 2016-02-28 | 1 | -8/+9 | |
| | | ||||||
* | | Correct spelling. #477 | Ned Batchelder | 2016-02-28 | 1 | -8/+8 | |
| | | ||||||
* | | Merged in Nagasaki45/coverage.py (pull request #78) | Ned Batchelder | 2016-02-28 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | State that --source value should be a comma separated list in the docs. | |||||
| * | | State that --source value should be a comma separated list in the docs. #477 | Tom Gurion | 2016-02-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Make the help text easier to read in the source | Ned Batchelder | 2016-02-25 | 1 | -20/+20 | |
| | | | ||||||
* | | | Tweaks to the dependency docs change | Ned Batchelder | 2016-02-25 | 2 | -7/+9 | |
| | | | ||||||
* | | | Merged in iluxame/coverage.py (pull request #79) | Ned Batchelder | 2016-02-25 | 1 | -6/+8 | |
|\ \ \ | | | | | | | | | | | | | Fixing CTracer installation documentation | |||||
| * | | | Fixing CTracer installation documentation | iluxame | 2016-02-25 | 1 | -6/+8 | |
| |/ / | ||||||
* | | | Better branch-missed messages for lambdas. | Ned Batchelder | 2016-02-25 | 3 | -2/+39 | |
| | | | ||||||
* | | | Some plus_one lines were missing when drawing arcs | Ned Batchelder | 2016-02-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Tweak the docs | Ned Batchelder | 2016-02-22 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add an explicit test of the source= rc setting. | Ned Batchelder | 2016-02-21 | 1 | -0/+2 | |
| | | | ||||||
* | | | Also get rid of the leading space | Ned Batchelder | 2016-02-15 | 1 | -14/+14 | |
| | | | ||||||
* | | | Use templite's whitespace slurping to avoid post-processing the HTML | Ned Batchelder | 2016-02-15 | 2 | -15/+12 | |
| | | | ||||||
* | | | Templite can now collapse whitespace after tags | Ned Batchelder | 2016-02-15 | 2 | -43/+79 | |
| | | | ||||||
* | | | Pick off some lint | Ned Batchelder | 2016-02-15 | 5 | -23/+33 | |
|/ / | ||||||
* | | Add missing branch explanations for while-loop | Ned Batchelder | 2016-02-15 | 2 | -5/+20 | |
| | | ||||||
* | | Clean up new helper | Ned Batchelder | 2016-02-15 | 1 | -6/+11 | |
| | | ||||||
* | | Skip a test on 2.6 | Ned Batchelder | 2016-02-15 | 1 | -0/+4 | |
| | | ||||||
* | | Combine add_arc and add_missing_fragments | Ned Batchelder | 2016-02-15 | 1 | -39/+19 | |
| | | ||||||
* | | More missing-branch descriptions | Ned Batchelder | 2016-02-15 | 2 | -12/+31 | |
| | | ||||||
* | | Make the arc and fragment collection easier to trace | Ned Batchelder | 2016-02-14 | 1 | -63/+45 | |
| | | ||||||
* | | More work on better missing branch descriptions | Ned Batchelder | 2016-02-14 | 3 | -34/+102 | |
| | | ||||||
* | | Make these tests just a little easier to write | Ned Batchelder | 2016-02-13 | 1 | -9/+9 | |
| | | ||||||
* | | Add missing branch descriptions for handling exceptions | Ned Batchelder | 2016-02-13 | 2 | -2/+23 | |
| | | ||||||
* | | Clean up some of the ArcStart causes | Ned Batchelder | 2016-02-13 | 1 | -15/+19 | |
| | | ||||||
* | | Fix some pylint | Ned Batchelder | 2016-02-13 | 1 | -1/+2 | |
| | | ||||||
* | | More work on the better missed-branch messages | Ned Batchelder | 2016-02-13 | 2 | -16/+50 | |
| | | ||||||
* | | Helper to parse a lot of files to test the parser | Ned Batchelder | 2016-02-13 | 1 | -0/+19 | |
| | | ||||||
* | | More progress on better missed-branch descriptions | Ned Batchelder | 2016-02-13 | 3 | -11/+13 | |
| | | ||||||
* | | multiprocessing has been a valid choice for a while | Ned Batchelder | 2016-02-11 | 1 | -2/+2 | |
| | | ||||||
* | | Fix a type error in a new test | Ned Batchelder | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | eventlet updated, and 0.18.0 is gone? | Ned Batchelder | 2016-02-10 | 1 | -1/+1 | |
| | | ||||||
* | | missing_arc_description is better than arc_destination_description. One test ↵ | Ned Batchelder | 2016-02-08 | 5 | -29/+72 | |
| | | | | | | | | broken. | |||||
* | | PyContracts need protection from metacov, centralize that too. | Ned Batchelder | 2016-02-07 | 1 | -10/+13 | |
| | | ||||||
* | | Move AST code together | Ned Batchelder | 2016-02-07 | 1 | -76/+77 | |
| | | ||||||
* | | Centralize the no-op-iness of contracts | Ned Batchelder | 2016-02-07 | 2 | -5/+8 | |
| | | ||||||
* | | More work to get better descriptions of arc behavior | Ned Batchelder | 2016-02-07 | 1 | -43/+83 | |
| | | ||||||
* | | Didn't mean to leave that there, of course | Ned Batchelder | 2016-02-07 | 1 | -1/+0 | |
| | | ||||||
* | | Properly handle {**{'a':1}} literals | Ned Batchelder | 2016-02-07 | 2 | -2/+40 | |
| | | ||||||
* | | Also display partial branch lines in the scrollbar markers | Ned Batchelder | 2016-02-06 | 2 | -2/+2 | |
| | | ||||||
* | | Different annotations on missed branches. I don't like them yet. | Ned Batchelder | 2016-02-06 | 3 | -36/+62 | |
| | |