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
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unittest-mixins that we just refactored
Ned Batchelder
2017-02-11
1
-2
/
+2
*
Refactor module cleaning so we can use it outside of tests
Ned Batchelder
2017-02-11
1
-2
/
+2
*
No test failures on Jython
Ned Batchelder
2017-01-18
1
-1
/
+1
*
Prevent race conditions from failing tests during 'import usepkgs'
Ned Batchelder
2017-01-17
1
-0
/
+7
*
Latest versions of dependencies
Ned Batchelder
2017-01-16
1
-2
/
+2
*
Jython has no multiprocessing module
Ned Batchelder
2017-01-13
1
-0
/
+4
*
Run lint automatically
Ned Batchelder
2017-01-12
1
-1
/
+1
*
Run lint with tox. I wish it ran faster...
Ned Batchelder
2017-01-12
1
-0
/
+11
*
gevent 1.2.0 is OK now, and be quieter when building docs
Ned Batchelder
2017-01-05
1
-2
/
+2
*
Stop maintaining two separate change histories
Ned Batchelder
2017-01-01
1
-1
/
+1
*
Better ways to install requirements on CI servers
Ned Batchelder
2016-12-31
1
-3
/
+1
*
No need for two environment variables that do the same thing
Ned Batchelder
2016-12-31
1
-1
/
+1
*
Install pytest where we run igor
Ned Batchelder
2016-12-31
1
-1
/
+1
*
gevent 1.2.0 didn't work well, let's stick with 1.1.2 for now
Ned Batchelder
2016-12-24
1
-1
/
+1
*
Use the latest of everything
Ned Batchelder
2016-12-24
1
-4
/
+4
*
Don't lint sphinx output
Ned Batchelder
2016-12-14
1
-1
/
+1
*
Remove the filelock experiment
Ned Batchelder
2016-12-06
1
-1
/
+0
*
Use pytest>=3.0.5
latest-pytest
Bruno Oliveira
2016-12-05
1
-1
/
+1
*
Quick hack to try avoiding stepping on each others' pth files
Ned Batchelder
2016-12-04
1
-0
/
+1
*
Latest versions of everything
Ned Batchelder
2016-11-26
1
-2
/
+2
*
Enable pytest warnings, and fix/silence a few
Ned Batchelder
2016-11-26
1
-0
/
+1
*
Use xdist to run tests faster
Ned Batchelder
2016-11-23
1
-0
/
+1
*
No more nose, use pytest as test runner
Ned Batchelder
2016-11-20
1
-1
/
+0
*
Test against latest pypy2 and pypy3 only. No more 3.2
Ned Batchelder
2016-11-20
1
-16
/
+6
*
Use my fix for pytest
Ned Batchelder
2016-11-20
1
-1
/
+1
*
Move pycodestyle settings to setup.cfg
Ned Batchelder
2016-11-01
1
-10
/
+0
*
Optionally use pytest as the test runner
Ned Batchelder
2016-11-01
1
-0
/
+1
*
doc8 should really be more quiet.
Ned Batchelder
2016-10-02
1
-1
/
+1
*
Use doc8 for some light checking of doc files
Ned Batchelder
2016-10-02
1
-0
/
+1
*
Use linkcheck on docs, and fix some broken links
Ned Batchelder
2016-09-24
1
-2
/
+2
*
Use PyPy 5.4 instead of 5.1
Ned Batchelder
2016-09-12
1
-4
/
+4
*
Update dependencies
Ned Batchelder
2016-08-07
1
-1
/
+1
*
Add support for PyPy3 5.2 alpha 1
Ned Batchelder
2016-08-03
1
-9
/
+6
*
Let setuptools float on most environs, since tox is awkward to divide things ...
Ned Batchelder
2016-07-29
1
-1
/
+0
*
Setuptools fixed their egg-ordering problem, no need for this test workaround...
Ned Batchelder
2016-07-29
1
-0
/
+1
*
Update requirements
Ned Batchelder
2016-06-26
1
-1
/
+1
*
Use latest of unittest-mixins
Ned Batchelder
2016-06-18
1
-1
/
+1
*
Use unittest-mixins 1.1
Ned Batchelder
2016-06-12
1
-2
/
+2
*
Move try_execfile.py to an unambiguous place
Ned Batchelder
2016-06-12
1
-1
/
+2
*
Use the real unittest-mixins package
Ned Batchelder
2016-06-02
1
-1
/
+1
*
Remove the test helpers into their own repo
Ned Batchelder
2016-06-01
1
-0
/
+1
*
Use the latest of everything
Ned Batchelder
2016-05-20
1
-2
/
+2
*
Test system installation changes to get appveyor to work.
Ned Batchelder
2016-05-20
1
-1
/
+8
*
Add 3.6 to the test matrix
Ned Batchelder
2016-05-17
1
-4
/
+4
*
Update dependencies
Ned Batchelder
2016-05-08
1
-3
/
+3
*
Test on PyPy 5.1, and note the support
Ned Batchelder
2016-05-03
1
-2
/
+5
*
Latest gevent
Ned Batchelder
2016-03-26
1
-1
/
+1
*
Keep things running and quiet for 3.2
Ned Batchelder
2016-03-26
1
-1
/
+3
*
Stop testing gevent on py26
Ned Batchelder
2016-03-02
1
-1
/
+1
*
Try this for gevent on appveyor?
Ned Batchelder
2016-03-02
1
-0
/
+1
[next]