Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coverage 4.0.2 | Ned Batchelder | 2015-11-04 | 1 | -0/+1 |
| | |||||
* | Every release includes tweaks to the instructions for releasingcoverage-4.0.2 | Ned Batchelder | 2015-11-04 | 1 | -0/+2 |
| | |||||
* | Latest sample html | Ned Batchelder | 2015-11-04 | 11 | -21/+21 |
| | |||||
* | Update files for 4.0.2 | Ned Batchelder | 2015-11-04 | 6 | -7/+33 |
| | |||||
* | Update PyPy in readme | Ned Batchelder | 2015-11-01 | 1 | -1/+2 |
| | |||||
* | Fix a C declaration | Ned Batchelder | 2015-11-01 | 1 | -1/+2 |
| | |||||
* | whitespace... | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | A test program assessing performance for issue #397 | Ned Batchelder | 2015-11-01 | 1 | -0/+56 |
| | |||||
* | Fix doc building so that directories are created | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | Fix settrace(py_func). #436. | Ned Batchelder | 2015-11-01 | 4 | -10/+85 |
| | |||||
* | Whitespace fix. | Ned Batchelder | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | A better way to ignore the output of rst2html | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | No need to specify a Python for docs, works in more places | Ned Batchelder | 2015-11-01 | 1 | -1/+0 |
| | |||||
* | Clarify the pypy 4.0 support | Ned Batchelder | 2015-11-01 | 1 | -1/+2 |
| | |||||
* | PyPy 4.0 works | Ned Batchelder | 2015-11-01 | 3 | -5/+13 |
| | |||||
* | Update to latest dependencies | Ned Batchelder | 2015-11-01 | 2 | -2/+2 |
| | |||||
* | Toss unneeded stuff | Ned Batchelder | 2015-11-01 | 1 | -54/+0 |
| | |||||
* | Oops, hex in py3.5 wasn't quite right | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | Number the constants, and interpret the flags | Ned Batchelder | 2015-11-01 | 1 | -7/+37 |
| | |||||
* | Make show_pyc runnable on Python 3 | Ned Batchelder | 2015-11-01 | 1 | -22/+29 |
| | |||||
* | Window encodings? | Ned Batchelder | 2015-11-01 | 1 | -2/+3 |
| | |||||
* | Force XML files to be UTF8 on Python 3. | Ned Batchelder | 2015-10-31 | 1 | -1/+4 |
| | |||||
* | Change the other snowman example to a simpler accented character | Ned Batchelder | 2015-10-31 | 1 | -9/+10 |
| | |||||
* | 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 |
| |