<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git, branch nedbat/pypy38</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>debug: keep track of what was happening on this branch</title>
<updated>2021-10-24T01:08:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-21T12:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6866886c50516a6f02e7aca05f91d90aa5c70f46'/>
<id>6866886c50516a6f02e7aca05f91d90aa5c70f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: changes for PyPy3.8</title>
<updated>2021-10-24T01:08:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-21T12:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a09a424b8fc6ebbede7b4d967112287a826ef702'/>
<id>a09a424b8fc6ebbede7b4d967112287a826ef702</id>
<content type='text'>
- Update tox.ini to let us run against PyPy3.8

- Some 3.8 behavior is (apparently) only on CPython

- PyPy3.8 doesn't get along with virtualenv yet
  (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our
  virtualenv tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update tox.ini to let us run against PyPy3.8

- Some 3.8 behavior is (apparently) only on CPython

- PyPy3.8 doesn't get along with virtualenv yet
  (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our
  virtualenv tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(test): update gold files</title>
<updated>2021-10-24T00:08:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-24T00:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=91ace30b1095f1a3b5022f9a70b3212385b3a0e6'/>
<id>91ace30b1095f1a3b5022f9a70b3212385b3a0e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: update gold files</title>
<updated>2021-10-24T00:01:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T21:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=668eec7da3358c92b1e6ce266775bb2f89ff8260'/>
<id>668eec7da3358c92b1e6ce266775bb2f89ff8260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(html): fix a few problems with the html report</title>
<updated>2021-10-24T00:01:48+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T23:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bd929f953734f3f5d6cf3e0534aa573b44fc45e2'/>
<id>bd929f953734f3f5d6cf3e0534aa573b44fc45e2</id>
<content type='text'>
- highlights weren't showing

- anchored lines were not visible

- some j/k motions were broken

- clicking the big buttons at the top didn't work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- highlights weren't showing

- anchored lines were not visible

- some j/k motions were broken

- clicking the big buttons at the top didn't work
</pre>
</div>
</content>
</entry>
<entry>
<title>test: sometimes pytest directories have a "popen" component</title>
<updated>2021-10-23T21:34:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T21:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c8ac44828eddfcb444dcdcfc7668370054e96cb9'/>
<id>c8ac44828eddfcb444dcdcfc7668370054e96cb9</id>
<content type='text'>
Those have to be scrubbed too. I'm not sure why it's sometimes there, sometimes
not.  Maybe xdist?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those have to be scrubbed too. I'm not sure why it's sometimes there, sometimes
not.  Maybe xdist?
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: no more need for a search path for static files</title>
<updated>2021-10-23T21:34:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T15:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=bb2bc1a6295ee8fc4f3cccfe72aeb3d3ae5246cb'/>
<id>bb2bc1a6295ee8fc4f3cccfe72aeb3d3ae5246cb</id>
<content type='text'>
We used to search an OS-specific directory in addition to our own, specifically
so that Debian could use an OS-installed copy of jQuery and its plugins.  But we
no longer have jQuery or any third-party JavaScript code, so we don't need to
search the Debian directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to search an OS-specific directory in addition to our own, specifically
so that Debian could use an OS-installed copy of jQuery and its plugins.  But we
no longer have jQuery or any third-party JavaScript code, so we don't need to
search the Debian directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: thanks, Nils K for the vanilla JS conversion!</title>
<updated>2021-10-23T21:34:53+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T21:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b5a53740700e59dbebbf655d4914bbaf9470870a'/>
<id>b5a53740700e59dbebbf655d4914bbaf9470870a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(html): remove all uses of jQuery, only vanilla JS now</title>
<updated>2021-10-23T12:15:29+00:00</updated>
<author>
<name>Septatrix</name>
<email>24257556+Septatrix@users.noreply.github.com</email>
</author>
<published>2021-03-27T12:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a'/>
<id>9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a</id>
<content type='text'>
This is squashed from pull request #1248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is squashed from pull request #1248
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(html): a one-header sticky header</title>
<updated>2021-10-23T11:26:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-10-23T02:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=5da82cc579a69b5a53f9c15dfce28e37917d1579'/>
<id>5da82cc579a69b5a53f9c15dfce28e37917d1579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
