<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage/numbits.py, branch 6.3.1</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>refactor: remove more unneeded backward.py shims</title>
<updated>2021-05-01T20:24:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T18:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=775c14a764ff3fd32bcd25d91f4c0f635722ed50'/>
<id>775c14a764ff3fd32bcd25d91f4c0f635722ed50</id>
<content type='text'>
Gone are:

- iitems
- litems
- iternext
- to_bytes
- to_string
- binary_bytes
- byte_to_int
- bytes_to_ints
- BUILTINS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gone are:

- iitems
- litems
- iternext
- to_bytes
- to_string
- binary_bytes
- byte_to_int
- bytes_to_ints
- BUILTINS
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove unneeded backward.py shims</title>
<updated>2021-05-01T20:24:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e96ef93d18831630687b6c026bed89a1f9149c90'/>
<id>e96ef93d18831630687b6c026bed89a1f9149c90</id>
<content type='text'>
Removed were:

- StringIO
- configparser
- string_class
- unicode_class
- range
- zip_longest
- get_thread_id
- path_types
- shlex_quote
- reprlib
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed were:

- StringIO
- configparser
- string_class
- unicode_class
- range
- zip_longest
- get_thread_id
- path_types
- shlex_quote
- reprlib
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove code explicitly choosing between py2 and py3</title>
<updated>2021-05-01T17:30:39+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-05-01T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9df434550a499c16e9fd26cfb9627837bfdc02a5'/>
<id>9df434550a499c16e9fd26cfb9627837bfdc02a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
