<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/numbits.py, branch nedbat/virtualenv-34</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>Another detail about numbits_to_nums</title>
<updated>2019-11-15T12:55:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-15T12:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2aeb189280ad89b1fdc67529438c6c98668b9d6f'/>
<id>2aeb189280ad89b1fdc67529438c6c98668b9d6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated register_sqlite_functions() docstring</title>
<updated>2019-11-13T02:06:57+00:00</updated>
<author>
<name>Simon Willison</name>
<email>swillison@gmail.com</email>
</author>
<published>2019-11-12T16:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=812da02debd429dbeffaac12231ee05632f01247'/>
<id>812da02debd429dbeffaac12231ee05632f01247</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose numbits_to_nums() SQL function, refs #868</title>
<updated>2019-11-13T02:06:57+00:00</updated>
<author>
<name>Simon Willison</name>
<email>swillison@gmail.com</email>
</author>
<published>2019-11-12T16:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b5c69bd598d31173695453cedb18211e292ec777'/>
<id>b5c69bd598d31173695453cedb18211e292ec777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Napoleon gets noisy if you use informal types</title>
<updated>2019-11-11T10:50:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-11T10:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=12ebfecd95995300caf7cd268bfd96e826552c05'/>
<id>12ebfecd95995300caf7cd268bfd96e826552c05</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 in the db schema docs</title>
<updated>2019-09-09T09:38:03+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-09-09T09:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=692a0fc2ad8bbd8a3c4009460783e49e9558605a'/>
<id>692a0fc2ad8bbd8a3c4009460783e49e9558605a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved numbits operations</title>
<updated>2019-08-11T20:13:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-08-11T20:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=fedaa98daab82a2a8ce0a76fe5cb9dc1c1c92eac'/>
<id>fedaa98daab82a2a8ce0a76fe5cb9dc1c1c92eac</id>
<content type='text'>
* Better names (merge -&gt; union)
* More ops (intersection)
* Can be registered for SQLite use
* Numbits can be empty

Also, line_map is a dumb table name. line_bits is marginally better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Better names (merge -&gt; union)
* More ops (intersection)
* Can be registered for SQLite use
* Numbits can be empty

Also, line_map is a dumb table name. line_bits is marginally better.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug in num_in_numbits.</title>
<updated>2019-08-01T14:56:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-08-01T14:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=2d7ad503f60f982d6431870663238a76e5a28b56'/>
<id>2d7ad503f60f982d6431870663238a76e5a28b56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add num_in_numbits</title>
<updated>2019-08-01T13:42:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-08-01T13:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=a361ff3897736917544da1a4e28d8db6457f0fcc'/>
<id>a361ff3897736917544da1a4e28d8db6457f0fcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add numbits_any_intersection</title>
<updated>2019-07-31T14:24:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-31T14:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=66fb5e7bda44ac9f7b2d86687c96a34a0d632010'/>
<id>66fb5e7bda44ac9f7b2d86687c96a34a0d632010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor numbits into their own files</title>
<updated>2019-07-31T14:24:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-07-30T15:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e94f523162dd39acddfa17b20f4234f1ee5dec7f'/>
<id>e94f523162dd39acddfa17b20f4234f1ee5dec7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
