summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Python 3.9a2 reverted how argv[0] is handledNed Batchelder2019-12-211-1/+0
|
* Workaround issue with relpath on Windows. #895Olivier Grisel2019-12-192-1/+12
|
* Combine test helpers: remove_filesNed Batchelder2019-12-172-9/+9
|
* run --append --concurrency=multiprocessing didn't use a suffix for the main ↵Ned Batchelder2019-12-173-9/+36
| | | | process. #880
* Be clear about the documented parts of the API.Ned Batchelder2019-12-163-0/+12
|
* Readthedocs works better with a branch named 'stable'Ned Batchelder2019-12-141-0/+1
|
* Bump versionNed Batchelder2019-12-142-1/+6
|
* Sample html report for 5.0coverage-5.0Ned Batchelder2019-12-1413-7566/+3975
|
* Prep for 5.0Ned Batchelder2019-12-134-7/+10
|
* Clarify the connection between subprocesses and --concurrencyNed Batchelder2019-12-111-0/+6
|
* Forgot to mention Sleepy Snake in the changelogNed Batchelder2019-12-091-0/+2
|
* Better wording on the Sleepy pageNed Batchelder2019-12-082-3/+4
|
* Bump versionNed Batchelder2019-12-082-1/+8
|
* Bumping version before readthedocs works betterNed Batchelder2019-12-081-7/+9
|
* Prep for 5.0b2coverage-5.0b2Ned Batchelder2019-12-085-9/+12
|
* Sleepy SnakeNed Batchelder2019-12-085-1/+23
|
* A little easier to read in contributing.rstNed Batchelder2019-12-081-4/+4
|
* Polish up cmd.rstNed Batchelder2019-12-086-39/+35
|
* Fix two misspellingsNed Batchelder2019-12-082-2/+2
|
* Update the FAQNed Batchelder2019-12-082-50/+34
|
* sphinx-tabs needs to get along with linkcheckNed Batchelder2019-12-081-1/+2
|
* Use tabs to describe different test runner quick-startsNed Batchelder2019-12-074-16/+78
|
* Describing the versions is easier with substitutionsNed Batchelder2019-12-071-17/+4
|
* parsed-literals aren't styled right, fix that.Ned Batchelder2019-12-071-0/+13
|
* Redo installation pageNed Batchelder2019-12-072-27/+31
|
* Links should have better affordancesNed Batchelder2019-12-071-0/+4
|
* sphinx-autobuild is handyNed Batchelder2019-12-072-4/+7
|
* Add coveragepy twitter badgeNed Batchelder2019-12-071-2/+5
|
* Fix a typoNed Batchelder2019-12-071-1/+1
|
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-025-7/+72
|
* A helper to get code objectsNed Batchelder2019-12-022-5/+10
|
* Polishing from a lightning talkNed Batchelder2019-12-021-8/+8
|
* The [paths] setting is ordered. #649Ned Batchelder2019-12-014-2/+56
|
* Keep the what's new up to dateNed Batchelder2019-12-011-0/+4
|
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-019-23/+146
|
* I'm not sure why I was deleting these meta env varsNed Batchelder2019-12-013-8/+4
| | | | Don't we want to measure the coverage of subprocesses we start in tests?
* Don't do vars and users in abs_fileNed Batchelder2019-11-284-4/+10
| | | | It meant file names could be incorrectly expanded.
* Make this test more resilientNed Batchelder2019-11-261-2/+1
|
* Run windows tests in parallelNed Batchelder2019-11-262-4/+17
| | | | | ... and fix the cleanup that prevented it previously by retrying until the cleanup succeeds.
* These tests needed temp directoriesNed Batchelder2019-11-261-1/+3
|
* Mark tests that don't need a temp dirNed Batchelder2019-11-254-5/+15
|
* Don't run pytracer tests on 32-bit WindowsNed Batchelder2019-11-251-0/+9
|
* Adapt to 3.9's way of reporting files using absolute paths.Ned Batchelder2019-11-2510-13/+45
|
* Report file names the way Python does: '{}', not {!r}Ned Batchelder2019-11-252-2/+2
|
* Test on Python 3.9Ned Batchelder2019-11-255-6/+22
|
* This line was too long, but nothing had changed in years?Ned Batchelder2019-11-251-3/+3
|
* Implement __spec__ for files we run. #745 #838Ned Batchelder2019-11-244-24/+86
|
* PokeNed Batchelder2019-11-181-1/+1
|
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-175-34/+35
|
* Better getting startedNed Batchelder2019-11-162-13/+15
|