<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/greenlet.git, branch issue206</title>
<subtitle>github.com: python-greenlet/greenlet.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/'/>
<entry>
<title>Use clang-format and clang-tidy to PEP7 the source.</title>
<updated>2020-11-18T15:42:56+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-18T15:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=fafa99c69564d966e75530dda7f8e7c83db53924'/>
<id>fafa99c69564d966e75530dda7f8e7c83db53924</id>
<content type='text'>
Fixes #206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #206
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #213 from python-greenlet/issue207</title>
<updated>2020-11-18T13:38:36+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-18T13:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=a9a0c0749abe03dc8f34d4e31d278050f4080c4c'/>
<id>a9a0c0749abe03dc8f34d4e31d278050f4080c4c</id>
<content type='text'>
Always complie with support for tracing, garbage collection and context vars (where applicable)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always complie with support for tracing, garbage collection and context vars (where applicable)</pre>
</div>
</content>
</entry>
<entry>
<title>Always complie with support for tracing, garbage collection and contextvars (where applicable).</title>
<updated>2020-11-18T12:27:13+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-18T12:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=3af5e994b9782c0c91d0ad9c575ef72655a23664'/>
<id>3af5e994b9782c0c91d0ad9c575ef72655a23664</id>
<content type='text'>
Remove undocumented compiler macros that let those things be switched off; they were never tested.

Fixes #207
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove undocumented compiler macros that let those things be switched off; they were never tested.

Fixes #207
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic development/release docs. [skip ci]</title>
<updated>2020-11-16T17:59:12+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T17:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=34ee3cbe99983d192c1a28abecfa62c5eb409eb7'/>
<id>34ee3cbe99983d192c1a28abecfa62c5eb409eb7</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 #212 from python-greenlet/define__version__in_py</title>
<updated>2020-11-16T17:58:36+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T17:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=1c8d50a2fdf2272daab45ce6970ca29f4c445a0e'/>
<id>1c8d50a2fdf2272daab45ce6970ca29f4c445a0e</id>
<content type='text'>
Move definition of __version__ into __init__.py.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move definition of __version__ into __init__.py.</pre>
</div>
</content>
</entry>
<entry>
<title>Move definition of __version__ into __init__.py.</title>
<updated>2020-11-16T16:26:12+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T16:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=492f69bd6048e1d20ca6867906e4bc447f61d2a8'/>
<id>492f69bd6048e1d20ca6867906e4bc447f61d2a8</id>
<content type='text'>
Instead of getting it from C in the GREENLET_VERSION macro.

Also read this value in setup.py.

This gets us DRY (don't repeat yourself) and compatibility with tools like zest.releaser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of getting it from C in the GREENLET_VERSION macro.

Also read this value in setup.py.

This gets us DRY (don't repeat yourself) and compatibility with tools like zest.releaser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #210 from python-greenlet/issue191</title>
<updated>2020-11-16T15:49:11+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T15:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=f6c279328f81c6878d7c1c49b9bb8dffe1c70fb9'/>
<id>f6c279328f81c6878d7c1c49b9bb8dffe1c70fb9</id>
<content type='text'>
Build and test in the manylinux environment for amd64 and aarch64</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build and test in the manylinux environment for amd64 and aarch64</pre>
</div>
</content>
</entry>
<entry>
<title>Build and test in the manylinux environment for amd64 and aarch64, and macos.</title>
<updated>2020-11-16T14:30:42+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-16T12:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=841a3a8e4ba3194910a791677863d56fec5c135c'/>
<id>841a3a8e4ba3194910a791677863d56fec5c135c</id>
<content type='text'>
All of these environments will upload built wheels on release.

AppVeyor now also uploads built wheels on releases.

Fixes #175 and fixes #191.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of these environments will upload built wheels on release.

AppVeyor now also uploads built wheels on releases.

Fixes #175 and fixes #191.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs typo.</title>
<updated>2020-11-14T13:26:51+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-14T13:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=fc99224089b5347d01f0742d4fc1d3bd4e700da5'/>
<id>fc99224089b5347d01f0742d4fc1d3bd4e700da5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proper cross-linkable API docs, and begin breaking the documentation into topics.</title>
<updated>2020-11-13T21:02:43+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-11-13T21:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/greenlet.git/commit/?id=0ebff041fe8206617693ba7317ea60a121fa3fe5'/>
<id>0ebff041fe8206617693ba7317ea60a121fa3fe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
