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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
|
Fix the parser tool so I can see just annotated source files.
Ned Batchelder
2013-10-22
1
-6
/
+5
|
|
*
|
No need for these test method replacements.
Ned Batchelder
2013-10-20
1
-12
/
+0
|
|
*
|
Except clause can now use 'as', no need for lots of sys.exc_info
Ned Batchelder
2013-10-20
8
-29
/
+16
|
|
*
|
Not going to use print functions, but at least make them all look the same.
Ned Batchelder
2013-10-20
2
-5
/
+5
|
|
*
|
try/except/finally is ok now.
Ned Batchelder
2013-10-20
4
-46
/
+43
|
|
*
|
with statements: no more finally close
Ned Batchelder
2013-10-20
13
-87
/
+26
|
|
*
|
My own decorators can be decorators
Ned Batchelder
2013-10-20
1
-2
/
+2
|
|
*
|
Now I can use collections.defaultdict
Ned Batchelder
2013-10-20
4
-15
/
+9
|
|
*
|
Generator expressons are ok now.
Ned Batchelder
2013-10-19
16
-36
/
+36
|
|
*
|
Now I can use decorators.
Ned Batchelder
2013-10-19
4
-14
/
+15
|
|
*
|
Now I can use tuples with startswith and endswith.
Ned Batchelder
2013-10-19
5
-5
/
+5
|
|
*
|
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
15
-61
/
+10
|
|
*
|
Keep the paperwork up-to-date.
Ned Batchelder
2013-10-19
2
-1
/
+7
|
|
*
|
We only run on 2.6, 2.7, 3.2, 3.3 now.
Ned Batchelder
2013-10-19
12
-335
/
+305
|
|
*
|
Start on 4.0
Ned Batchelder
2013-10-19
1
-1
/
+1
|
/
*
Say what we've done.
Ned Batchelder
2013-10-12
2
-3
/
+10
|
*
Man page needs love over time.
Ned Batchelder
2013-10-10
1
-0
/
+1
|
*
Tweaks to the man page from Ben Finney.
Ned Batchelder
2013-10-10
1
-25
/
+45
|
*
Fix the mechanism for HTML to find OS-installed resources.
Ned Batchelder
2013-10-10
2
-11
/
+42
|
*
Lint, you are a stern taskmaster...
Ned Batchelder
2013-10-09
1
-2
/
+2
|
*
In case we need a 3.7.1
Ned Batchelder
2013-10-09
1
-1
/
+1
|
*
Planning for 4.0
Ned Batchelder
2013-10-08
1
-1
/
+25
|
*
Doc tweak
Ned Batchelder
2013-10-06
1
-1
/
+2
|
*
Provide landing ids for specific versions in the change history.
Ned Batchelder
2013-10-06
1
-0
/
+2
|
*
Coverage 3.7
Ned Batchelder
2013-10-06
0
-0
/
+0
|
*
Don't make windows kits for 3.1 any more.
coverage-3.7
Ned Batchelder
2013-10-06
1
-1
/
+1
|
*
Document the --debug options.
Ned Batchelder
2013-10-06
2
-0
/
+21
|
*
Fix up some last Windows holdouts in the build process.
Ned Batchelder
2013-10-06
1
-1
/
+1
|
*
Latest sample report for the docs
Ned Batchelder
2013-10-06
13
-66
/
+66
|
*
Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ↵
Ned Batchelder
2013-10-06
37
-37
/
+37
|
|
|
|
html gold files, where it really doesn't, but it's good to clean it all up.
*
Not sure what happened here, but fix it.
Ned Batchelder
2013-10-06
1
-2
/
+2
|
*
Forgot to change the reference to jquery to match the new filename
Ned Batchelder
2013-10-06
2
-2
/
+2
|
*
We don't need no stinkin' beta.
Ned Batchelder
2013-10-06
3
-3
/
+5
|
*
Go to 3.7
Ned Batchelder
2013-10-05
7
-13
/
+77
|
*
Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵
Ned Batchelder
2013-10-05
2
-2
/
+12
|
|
|
|
as 'python'.
*
Make everything work on py2.3 again (for the last time).
Ned Batchelder
2013-10-05
5
-7
/
+40
|
*
Pretty soon I'll be able to use generator expressions...
Ned Batchelder
2013-10-05
2
-2
/
+2
|
*
A few more tweaks to the man page
Ned Batchelder
2013-09-30
1
-1
/
+5
|
*
Add --debug to the man page, and other minor tweaks.
Ned Batchelder
2013-09-30
1
-6
/
+10
|
*
Don't divide by zero if nothing to report. #250.
Ned Batchelder
2013-09-30
3
-2
/
+26
|
*
Add thread to the list of things that don't work. #244.
Ned Batchelder
2013-09-29
1
-1
/
+7
|
*
Quiet pylint.
Ned Batchelder
2013-09-29
1
-1
/
+1
|
*
Properly report .pyw files. #261.
Ned Batchelder
2013-09-29
3
-10
/
+66
|
*
Search a list of places to find HTML report static files. #259.
Ned Batchelder
2013-09-28
4
-8
/
+68
|
*
Mark a bunch of tests that don't need temp directories.
Ned Batchelder
2013-09-28
9
-4
/
+26
|
*
Add tooling to find test classes that use temp directories and don't need to.
Ned Batchelder
2013-09-28
1
-0
/
+64
|
*
Line too long.
Ned Batchelder
2013-09-28
1
-2
/
+2
|
*
Thanks, Windows, for reminding me to close my files!
Ned Batchelder
2013-09-28
1
-14
/
+18
|
*
Now we can run .pyc files directly. Closes #264.
Ned Batchelder
2013-09-28
4
-21
/
+117
|
*
More abstractions for bytes objects. Cleans up some version checks in the ↵
Ned Batchelder
2013-09-28
4
-23
/
+42
|
|
|
|
real code.
[prev]
[next]