<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/click.git/click, branch meta</title>
<subtitle>github.com: pallets/click
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/'/>
<entry>
<title>update metadata</title>
<updated>2018-09-24T15:21:11+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-24T15:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=5585856f5a7075656f94ffa2af8757cbd1b4fcca'/>
<id>5585856f5a7075656f94ffa2af8757cbd1b4fcca</id>
<content type='text'>
test on 3.7
fix collections deprecation warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test on 3.7
fix collections deprecation warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework the "Not enough space" workaround for Python 2 on Windows 7 and below</title>
<updated>2018-09-22T23:59:06+00:00</updated>
<author>
<name>Segev Finer</name>
<email>segev208@gmail.com</email>
</author>
<published>2018-09-21T23:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=6cafd32bdbd2a985bcb1d00f81409ce41f1d6c96'/>
<id>6cafd32bdbd2a985bcb1d00f81409ce41f1d6c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap stdout/stderr to avoid "Not enough space" in Python 2 on Windows 7</title>
<updated>2018-09-22T23:59:06+00:00</updated>
<author>
<name>Segev Finer</name>
<email>segev208@gmail.com</email>
</author>
<published>2017-07-12T16:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=6c0d58591fcb2283400928909c3db36813609726'/>
<id>6c0d58591fcb2283400928909c3db36813609726</id>
<content type='text'>
When you set the standard streams to binary you seem to only be able to
write up to some limit in a single call to write. So we wrap the streams
and write in chunks to avoid this.

A similar hack was also implemented in Python 3 to work around this. But
that hack doesn't seem to exist in Python 2.

This might have unintended side effects due to replacing the standard
stream objects.

Fixes #825
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When you set the standard streams to binary you seem to only be able to
write up to some limit in a single call to write. So we wrap the streams
and write in chunks to avoid this.

A similar hack was also implemented in Python 3 to work around this. But
that hack doesn't seem to exist in Python 2.

This might have unintended side effects due to replacing the standard
stream objects.

Fixes #825
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent error messages/exit code 120 after exiting on EPIPE</title>
<updated>2018-09-19T15:17:37+00:00</updated>
<author>
<name>Frankie Robertson</name>
<email>frankie@robertson.name</email>
</author>
<published>2018-09-05T14:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=4da5e93cede17262424671208799bc6921dcfa36'/>
<id>4da5e93cede17262424671208799bc6921dcfa36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix encoding issues with getchar</title>
<updated>2018-09-18T18:09:21+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-18T17:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=7b53e1541eeff3c1823b0059cdf0c71e3dd839da'/>
<id>7b53e1541eeff3c1823b0059cdf0c71e3dd839da</id>
<content type='text'>
correctly raises on ^C and ^D
echo no longer raises encoding error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correctly raises on ^C and ^D
echo no longer raises encoding error
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1108 from matejcik/6.x-maintenance</title>
<updated>2018-09-18T13:29:37+00:00</updated>
<author>
<name>Stephen Rosen</name>
<email>sirosen@globus.org</email>
</author>
<published>2018-09-18T13:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=7b22cdac4777adc50b922e5fbb0926efeb5245c8'/>
<id>7b22cdac4777adc50b922e5fbb0926efeb5245c8</id>
<content type='text'>
make `getchar` work on Windows.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make `getchar` work on Windows.</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: make `getchar` work on Windows.</title>
<updated>2018-09-18T08:55:59+00:00</updated>
<author>
<name>matejcik</name>
<email>ja@matejcik.cz</email>
</author>
<published>2018-09-12T13:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=da4a18276003bb02622d721dc07bdbeec0dfbd88'/>
<id>da4a18276003bb02622d721dc07bdbeec0dfbd88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/6.x-maintenance'</title>
<updated>2018-09-13T19:52:57+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-13T19:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=8bcd79a1ff9493814b5a09964fbbdd1e70916956'/>
<id>8bcd79a1ff9493814b5a09964fbbdd1e70916956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #819 from segevfiner/winconsole-writer-bug-2</title>
<updated>2018-09-13T19:51:41+00:00</updated>
<author>
<name>David Lord</name>
<email>davidism@gmail.com</email>
</author>
<published>2018-09-13T19:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=16792fe4d402fde830cbc5655e429a57f11b3d38'/>
<id>16792fe4d402fde830cbc5655e429a57f11b3d38</id>
<content type='text'>
A TextIOWrapper that wraps _winconsole._WindowsConsoleWriter expects a buffered stream</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A TextIOWrapper that wraps _winconsole._WindowsConsoleWriter expects a buffered stream</pre>
</div>
</content>
</entry>
<entry>
<title>Pass ctx to NoSuchOption exceptions</title>
<updated>2018-09-13T15:26:03+00:00</updated>
<author>
<name>Garrett Smith</name>
<email>g@rre.tt</email>
</author>
<published>2017-09-29T14:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/click.git/commit/?id=fa389c1a2f68dd0b2a6f2af07df30d7f819e6f0c'/>
<id>fa389c1a2f68dd0b2a6f2af07df30d7f819e6f0c</id>
<content type='text'>
Ensures that exception printing hints about using ``--help`` option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensures that exception printing hints about using ``--help`` option.
</pre>
</div>
</content>
</entry>
</feed>
