<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/dns/transaction.py, branch master</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>Remove unnecessary string concatenation.</title>
<updated>2023-04-11T18:05:16+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2023-04-11T18:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1db18b95597fb0fb70081d394246a1c73a2cc3ae'/>
<id>1db18b95597fb0fb70081d394246a1c73a2cc3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add names iteration to transactions via iterate_names(). (#907)</title>
<updated>2023-03-14T20:26:51+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2023-03-14T20:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1aeec724042b0af114ebf3f9966e7ea4be1dad33'/>
<id>1aeec724042b0af114ebf3f9966e7ea4be1dad33</id>
<content type='text'>
Also make rdataset iteration more obvious by adding an
explicit iterate_rdatasets() API.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also make rdataset iteration more obvious by adding an
explicit iterate_rdatasets() API.</pre>
</div>
</content>
</entry>
<entry>
<title>join adjacent strings (formatting)</title>
<updated>2022-03-17T12:29:55+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-03-17T12:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1fe1ebae6964feb93b98671fdb1d6d36d13abeb2'/>
<id>1fe1ebae6964feb93b98671fdb1d6d36d13abeb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>black autoformatting</title>
<updated>2022-03-15T15:37:20+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-03-15T15:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=b1d2332687adbecc0acbb4e623124f783f859d9e'/>
<id>b1d2332687adbecc0acbb4e623124f783f859d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>One more pass, after adding --disallow-incomplete-defs</title>
<updated>2022-03-11T14:54:03+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-03-11T14:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a4936b6b245cc289aaf363eb8dc9891c22c1adea'/>
<id>a4936b6b245cc289aaf363eb8dc9891c22c1adea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typing pass number 2, featuring typing of bools, adding a return type</title>
<updated>2022-03-10T16:41:20+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-03-09T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8b9b6166821b193c3150d1bbffe11ae8ed8a2664'/>
<id>8b9b6166821b193c3150d1bbffe11ae8ed8a2664</id>
<content type='text'>
of "-&gt; None" to procedures, and various fixes for omissions, errors,
and new issues discovered by type checking previously unchecked things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of "-&gt; None" to procedures, and various fixes for omissions, errors,
and new issues discovered by type checking previously unchecked things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add integrated typing to much of dnspython.</title>
<updated>2022-03-05T20:39:50+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-02-25T21:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=392ac9bd4bfceffe33563409eb3a02615e729188'/>
<id>392ac9bd4bfceffe33563409eb3a02615e729188</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix various typing issues (typos)</title>
<updated>2022-01-29T21:43:20+00:00</updated>
<author>
<name>Sebastian Wagner</name>
<email>sebix@sebix.at</email>
</author>
<published>2022-01-29T21:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a593b38d892f6b5b2180086157d73bff181f1475'/>
<id>a593b38d892f6b5b2180086157d73bff181f1475</id>
<content type='text'>
I stumbled over a few typos and then decided to fix 'em all
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I stumbled over a few typos and then decided to fix 'em all
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the version's origin if the zone doesn't have one yet.  [#766]</title>
<updated>2022-01-23T23:38:05+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-01-23T23:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=c07d11ea060bc4bb02ee8deadba8365bd5b8b99d'/>
<id>c07d11ea060bc4bb02ee8deadba8365bd5b8b99d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor to have a get_node() in the txn API</title>
<updated>2021-12-02T22:44:08+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-12-02T22:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a5cf8b0817d27abb0f27bfc6b8a78a518c534a35'/>
<id>a5cf8b0817d27abb0f27bfc6b8a78a518c534a35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
