summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Read options from tox.iniissue-519Stephen Finucane2016-11-183-26/+78
* Try a new badge: commits since last buildNed Batchelder2016-11-171-1/+2
* Don't show a broken downloads badgeNed Batchelder2016-11-171-1/+3
* Python 3.3 fails on the LANG=C test. Skip it.Ned Batchelder2016-11-171-0/+3
* Run test in a 2.6-compatible wayNed Batchelder2016-11-171-1/+1
* Don't collapse in an ascii-only file-world. #533Ned Batchelder2016-11-174-12/+30
* Add a test for #533Ned Batchelder2016-11-171-0/+10
* TypoNed Batchelder2016-11-131-1/+1
* A better name for a statNed Batchelder2016-11-123-6/+6
* Allow for the possibility of null-testingNed Batchelder2016-11-122-0/+9
* Latest hacking on the performance test.Ned Batchelder2016-11-121-18/+33
* A macro for extreme debugging.Ned Batchelder2016-11-121-0/+3
* More work on the performance testNed Batchelder2016-11-101-8/+40
* A better wordNed Batchelder2016-11-101-1/+1
* Clean the file imports using a helperNed Batchelder2016-11-091-4/+3
* A performance test from Cale PenningtonNed Batchelder2016-11-092-0/+162
* When importing newly made files, we have to invalidate import cachesNed Batchelder2016-11-092-0/+9
* Python 3.3 added a long to the .pyc format.Ned Batchelder2016-11-091-0/+4
* No longer need this pragmaNed Batchelder2016-11-081-1/+1
* Use py2 ConfigParser if we can, prevents deprecation warnings. #530Ned Batchelder2016-11-082-3/+10
* Trailing space...Ned Batchelder2016-11-071-1/+1
* A fix for coding declarations, bug #529Ned Batchelder2016-11-053-1/+67
* Move pycodestyle settings to setup.cfgNed Batchelder2016-11-014-21/+10
* Oops, forgot setup.cfgNed Batchelder2016-11-011-0/+2
* Optionally use pytest as the test runnerNed Batchelder2016-11-014-3/+11
* Change log is up-to-date with changesNed Batchelder2016-10-221-0/+3
* Document the multiproc debug optionNed Batchelder2016-10-221-0/+2
* Downgrading these from TODONed Batchelder2016-10-221-6/+6
* Update changesNed Batchelder2016-10-222-7/+12
* A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21Ned Batchelder2016-10-221-0/+1
* Oh, i had tests for those messages...Ned Batchelder2016-10-211-3/+1
* Remove two temporary debugging log messagesNed Batchelder2016-10-212-5/+0
* Test the debug settings more, and strip spaces from the environment variableNed Batchelder2016-10-213-2/+13
* Also log when erasing data filesNed Batchelder2016-10-211-0/+4
* And mention it in the change logNed Batchelder2016-10-211-0/+3
* Fix the new deleting file debug messageNed Batchelder2016-10-212-4/+10
* Also log when we delete combined files.Ned Batchelder2016-10-211-0/+2
* Clean up pylint pragmasNed Batchelder2016-10-181-4/+2
* Explicitly test multiple wildcards in path aliasesNed Batchelder2016-10-121-0/+9
* No one wonders about 3.x any moreNed Batchelder2016-10-111-5/+0
* Another issue about clobbering combine dataNed Batchelder2016-10-051-1/+2
* doc8 should really be more quiet.Ned Batchelder2016-10-022-2/+4
* Use doc8 for some light checking of doc filesNed Batchelder2016-10-029-26/+32
* Update link to coberturaNed Batchelder2016-09-281-1/+1
* Use explicit integer division where we need integer divisionNed Batchelder2016-09-281-1/+1
* A better way to prevent call stacks during multi-line outputNed Batchelder2016-09-252-18/+31
* Pids can be fewer than 5 digitsNed Batchelder2016-09-241-2/+2
* Did it used to work to have hash marks in exclude regexes?Ned Batchelder2016-09-241-5/+5
* Change the debug=callers test to something that will be coverableNed Batchelder2016-09-242-13/+16
* Clean up and test the callers debugging infoNed Batchelder2016-09-242-4/+17