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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
More templite fiddling: use locals instead of ctx[] each time.
Ned Batchelder
2013-10-27
1
-11
/
+41
|
|
|
*
Turns out we were spinning on Nones a lot in the Hasher.
Ned Batchelder
2013-10-27
1
-1
/
+3
|
|
|
*
ByteCodes.__iter__ is expensive, do it once instead of twice.
Ned Batchelder
2013-10-27
1
-2
/
+3
|
|
|
*
No point computing branch info if we aren't doing branch coverage.
Ned Batchelder
2013-10-27
1
-1
/
+2
|
|
|
*
Cache generate_tokens to speed HTML reports.
Ned Batchelder
2013-10-26
2
-3
/
+33
|
|
|
*
Micro optimizations.
Ned Batchelder
2013-10-26
1
-3
/
+3
|
|
|
*
Templite now compiles to Python code for speed.
Ned Batchelder
2013-10-26
1
-92
/
+102
|
|
|
*
Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.
Ned Batchelder
2013-10-23
6
-16
/
+27
|
|
|
*
Simple timing of commands.
Ned Batchelder
2013-10-23
1
-1
/
+5
|
|
*
|
enumerate has a start parameter!
Ned Batchelder
2013-10-23
2
-4
/
+3
|
|
*
|
Except clause can now use 'as', no need for lots of sys.exc_info
Ned Batchelder
2013-10-20
5
-20
/
+10
|
|
*
|
try/except/finally is ok now.
Ned Batchelder
2013-10-20
3
-45
/
+42
|
|
*
|
with statements: no more finally close
Ned Batchelder
2013-10-20
4
-41
/
+11
|
|
*
|
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
2
-7
/
+4
|
|
*
|
Generator expressons are ok now.
Ned Batchelder
2013-10-19
9
-23
/
+23
|
|
*
|
Now I can use decorators.
Ned Batchelder
2013-10-19
2
-12
/
+12
|
|
*
|
Now I can use tuples with startswith and endswith.
Ned Batchelder
2013-10-19
3
-3
/
+3
|
|
*
|
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
8
-50
/
+6
|
|
*
|
We only run on 2.6, 2.7, 3.2, 3.3 now.
Ned Batchelder
2013-10-19
1
-7
/
+2
|
|
*
|
Start on 4.0
Ned Batchelder
2013-10-19
1
-1
/
+1
|
/
*
Fix the mechanism for HTML to find OS-installed resources.
Ned Batchelder
2013-10-10
1
-11
/
+19
|
*
In case we need a 3.7.1
Ned Batchelder
2013-10-09
1
-1
/
+1
|
*
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
1
-1
/
+1
|
*
Go to 3.7
Ned Batchelder
2013-10-05
1
-1
/
+1
|
*
Make everything work on py2.3 again (for the last time).
Ned Batchelder
2013-10-05
1
-1
/
+3
|
*
Pretty soon I'll be able to use generator expressions...
Ned Batchelder
2013-10-05
2
-2
/
+2
|
*
Don't divide by zero if nothing to report. #250.
Ned Batchelder
2013-09-30
1
-1
/
+6
|
*
Properly report .pyw files. #261.
Ned Batchelder
2013-09-29
1
-8
/
+40
|
*
Search a list of places to find HTML report static files. #259.
Ned Batchelder
2013-09-28
2
-6
/
+25
|
*
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
2
-19
/
+57
|
*
More abstractions for bytes objects. Cleans up some version checks in the ↵
Ned Batchelder
2013-09-28
3
-21
/
+34
|
|
|
|
real code.
*
Make iteritems detection more like the rest of backward.py, and add a test ↵
Ned Batchelder
2013-09-28
1
-3
/
+5
|
|
|
|
of it.
*
Allow relative paths in the [paths] aliases. #267.
Ned Batchelder
2013-09-26
1
-2
/
+15
|
*
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2013-09-16
1
-2
/
+2
|
\
|
*
Find .pyw files when searching for source files.
Ned Batchelder
2013-09-16
1
-2
/
+2
|
|
*
|
The PyTracer can't always be stopped, so give it a flag to stop tracing when ↵
Ned Batchelder
2013-09-16
1
-1
/
+8
|
/
|
|
|
that happens. This silences a noisome exception during the test suite.
*
Improve and more fully test the first-blank-line decoding fix. Thanks, ↵
Ned Batchelder
2013-09-16
1
-2
/
+2
|
|
|
|
Roger Hu.
*
Merged in rogerjhu/coverage.py (pull request #19)
Ned Batchelder
2013-09-16
11
-66
/
+184
|
\
|
|
|
|
|
|
Make UTF-8 detection more robust.
|
*
Get rid of locals(). Thanks for the prod, Brett Cannon.
Ned Batchelder
2013-09-15
1
-14
/
+15
|
|
|
*
More --debug options, split code into separate objects.
Ned Batchelder
2013-09-08
5
-34
/
+105
|
|
|
*
Oops, it's 2013 already.
Ned Batchelder
2013-09-07
1
-1
/
+1
|
|
|
*
Better to leave the space out.
Ned Batchelder
2013-09-06
2
-2
/
+2
|
|
|
*
Give the matchers a way to get info out of them.
Ned Batchelder
2013-09-06
1
-0
/
+8
|
|
|
*
Move the info formatting into its own function.
Ned Batchelder
2013-09-06
2
-10
/
+23
|
|
|
*
Make debug=trace trace all the yes/no tracing decisions.
Ned Batchelder
2013-09-06
1
-4
/
+7
|
|
|
*
PyTracer's cache broke when I changed False to None from should_trace. Fixed.
Ned Batchelder
2013-09-04
1
-2
/
+3
|
|
[prev]
[next]