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 (
Expand
)
Author
Age
Files
Lines
...
|
*
Bump to 3.5.1b2
Ned Batchelder
2011-09-03
2
-2
/
+2
*
|
Remove debugging effluvia
Ned Batchelder
2011-09-03
1
-1
/
+0
|
/
*
Fix the [paths] feature to actually work for reporting.
Ned Batchelder
2011-09-03
4
-3
/
+17
*
Forgot to include the closed ticket.
Ned Batchelder
2011-08-30
1
-1
/
+2
*
Coverage 3.5.1b1
Ned Batchelder
2011-08-30
0
-0
/
+0
*
Include the fullcoverage directory in the kits
coverage-3.5.1b1
Ned Batchelder
2011-08-30
1
-0
/
+1
*
Making the directories first is convenient.
Ned Batchelder
2011-08-30
1
-0
/
+2
*
History descriptions can have commas in them.
Ned Batchelder
2011-08-30
1
-1
/
+1
*
Appease the pylint gods
Ned Batchelder
2011-08-28
1
-2
/
+2
*
Add another way to open source files, that works on 3.1
Ned Batchelder
2011-08-28
1
-4
/
+20
*
Bump version to 3.5.1b1
Ned Batchelder
2011-08-28
5
-7
/
+17
*
Document the [paths] section in the config file.
Ned Batchelder
2011-08-27
3
-0
/
+39
*
And also keep Py3.x happy...
Ned Batchelder
2011-08-23
1
-2
/
+2
*
More windows tweaking.
Ned Batchelder
2011-08-23
2
-1
/
+8
*
Finished implementation of path aliases for combining data files. #17.
Ned Batchelder
2011-08-23
5
-3
/
+77
*
Move a method to be a function.
Ned Batchelder
2011-08-22
1
-11
/
+12
*
PathAliases munges the fnmatch pattern, and could have accidentally borked th...
Ned Batchelder
2011-08-22
2
-1
/
+8
*
Cleanups for lint and older Pythons
Ned Batchelder
2011-08-21
4
-19
/
+26
*
The machinery to map paths through aliases for merging coverage data from dis...
Ned Batchelder
2011-08-21
4
-6
/
+173
*
Cleanup
Ned Batchelder
2011-08-17
2
-5
/
+5
*
Properly handle Unicode characters in Python source when creating the HTML re...
Ned Batchelder
2011-08-17
17
-15
/
+1281
*
Oh, can't test 'with' in Pythons that don't have it.
Ned Batchelder
2011-08-11
1
-13
/
+14
*
Merge
Ned Batchelder
2011-08-11
5
-27
/
+32
|
\
|
*
Control the test better; don't use os when cleaning up the path
Ned Batchelder
2011-08-08
5
-27
/
+32
*
|
The for-else fix also fixed 'with' statements, and therefore, issue #128.
Ned Batchelder
2011-08-10
2
-0
/
+19
|
/
*
A fullcoverage tracer that works. Events are stashed, then replayed when cov...
Ned Batchelder
2011-08-08
6
-13
/
+69
*
An enormous hack to try to get stdlib measurement from the very beginning of ...
Ned Batchelder
2011-08-07
2
-1
/
+59
*
You can include files in the Python installation, and they will be measured.
Ned Batchelder
2011-08-03
3
-11
/
+36
*
Fix whitespace
Ned Batchelder
2011-08-03
2
-2
/
+2
*
Merged in bignose/coveragepy-debian (pull request #2)
Ned Batchelder
2011-08-03
7
-158
/
+485
|
\
|
*
Fix the CHANGES merge
Ned Batchelder
2011-08-02
1
-2
/
+3
|
*
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2011-08-02
4
-14
/
+19
|
|
\
|
*
|
Split out and improve the ad-hoc parsing and disassembly tool
Ned Batchelder
2011-08-02
3
-155
/
+442
|
*
|
The number of missed branches reported on the HTML summary page didn't match ...
Ned Batchelder
2011-08-02
3
-1
/
+39
|
*
|
Shorten a line
Ned Batchelder
2011-08-02
1
-2
/
+3
*
|
|
Refactor handling of static report files to a separate function.
Ben Finney
2011-07-27
8
-16
/
+53
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
for-else constructs are handled properly, avoiding bogus partial branch warni...
Ned Batchelder
2011-07-04
4
-14
/
+19
|
|
/
|
*
A test and a fix for issue #122, maybe?
Ned Batchelder
2011-07-04
2
-1
/
+16
|
*
2.7's unittest is more helpful with long messages.
Ned Batchelder
2011-07-04
1
-0
/
+3
|
*
Bump the version number
Ned Batchelder
2011-07-04
2
-1
/
+6
|
*
Add some comments.
Ned Batchelder
2011-07-04
1
-0
/
+9
|
*
Coverage 3.5
Ned Batchelder
2011-06-29
0
-0
/
+0
*
|
Refactor handling of static report files to a separate function.
Ben Finney
2011-07-27
1
-1
/
+4
|
/
*
Latest sample HTML report
coverage-3.5
Ned Batchelder
2011-06-29
17
-97
/
+1200
*
Bump version number to 3.5
Ned Batchelder
2011-06-29
7
-12
/
+17
*
Write this down for next time.
Ned Batchelder
2011-06-27
1
-0
/
+5
*
Update the gold files for HTML since the index file now has keyboard help.
Ned Batchelder
2011-06-26
9
-0
/
+150
*
cleaner
Ned Batchelder
2011-06-26
1
-1
/
+1
*
HTML report hotkeys work differently if the current chunk is off-screen. A c...
Ned Batchelder
2011-06-26
3
-12
/
+167
*
Scroll-to-top needs the Chrome fix also.
Ned Batchelder
2011-06-23
1
-1
/
+1
[prev]
[next]