<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/examples/zonediff.py, branch processing_order_fix</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>make all shebangs python3</title>
<updated>2020-05-01T20:02:48+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-01T20:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=84b83f9f2c08ad66597420753dc9671d21d6a37c'/>
<id>84b83f9f2c08ad66597420753dc9671d21d6a37c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "from __future__ import" statements.</title>
<updated>2020-05-01T18:31:23+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-01T18:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=44b1c3d8835c12b68571d515c43887c725c75ffa'/>
<id>44b1c3d8835c12b68571d515c43887c725c75ffa</id>
<content type='text'>
None of these are needed anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
None of these are needed anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade</title>
<updated>2018-09-06T11:18:29+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-09-06T11:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=368835bdf581467b0d7324eda0effc6ca09e618e'/>
<id>368835bdf581467b0d7324eda0effc6ca09e618e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial type signatures</title>
<updated>2018-07-31T18:10:52+00:00</updated>
<author>
<name>Janus</name>
<email>ysangkok@gmail.com</email>
</author>
<published>2018-07-23T14:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599'/>
<id>5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/zonediff: fix pylint (singleton-comparison)</title>
<updated>2018-07-18T13:35:51+00:00</updated>
<author>
<name>Tomas Krizek</name>
<email>tomas.krizek@nic.cz</email>
</author>
<published>2018-07-18T13:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=bdef72c6eec0e6e6096eee2ce52217d5a769455e'/>
<id>bdef72c6eec0e6e6096eee2ce52217d5a769455e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: remove bare excepts</title>
<updated>2016-08-31T19:50:22+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-08-02T20:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=61fbd8933a4da011bc0ad3148df4b2786d240599'/>
<id>61fbd8933a4da011bc0ad3148df4b2786d240599</id>
<content type='text'>
Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: examples: py3 replace deprecated optparse with argparse</title>
<updated>2016-07-02T20:51:42+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-07-02T20:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=88ff7d4fddd2cc7fe14d183f9c654a0efebc288c'/>
<id>88ff7d4fddd2cc7fe14d183f9c654a0efebc288c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: examples: fix redefined sys from outer scope error</title>
<updated>2016-07-02T20:38:22+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-07-02T20:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=952e3b7cba7c3929e274f92e429a6292979ca294'/>
<id>952e3b7cba7c3929e274f92e429a6292979ca294</id>
<content type='text'>
This was more false positive than actual error, but I replaced sys.exit() by SystemExit exception  rather than disabling check there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was more false positive than actual error, but I replaced sys.exit() by SystemExit exception  rather than disabling check there
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: examples: fix basestring is not in py3</title>
<updated>2016-07-02T20:35:31+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-07-02T20:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0c42b263cfd02d1cf5feb511162f8624060d6fa3'/>
<id>0c42b263cfd02d1cf5feb511162f8624060d6fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: examples: fix extremenly long lines</title>
<updated>2016-07-02T20:30:23+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-07-02T20:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6f52d99ec052fe937a93bbca07deaf95dd9cb5a4'/>
<id>6f52d99ec052fe937a93bbca07deaf95dd9cb5a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
