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
/
test
/
test_execfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the test directory to tests to avoid conflicts with the stdlib test pack...
Ned Batchelder
2013-02-02
1
-116
/
+0
*
Get rid of import craziness in the tests.
Ned Batchelder
2012-12-30
1
-2
/
+1
*
Add tests and doc for Brandon's -m flag.
Ned Batchelder
2011-02-06
1
-2
/
+41
*
A bunch more places where a file close should be in a finally clause.
Ned Batchelder
2011-01-30
1
-2
/
+4
*
Python source files that don't end with a newline can now be executed, fixing...
Ned Batchelder
2010-02-22
1
-0
/
+12
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-3
/
+3
*
Report errors finding source files to execute more nicely. Fixes issue #23.
Ned Batchelder
2009-10-25
1
-0
/
+3
*
CamelCase looks weird, switch to underscore_separated.
Ned Batchelder
2009-10-16
1
-1
/
+1
*
The best way to get py3k support: same source runs on both, with some contort...
Ned Batchelder
2009-09-22
1
-1
/
+3
*
Py3k: bytes vs. strings, and one more print statement.
Ned Batchelder
2009-07-08
1
-2
/
+2
*
Various Py3k fixes: remove gratuitous print, don't test the print statement, ...
Ned Batchelder
2009-07-08
1
-1
/
+1
*
When executing files, open them in Universal Newline mode, just as Python its...
Ned Batchelder
2009-06-27
1
-0
/
+11
*
More docstrings
Ned Batchelder
2009-05-09
1
-0
/
+1
*
Also make __builtins__ available in main programs.
Ned Batchelder
2009-05-09
1
-1
/
+4
*
Change run_python_file again so that it doesn't produce compiled turds in the...
Ned Batchelder
2009-05-09
1
-16
/
+10
*
makeFile is more useful if it doesn't append .py
Ned Batchelder
2009-05-08
1
-0
/
+14
*
Line length < 80.
Ned Batchelder
2009-04-19
1
-1
/
+2
*
Commonalize more of the test case code.
Ned Batchelder
2009-04-18
1
-18
/
+7
*
Finally realized that unit test classes should be named like any other class:...
Ned Batchelder
2009-04-17
1
-1
/
+1
*
Pylint tweaks
Ned Batchelder
2009-04-12
1
-2
/
+4
*
Even better execution of main files.
Ned Batchelder
2009-04-04
1
-3
/
+28
*
Factor execfile out of cmdline, so that we can call python main programs prop...
Ned Batchelder
2009-04-03
1
-0
/
+19