<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python_utils.git/list_utils.py, branch master</title>
<subtitle>A bunch of python helper utils.  Needed to run most of my python code.
</subtitle>
<id>https://git.acknak.org/cgit/python_utils.git/atom?h=master</id>
<link rel='self' href='https://git.acknak.org/cgit/python_utils.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/'/>
<updated>2022-06-05T05:35:03Z</updated>
<entry>
<title>Get rid of sanity check on bsearch; just use __debug__.</title>
<updated>2022-06-05T05:35:03Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-06-05T05:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=3794ba43f9661e9093af70728ae8614caea65f1f'/>
<id>urn:sha1:3794ba43f9661e9093af70728ae8614caea65f1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add powerset to list_utils; improve chord parser.</title>
<updated>2022-04-22T21:28:44Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-04-22T21:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=290e40e0bf150ab889ada06e500a5835d3935da6'/>
<id>urn:sha1:290e40e0bf150ab889ada06e500a5835d3935da6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Since this thing is on the innerwebs I suppose it should have a</title>
<updated>2022-03-25T16:41:31Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-03-25T16:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3'/>
<id>urn:sha1:532df2c5b57c7517dfb3dddd8c1358fbadf8baf3</id>
<content type='text'>
copyright...
</content>
</entry>
<entry>
<title>Adds shuffle/scramble to list_utils.</title>
<updated>2022-03-25T16:15:08Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-03-25T16:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=c6fca944b41f292b66efaba27ebf3fd0a37956b8'/>
<id>urn:sha1:c6fca944b41f292b66efaba27ebf3fd0a37956b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More cleanup, yey!</title>
<updated>2022-02-09T01:46:56Z</updated>
<author>
<name>Scott Gasch</name>
<email>scott@gasch.org</email>
</author>
<published>2022-02-09T01:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=e8fbbb7306430478dec55d2c963eed116d8330cc'/>
<id>urn:sha1:e8fbbb7306430478dec55d2c963eed116d8330cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mypy clean!</title>
<updated>2022-02-02T19:09:18Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-02-02T19:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=5317c50ce7a96a37acfab3800c0935580766dbbf'/>
<id>urn:sha1:5317c50ce7a96a37acfab3800c0935580766dbbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up mypy type checker errors.</title>
<updated>2022-02-01T05:03:41Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-02-01T05:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=e224aee343a337beefc61acdfa263c88f0bde312'/>
<id>urn:sha1:e224aee343a337beefc61acdfa263c88f0bde312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformatting.</title>
<updated>2022-01-26T23:36:05Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-01-26T23:36:05Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=26aeb26a54ef46a06a84d6c62492ebca318c5263'/>
<id>urn:sha1:26aeb26a54ef46a06a84d6c62492ebca318c5263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sanity check optional.</title>
<updated>2022-01-26T19:26:55Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-01-26T19:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=444d1e5f3e9a39759079736302e3404018141b02'/>
<id>urn:sha1:444d1e5f3e9a39759079736302e3404018141b02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sanity check list is sorted before binary search.</title>
<updated>2022-01-26T19:24:46Z</updated>
<author>
<name>Scott</name>
<email>scott@wannabe.house</email>
</author>
<published>2022-01-26T19:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.acknak.org/cgit/python_utils.git/commit/?id=9a2ea7cea8b93a85447bd31e8ea660327469f2df'/>
<id>urn:sha1:9a2ea7cea8b93a85447bd31e8ea660327469f2df</id>
<content type='text'>
</content>
</entry>
</feed>
