<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_concurrency.py, branch coverage-4.2</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Multiprocessing needs to communicate the rcfile down to the subprocesses</title>
<updated>2016-07-13T16:08:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-13T16:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ae89878f20e6ef2009d8351668ffa522a02f6c7b'/>
<id>ae89878f20e6ef2009d8351668ffa522a02f6c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A little more clean-up on the concurrency tests</title>
<updated>2016-07-04T13:34:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-04T13:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7da3c9558f62fae50c9839a94c66212744512384'/>
<id>7da3c9558f62fae50c9839a94c66212744512384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let the concurrency option be multi-valued. #484</title>
<updated>2016-07-04T12:20:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-04T12:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=98539b47a2790255f633260bcd60243dc7b6647c'/>
<id>98539b47a2790255f633260bcd60243dc7b6647c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor concurrency tests to make the pieces more composable</title>
<updated>2016-07-03T12:34:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-03T12:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1fc4c9681034a2123ce27fa336d16df5dc1cee9c'/>
<id>1fc4c9681034a2123ce27fa336d16df5dc1cee9c</id>
<content type='text'>
--HG--
extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : df40db50416bb97691509bf7607aba6ed2b7b205
</pre>
</div>
</content>
</entry>
<entry>
<title>Make multiprocessing support work with spawned processes, which is what Windows uses.</title>
<updated>2016-01-10T17:37:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-01-10T17:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=7865e5067d30c98f280ad06175b26c93508783c5'/>
<id>7865e5067d30c98f280ad06175b26c93508783c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary setup in MultiprocessingTest class</title>
<updated>2015-12-15T14:25:45+00:00</updated>
<author>
<name>Rodrigue Cloutier</name>
<email>rodrigue.cloutier@ubisoft.com</email>
</author>
<published>2015-12-15T14:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=24f2dd5b4f8954133c4767905a67352d50e3e465'/>
<id>24f2dd5b4f8954133c4767905a67352d50e3e465</id>
<content type='text'>
--HG--
branch : windows_multiprocessing_support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : windows_multiprocessing_support
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows support for multiprocessing monkey patch</title>
<updated>2015-12-10T15:22:06+00:00</updated>
<author>
<name>Rodrigue Cloutier</name>
<email>rodrigue.cloutier@ubisoft.com</email>
</author>
<published>2015-12-10T15:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c411cc843c6cb70620b16cbaf12a5a0610f27f21'/>
<id>c411cc843c6cb70620b16cbaf12a5a0610f27f21</id>
<content type='text'>
--HG--
branch : windows_multiprocessing_support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : windows_multiprocessing_support
</pre>
</div>
</content>
</entry>
<entry>
<title>gevent and eventlet are available on py3, so test them there</title>
<updated>2015-09-13T00:43:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-09-13T00:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=198cdbbf3ecb69ca48e10928346808940bac93b8'/>
<id>198cdbbf3ecb69ca48e10928346808940bac93b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Greenlet is always availble, remove conditionalization.</title>
<updated>2015-08-30T14:51:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-30T14:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=68a4d571547b409722e416e9254d8b9fb89f84a5'/>
<id>68a4d571547b409722e416e9254d8b9fb89f84a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops, left behind unused imports</title>
<updated>2015-07-27T11:26:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-27T11:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c3c3a5ccb1eea62e4c9f3b2a8d7fb139ce91575a'/>
<id>c3c3a5ccb1eea62e4c9f3b2a8d7fb139ce91575a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
