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
/
debug.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
A little better debug logging
Ned Batchelder
2018-02-19
1
-2
/
+3
|
*
Don't use the aggressive singleton for normal debugging
Ned Batchelder
2017-03-23
1
-1
/
+1
|
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
1
-46
/
+115
|
*
Clarify the aspectlib example
Ned Batchelder
2017-01-10
1
-2
/
+3
|
*
Small improvements to the debug stuff
Ned Batchelder
2017-01-02
1
-7
/
+13
|
*
More aspectlib improvements
Ned Batchelder
2017-01-02
1
-4
/
+12
|
*
Better debug log filename handling: COVERAGE_LOG
Ned Batchelder
2017-01-01
1
-7
/
+7
|
*
Better logging file, combined with aspectlib support
Ned Batchelder
2017-01-01
1
-31
/
+49
|
*
Improved ad-hoc debug logger.
Ned Batchelder
2016-12-30
1
-1
/
+12
|
*
A better way to prevent call stacks during multi-line output
Ned Batchelder
2016-09-25
1
-6
/
+18
|
*
Change the debug=callers test to something that will be coverable
Ned Batchelder
2016-09-24
1
-1
/
+1
|
*
Clean up and test the callers debugging info
Ned Batchelder
2016-09-24
1
-4
/
+4
|
*
Test short_stack, and give it a skip parameter for better output.
Ned Batchelder
2016-09-24
1
-2
/
+5
|
*
Derp: actually make config not write a call stack for each line
Ned Batchelder
2016-09-24
1
-1
/
+1
|
*
Don't print a call stack for each line in multi-line debug output
Ned Batchelder
2016-09-24
1
-3
/
+9
|
*
Built-in support for using aspectlib to debug execution.
Ned Batchelder
2016-08-06
1
-0
/
+47
|
*
Simplify debug.log by using an existing helper
Ned Batchelder
2016-07-10
1
-2
/
+1
|
*
Add a helper function for debugging deep problems
Ned Batchelder
2016-07-10
1
-0
/
+9
|
*
Add some control over how many stack frames are shown
Ned Batchelder
2016-01-18
1
-5
/
+7
|
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-0
/
+4
|
*
Data dumps can be canonicalized for comparison
Ned Batchelder
2015-08-24
1
-17
/
+0
|
*
Added more debugging controls, especially for data operations
Ned Batchelder
2015-08-19
1
-6
/
+9
|
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
|
*
Test (and fix!) the secret data dumper.
Ned Batchelder
2015-07-23
1
-0
/
+2
|
*
Move the raw data dumper to a more internal place.
Ned Batchelder
2015-07-22
1
-0
/
+15
|
*
Move suffix logic into data.py
Ned Batchelder
2015-07-15
1
-0
/
+3
|
*
If __file__ disagrees with the frame, use the frame info. Fixes #380.
Ned Batchelder
2015-07-11
1
-0
/
+23
|
*
Useful debugging help.
Ned Batchelder
2015-02-08
1
-0
/
+5
|
*
Make the two forms of debug output more uniform
Ned Batchelder
2015-01-24
1
-1
/
+9
|
*
info_formatter shouldn't assume it gets a list
Ned Batchelder
2015-01-24
1
-0
/
+1
|
*
Use a set where a set is appropriate
Ned Batchelder
2014-08-19
1
-1
/
+1
|
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-1
/
+1
|
*
More --debug options, split code into separate objects.
Ned Batchelder
2013-09-08
1
-0
/
+54