index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
cmdline.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
First new-style command: run
Ned Batchelder
2009-09-12
1
-35
/
+44
*
Major changes to introduce new command line syntax.
Ned Batchelder
2009-09-12
1
-78
/
+174
*
More command line cleanup.
Ned Batchelder
2009-09-12
1
-39
/
+48
*
Clean up the optparse support.
Ned Batchelder
2009-09-11
1
-63
/
+29
*
Switch from getopt to optparse. Thanks, Ben Finney!
Ned Batchelder
2009-09-10
1
-60
/
+129
*
Minor tweaks to the command-line help.
Ned Batchelder
2009-09-09
1
-1
/
+1
*
Start using Mock to test the command-line code.
Ned Batchelder
2009-09-09
1
-4
/
+12
*
Fix a problem with DecoratorTools fiddling with the trace function and screwi...
Ned Batchelder
2009-08-09
1
-4
/
+9
*
Add a short description to the command line help.
Ned Batchelder
2009-05-16
1
-0
/
+1
*
cover_stdlib wasn't quite right, it controls covering the entire Python libra...
Ned Batchelder
2009-05-12
1
-3
/
+3
*
Less-magical coverage api: load() method loads data from data file, no more s...
Ned Batchelder
2009-05-12
1
-3
/
+6
*
Remove some lambdas
Ned Batchelder
2009-05-11
1
-1
/
+1
*
Re-think the api to set the data file name and suffix.
Ned Batchelder
2009-05-11
1
-1
/
+1
*
Lint clean-ups.
Ned Batchelder
2009-05-05
1
-0
/
+1
*
Pass values into coverage's contructor rather than set properties.
Ned Batchelder
2009-05-04
1
-3
/
+4
*
The name of the project is Coverage, not coverage.py.
Ned Batchelder
2009-04-30
1
-5
/
+5
*
Python stdlib is now not measured by default. If needed, turn it on with the...
coverage-3.0b2
Ned Batchelder
2009-04-29
1
-2
/
+5
*
Don't spew the whole help message when there's a problem with command-line ar...
Ned Batchelder
2009-04-28
1
-5
/
+19
*
Finish up the cmdline details for -b
Ned Batchelder
2009-04-28
1
-11
/
+18
*
Last refactor dropped some important arguments.
Ned Batchelder
2009-04-27
1
-4
/
+9
*
Refactor some report plumbing. There's a simpler way...
Ned Batchelder
2009-04-26
1
-11
/
+3
*
HTML reporting, phase 0.
Ned Batchelder
2009-04-20
1
-3
/
+10
*
Pylint tweaks
Ned Batchelder
2009-04-12
1
-1
/
+3
*
Use a finally clause to ensure that coverage measurement is stopped no matter...
Ned Batchelder
2009-04-04
1
-2
/
+4
*
Even better execution of main files.
Ned Batchelder
2009-04-04
1
-3
/
+3
*
Remove unneeded import
Ned Batchelder
2009-04-03
1
-1
/
+1
*
Factor execfile out of cmdline, so that we can call python main programs prop...
Ned Batchelder
2009-04-03
1
-3
/
+2
*
The cmdline code now returns a status code.
Ned Batchelder
2009-03-15
1
-3
/
+10
*
Refactor the annotate code into annotate.py
Ned Batchelder
2009-03-13
1
-1
/
+3
*
Refactor the reporting function into the SummaryReporter class.
Ned Batchelder
2009-03-12
1
-1
/
+4
*
Wondering about the mechanics of running the user's script.
Ned Batchelder
2009-03-12
1
-2
/
+6
*
Defaulting report and annotate to all files now happens inside coverage, rath...
Ned Batchelder
2009-03-11
1
-4
/
+0
*
Split out the filename operations; Morf -> CodeUnit.
Ned Batchelder
2009-03-11
1
-4
/
+2
*
Yank morfs into their own class. This doesn't work yet.
Ned Batchelder
2009-03-10
1
-1
/
+1
*
Initial coverage.py 3.0 beta 1
Ned Batchelder
2009-03-05
1
-0
/
+149
[prev]