Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try a different strategy for setting and testing output encodings | Ned Batchelder | 2015-10-31 | 4 | -6/+19 |
| | |||||
* | Merge | Ned Batchelder | 2015-10-31 | 1 | -1/+6 |
|\ | |||||
| * | Account for no encoding at all... | Ned Batchelder | 2015-10-25 | 1 | -3/+5 |
| | | |||||
| * | Diagnostic for appveyor, part 2 of N | Ned Batchelder | 2015-10-25 | 1 | -1/+2 |
| | | |||||
| * | Diagnostic for appveyor | Ned Batchelder | 2015-10-25 | 1 | -1/+3 |
| | | |||||
* | | Fix the non-ascii filename tests on windows (?) | Ned Batchelder | 2015-10-31 | 2 | -25/+30 |
|/ | |||||
* | Set the PYTHONIOENCODING environment variable in an OS-neutral way. | Ned Batchelder | 2015-10-25 | 1 | -1/+3 |
| | |||||
* | Use unicode_filename more, and account for missing filesystemencoding | Ned Batchelder | 2015-10-25 | 2 | -7/+4 |
| | |||||
* | Merged | Ned Batchelder | 2015-10-25 | 2 | -4/+4 |
|\ | |||||
| * | Merged in jayvdb/coverage.py/py26-unindexed-parameters (pull request #72) | Ned Batchelder | 2015-10-18 | 2 | -4/+4 |
| |\ | | | | | | | | | | Python 2.6 str.format does not support unindexed parameters | ||||
| | * | Python 2.6 str.format does not support unindexed parameters | John Vandenberg | 2015-10-19 | 2 | -4/+4 |
| |/ | | | | | | | | | --HG-- branch : py26-unindexed-parameters | ||||
* | | Properly handle filenames with non-ASCII characters. #432 | Ned Batchelder | 2015-10-25 | 11 | -33/+193 |
|/ | |||||
* | Tweak neuter_encoding_declaration | Ned Batchelder | 2015-10-16 | 1 | -7/+2 |
| | |||||
* | Check the .rst files also. | Ned Batchelder | 2015-10-16 | 3 | -3/+4 |
| | |||||
* | Do a better job decoding source files. #431 | Ned Batchelder | 2015-10-16 | 5 | -13/+27 |
| | |||||
* | Make doc checking better, and fix two doc errors. | Ned Batchelder | 2015-10-14 | 3 | -2/+8 |
| | |||||
* | Use the latest of everything | Ned Batchelder | 2015-10-14 | 2 | -3/+3 |
| | |||||
* | Scooch the version along | Ned Batchelder | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Build docs regularly so we find out when things are busted. | Ned Batchelder | 2015-10-13 | 3 | -3/+7 |
| | |||||
* | Sphinx doesn't like duplicate conflicting url definitions | Ned Batchelder | 2015-10-13 | 2 | -2/+0 |
| | |||||
* | Coverage 4.0.1 | Ned Batchelder | 2015-10-13 | 1 | -0/+1 |
| | |||||
* | Best to make kits from a clean treecoverage-4.0.1 | Ned Batchelder | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Latest sample html | Ned Batchelder | 2015-10-13 | 11 | -21/+21 |
| | |||||
* | Change version number to 4.0.1 | Ned Batchelder | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Update docs for 4.0.1 | Ned Batchelder | 2015-10-13 | 4 | -4/+55 |
| | |||||
* | Adding all the files to the source kit also closed #281. | Ned Batchelder | 2015-10-13 | 1 | -1/+2 |
| | |||||
* | Fix explicit imports of __init__. #410 | Ned Batchelder | 2015-10-13 | 5 | -6/+17 |
| | |||||
* | Source kit now has a complete working tree. #137 | Ned Batchelder | 2015-10-13 | 2 | -1/+37 |
| | |||||
* | Remove vestiges of .px doc converters. | Ned Batchelder | 2015-10-10 | 3 | -24/+1 |
| | |||||
* | --skip-covered shouldn't change the final result. #423. | Ned Batchelder | 2015-10-10 | 4 | -11/+27 |
| | |||||
* | Remove brief_sys from .coverage, until we have a better plan. #415. | Ned Batchelder | 2015-10-10 | 2 | -9/+7 |
| | |||||
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 16 | -12/+111 |
| | |||||
* | Remove the obsoleted doc for the [combine] configuration | Ned Batchelder | 2015-10-05 | 1 | -14/+0 |
| | |||||
* | Changed my mind, next release will be 4.0.1 | Ned Batchelder | 2015-10-05 | 2 | -3/+3 |
| | |||||
* | Combining now issues warnings on unreadable files, unconditionally | Ned Batchelder | 2015-10-04 | 10 | -67/+21 |
| | |||||
* | No more speed penalty for settrace(gettrace()). #397. | Ned Batchelder | 2015-10-03 | 2 | -0/+8 |
| | |||||
* | Better | Ned Batchelder | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | Prevent pyexpat.c from being recorded as source code. #419 | Ned Batchelder | 2015-10-03 | 3 | -2/+20 |
| | |||||
* | Combine can now ignore errors. | Ned Batchelder | 2015-10-03 | 11 | -33/+178 |
| | |||||
* | A better way to test for warnings. | Ned Batchelder | 2015-10-03 | 3 | -11/+69 |
| | |||||
* | A better name for this test | Ned Batchelder | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | Bit the bullet and fixed pep8 in cmdline | Ned Batchelder | 2015-10-03 | 2 | -152/+170 |
| | |||||
* | Latest versions of tools | Ned Batchelder | 2015-09-29 | 2 | -2/+2 |
| | |||||
* | Bump the version number to 4.1 | Ned Batchelder | 2015-09-29 | 2 | -1/+7 |
| | |||||
* | Use more compact code for includes and omits | Ned Batchelder | 2015-09-22 | 1 | -17/+7 |
| | |||||
* | Also have to actually move the file... | Ned Batchelder | 2015-09-20 | 1 | -0/+0 |
| | | | | | --HG-- rename : CHANGES.txt => CHANGES.rst | ||||
* | Rename CHANGES.txt to CHANGES.rst so repos will display it well. | Ned Batchelder | 2015-09-20 | 3 | -4/+4 |
| | |||||
* | Coverage 4.0 | Ned Batchelder | 2015-09-20 | 1 | -0/+1 |
| | |||||
* | More howto detailscoverage-4.0 | Ned Batchelder | 2015-09-20 | 1 | -1/+0 |
| | |||||
* | More details in howto.txt | Ned Batchelder | 2015-09-20 | 1 | -0/+2 |
| |