<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/waitress/tests/test_runner.py, branch trigger</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>Support Python 3.6</title>
<updated>2017-02-04T23:05:28+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2017-02-04T23:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=37159b68621eaa172e12d7a44788885d1799fff3'/>
<id>37159b68621eaa172e12d7a44788885d1799fff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for Python 3.5 (apparent regression in *arg parsing, fix traceback matching), closes #105</title>
<updated>2015-06-22T01:58:29+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2015-06-22T01:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=42929f0f46bf16e7bc34c3aa1c3575dc4a352ba3'/>
<id>42929f0f46bf16e7bc34c3aa1c3575dc4a352ba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cross-python-version quoting problem in regex.</title>
<updated>2015-05-17T22:50:42+00:00</updated>
<author>
<name>Ben Warren</name>
<email>bwarren2@gmail.com</email>
</author>
<published>2015-05-17T22:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=9615c87d4b76cd3572d4b4668a461c347db98af8'/>
<id>9615c87d4b76cd3572d4b4668a461c347db98af8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests, tweak printing.</title>
<updated>2015-05-17T22:38:35+00:00</updated>
<author>
<name>Ben Warren</name>
<email>bwarren2@gmail.com</email>
</author>
<published>2015-05-17T21:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=e8f4674fc3c49b268929ac4e92a1f00415e026de'/>
<id>e8f4674fc3c49b268929ac4e92a1f00415e026de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- When the ``--unix-socket-perms`` option was used as an argument to</title>
<updated>2013-11-30T17:46:56+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2013-11-30T17:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=8959cd97e7a86326cfab3ab97717a693c545f7cf'/>
<id>8959cd97e7a86326cfab3ab97717a693c545f7cf</id>
<content type='text'>
  ``waitress-serve``, a ``TypeError`` would be raised.  See
  https://github.com/Pylons/waitress/issues/50.

Closes #50.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ``waitress-serve``, a ``TypeError`` would be raised.  See
  https://github.com/Pylons/waitress/issues/50.

Closes #50.
</pre>
</div>
</content>
</entry>
<entry>
<title>Have test_cwd_added_to_path roll back cleanly on failure.</title>
<updated>2013-06-19T20:41:30+00:00</updated>
<author>
<name>Keith Gaughan</name>
<email>k@stereochro.me</email>
</author>
<published>2013-06-19T20:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=a8a6c3acba0a632bfe11240737eba4265a96e54e'/>
<id>a8a6c3acba0a632bfe11240737eba4265a96e54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for adding cwd to sys.path in runner</title>
<updated>2013-06-19T18:24:25+00:00</updated>
<author>
<name>Jamie Matthews</name>
<email>jamie.matthews@gmail.com</email>
</author>
<published>2013-06-19T18:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=a234c94c504744ef2eb01e96ce018e1d0dc20624'/>
<id>a234c94c504744ef2eb01e96ce018e1d0dc20624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2.6 support.</title>
<updated>2013-05-24T02:08:33+00:00</updated>
<author>
<name>Keith Gaughan</name>
<email>k@stereochro.me</email>
</author>
<published>2013-05-24T02:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=786195808666ac8c78353349a0350a77721a2f4f'/>
<id>786195808666ac8c78353349a0350a77721a2f4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 compatibility fixes.</title>
<updated>2013-05-24T01:13:23+00:00</updated>
<author>
<name>Keith Gaughan</name>
<email>k@stereochro.me</email>
</author>
<published>2013-05-23T23:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=1c87ab9d39cf1c939e5b917317b6999456b90f81'/>
<id>1c87ab9d39cf1c939e5b917317b6999456b90f81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Command line runner.</title>
<updated>2013-05-23T22:25:51+00:00</updated>
<author>
<name>Keith Gaughan</name>
<email>k@stereochro.me</email>
</author>
<published>2013-05-20T08:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=d495a394386dc2a1c12f829a7aba233ecc0ff0da'/>
<id>d495a394386dc2a1c12f829a7aba233ecc0ff0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
