<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/cmd2, branch master</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Make sys.stdout check clearer.</title>
<updated>2023-05-02T19:06:55+00:00</updated>
<author>
<name>Andrew Clark IV</name>
<email>starwarsfan2099@gmail.com</email>
</author>
<published>2023-05-02T14:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=adc5a7121002389fd6496f577e46028a689ba9f5'/>
<id>adc5a7121002389fd6496f577e46028a689ba9f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify sys.stdout check</title>
<updated>2023-05-02T19:06:55+00:00</updated>
<author>
<name>Andrew Clark IV</name>
<email>starwarsfan2099@gmail.com</email>
</author>
<published>2023-04-14T13:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=18587ab263fa89509c040ea3bed49656eca926b2'/>
<id>18587ab263fa89509c040ea3bed49656eca926b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if sys.stdout is None</title>
<updated>2023-05-02T19:06:55+00:00</updated>
<author>
<name>Andrew Clark IV</name>
<email>starwarsfan2099@gmail.com</email>
</author>
<published>2023-04-07T17:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=950d92aa853eb03b284b76c06383cfeb548fce72'/>
<id>950d92aa853eb03b284b76c06383cfeb548fce72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rl_utils: Verify `readline.__doc__ is not None`</title>
<updated>2023-05-02T19:02:45+00:00</updated>
<author>
<name>netanelc305</name>
<email>netanelc305@protonmail.com</email>
</author>
<published>2023-04-17T07:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=bdf17dc37d381a26f8372d545b76b1475539ff55'/>
<id>bdf17dc37d381a26f8372d545b76b1475539ff55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format cleanup</title>
<updated>2023-02-01T21:17:29+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-02-01T21:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=97b04689722be872e853017465adaaf1eb7cc591'/>
<id>97b04689722be872e853017465adaaf1eb7cc591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into clipboard</title>
<updated>2023-02-01T21:08:49+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-02-01T21:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a95b8b3cbe92d44a0eec9866a5ead892e097514a'/>
<id>a95b8b3cbe92d44a0eec9866a5ead892e097514a</id>
<content type='text'>
# Conflicts:
#	CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	CHANGELOG.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate support for Python 3.6 and remove dependency on attrs (#1257)</title>
<updated>2023-01-31T20:01:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2023-01-31T20:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ee7599f9ac0dbb6ce3793f6b665ba1200d3ef9a3'/>
<id>ee7599f9ac0dbb6ce3793f6b665ba1200d3ef9a3</id>
<content type='text'>
* Start deprecation of Python 3.6

* Removed dependency on attrs and replaced with dataclasses

* Fix typing

* Added comments to assist with dropping support of Python versions in the future.

---------

Co-authored-by: Kevin Van Brunt &lt;kmvanbrunt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Start deprecation of Python 3.6

* Removed dependency on attrs and replaced with dataclasses

* Fix typing

* Added comments to assist with dropping support of Python versions in the future.

---------

Co-authored-by: Kevin Van Brunt &lt;kmvanbrunt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix import formatting</title>
<updated>2023-01-31T01:07:04+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-01-31T01:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=95b27c12e849c732c3d05cf839af2076d87e8ed4'/>
<id>95b27c12e849c732c3d05cf839af2076d87e8ed4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove erroneously introduced import</title>
<updated>2023-01-29T01:42:59+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-01-29T01:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=8779cca4ab23a244aefe2631e3cdd31b08e164e8'/>
<id>8779cca4ab23a244aefe2631e3cdd31b08e164e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add allow_clipboard for #1225</title>
<updated>2023-01-29T01:39:18+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-01-29T01:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=c875c589890adf358e3711890bc63087f779f862'/>
<id>c875c589890adf358e3711890bc63087f779f862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
