| Commit message (Expand) | Author | Age | Files | Lines |
| * | Need a new tox-based way to upload kits to pypicoverage-3.5.3 | Ned Batchelder | 2012-09-29 | 3 | -3/+9 |
| * | Build py33 kits, and put them in a new place so tox doesn't have to rebuild e... | Ned Batchelder | 2012-09-29 | 2 | -1/+3 |
| * | Latest sample HTML report for the docs | Ned Batchelder | 2012-09-29 | 12 | -13/+13 |
| * | Fix this test on windows. | Ned Batchelder | 2012-09-29 | 1 | -1/+5 |
| * | Update version number to 3.5.3 | Ned Batchelder | 2012-09-29 | 7 | -9/+50 |
| * | Fix #197: more decimal places on a CSS fraction eliminates rounding errors in... | Ned Batchelder | 2012-09-26 | 2 | -2/+6 |
| * | It's 2012 already. | Ned Batchelder | 2012-09-10 | 1 | -1/+1 |
| * | Tox doesn't support 2.4, even though it understands py24. | Ned Batchelder | 2012-09-08 | 1 | -1/+1 |
| * | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 3 | -1/+12 |
| * | Where we deal with .pyc files, also deal with .pyo files. Fixes #195. | Ned Batchelder | 2012-09-06 | 2 | -1/+6 |
| * | Forgot to thank Marc for tox | Ned Batchelder | 2012-09-02 | 1 | -1/+1 |
| * | Don't attempt the C extension under PyPy. | Ned Batchelder | 2012-09-02 | 2 | -1/+12 |
| * | The zipped modules won't be readable if created under PyPy without an explici... | Ned Batchelder | 2012-09-02 | 1 | -0/+1 |
| * | Don't search in .zip files. | Ned Batchelder | 2012-09-02 | 1 | -0/+1 |
| * | Thank Brett for the py3 memory leak fixes. | Ned Batchelder | 2012-09-02 | 1 | -0/+2 |
| * | A compile error fixed, only shows with TRACE_LOG set. | Ned Batchelder | 2012-09-02 | 1 | -1/+1 |
| * | Fix the py2 case of this macro. | Ned Batchelder | 2012-09-01 | 1 | -1/+1 |
| * | Merged in brettsky/coverage.py (pull request #11) | Ned Batchelder | 2012-09-01 | 1 | -5/+19 |
| |\ |
|
| | * | Plug several memory leaks by no longer forgetting to DECREF calls to | Brett Cannon | 2012-08-31 | 1 | -5/+19 |
| * | | Actually, 0.6.27 works with py3.3 and with tox, so let's go with that. | Ned Batchelder | 2012-08-31 | 1 | -1/+1 |
| |/ |
|
| * | Update the default version for distribute. | Brett Cannon | 2012-08-31 | 1 | -1/+1 |
| * | If fullcoverage is run with the wrong tracer, make it apparent. | Ned Batchelder | 2012-08-30 | 1 | -1/+6 |
| * | Undo Brett's change to the fullcoverage feature: it should only be used with ... | Ned Batchelder | 2012-08-30 | 2 | -4/+6 |
| * | Make fullcoverage at least run (doesn't work though). | Brett Cannon | 2012-08-17 | 2 | -11/+8 |
| * | Missing a word. | Ned Batchelder | 2012-08-07 | 1 | -4/+4 |
| * | Merged | Ned Batchelder | 2012-08-07 | 4 | -1/+36 |
| |\ |
|
| | * | Add a positive assertion to the recent cant-parse-html test | Ned Batchelder | 2012-08-01 | 1 | -0/+1 |
| | * | Make the new test also run in Py3 | Ned Batchelder | 2012-07-31 | 1 | -1/+4 |
| | * | Finish the paperwork on Julian's patch. | Ned Batchelder | 2012-07-31 | 4 | -2/+6 |
| | * | Don't report coverage for non-Python source files even if __file__ says they ... | Julian Berman | 2012-07-31 | 2 | -1/+28 |
| * | | Clarify the rules for naming data files so they can be combined. | Ned Batchelder | 2012-08-07 | 1 | -0/+11 |
| |/ |
|
| * | Don't search .tox directories. | Ned Batchelder | 2012-07-30 | 1 | -0/+1 |
| * | Ugh | Ned Batchelder | 2012-07-21 | 1 | -1/+1 |
| * | Link tox | Ned Batchelder | 2012-07-21 | 1 | -1/+2 |
| * | Fix some of the howto, and note the new prominence of tox. | Ned Batchelder | 2012-07-21 | 2 | -23/+7 |
| * | Make the file checker fancy enough to not complain about bom.py | Ned Batchelder | 2012-07-21 | 1 | -3/+12 |
| * | Change how kits are build, use tox. | Ned Batchelder | 2012-07-21 | 4 | -12/+10 |
| * | Move the banner into igor.py | Ned Batchelder | 2012-07-20 | 2 | -17/+25 |
| * | Remove these scripts, supplanted by tox. | Ned Batchelder | 2012-07-20 | 3 | -98/+0 |
| * | Also clean up Windows-compiled executables. | Ned Batchelder | 2012-07-20 | 1 | -0/+1 |
| * | Make igor.py fully py3 compatible, and further generalize the deletion of C e... | Ned Batchelder | 2012-07-16 | 1 | -9/+12 |
| * | Move checkeol.py into igor.py, and ignore .tox | Ned Batchelder | 2012-07-11 | 3 | -39/+40 |
| * | Make igor more respectable. | Ned Batchelder | 2012-07-11 | 1 | -8/+30 |
| * | Clean up | Ned Batchelder | 2012-07-11 | 1 | -4/+4 |
| * | We don't need our own copy of mock any more. | Ned Batchelder | 2012-07-11 | 2 | -282/+3 |
| * | I like the name igor better :) | Ned Batchelder | 2012-07-11 | 2 | -4/+4 |
| * | Make tox with with py3.2: the .so is named differently there. | Ned Batchelder | 2012-07-09 | 1 | -4/+10 |
| * | A crude Python script to make all tox commands runnable from the virtualenv. | Ned Batchelder | 2012-07-09 | 2 | -5/+25 |
| * | Merge with upstream changes | Marc Abramowitz | 2012-07-07 | 8 | -9/+47 |
| |\ |
|
| | * | If the C tracer is missing during testing, make the problem immediately appar... | Ned Batchelder | 2012-07-07 | 3 | -2/+14 |