<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/waitress, branch fix.idemonkeys</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>- Appease IDEs that want to monkeypatch the thread module by changing a</title>
<updated>2012-07-06T17:25:15+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-07-06T17:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=e4051f87347c866f7d66399dc91315ab862fd411'/>
<id>e4051f87347c866f7d66399dc91315ab862fd411</id>
<content type='text'>
  testing pattern.  With any luck, the following will no longer be a problem:
  http://devnet.jetbrains.net/thread/433486
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  testing pattern.  With any luck, the following will no longer be a problem:
  http://devnet.jetbrains.net/thread/433486
</pre>
</div>
</content>
</entry>
<entry>
<title>remove linefeeds (another windows hailmary)</title>
<updated>2012-02-13T16:18:44+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-02-13T16:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=63ad061db50517d2e03b5d7b62343e586e50fa53'/>
<id>63ad061db50517d2e03b5d7b62343e586e50fa53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up a little</title>
<updated>2012-02-13T16:14:24+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-02-13T16:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=422fd1d8cd7999ab34a096da27ddf6b810b59353'/>
<id>422fd1d8cd7999ab34a096da27ddf6b810b59353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>another hail mary windows fix</title>
<updated>2012-02-13T16:08:50+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-02-13T16:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=16e98a2781af44e199c208c4146597d41679bd04'/>
<id>16e98a2781af44e199c208c4146597d41679bd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hail mary to make pass on windows</title>
<updated>2012-02-13T16:05:27+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-02-13T16:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=25919cae22ba130405c8b1a017224d59146f210d'/>
<id>25919cae22ba130405c8b1a017224d59146f210d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- A brown-bag bug prevented request concurrency.  A slow request would block</title>
<updated>2012-02-13T15:53:22+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-02-13T15:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=7fa8ef4d9410b83237dfd11f0700d3117eeb9b27'/>
<id>7fa8ef4d9410b83237dfd11f0700d3117eeb9b27</id>
<content type='text'>
  subsequent the responses of subsequent requests until the slow request's
  response was fully generated.  This was due to a "task lock" being declared
  as a class attribute rather than as an instance attribute on HTTPChannel.
  ALso took the opportunity to move another lock named "outbuf lock" to the
  channel instance rather than the class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  subsequent the responses of subsequent requests until the slow request's
  response was fully generated.  This was due to a "task lock" being declared
  as a class attribute rather than as an instance attribute on HTTPChannel.
  ALso took the opportunity to move another lock named "outbuf lock" to the
  channel instance rather than the class.
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of a getattr</title>
<updated>2012-01-20T02:40:11+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-20T02:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=3afdef3b1aebdb4ff17a5281f19b9abc788c7658'/>
<id>3afdef3b1aebdb4ff17a5281f19b9abc788c7658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>garden</title>
<updated>2012-01-18T20:51:22+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-18T20:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=7adc8369e4ac52e6ac37c5faf69a669099dfcca4'/>
<id>7adc8369e4ac52e6ac37c5faf69a669099dfcca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using -1 as a sentinel was a bad idea</title>
<updated>2012-01-17T05:55:26+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-17T05:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=5517a0b0f8464b9ac2f110375aefe9ef7b8431b8'/>
<id>5517a0b0f8464b9ac2f110375aefe9ef7b8431b8</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' of github.com:Pylons/waitress</title>
<updated>2012-01-17T05:47:28+00:00</updated>
<author>
<name>Chris McDonough</name>
<email>chrism@plope.com</email>
</author>
<published>2012-01-17T05:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=3d9ab4d9d895f0b760f2dcf300e176de6b355f88'/>
<id>3d9ab4d9d895f0b760f2dcf300e176de6b355f88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
