<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/tests/test_util, branch 1.2</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>- updated httpserver to have better documentation for serve()</title>
<updated>2006-01-11T08:11:04+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-11T08:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=914c9c98ce0183798823923d429b89e4030fcd8e'/>
<id>914c9c98ce0183798823923d429b89e4030fcd8e</id>
<content type='text'>
- added socket_timeout option
- added deamon_threads option
- the port option to serve() can now be a string
- now catching and re-routing most socket errors (which are routine)

- converted reload.py to use a deamon thread
- added comment why os._exit is used
- removed raise_keyboard_interrupt option (this might need
  to be re-added later, just not sure what it does)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added socket_timeout option
- added deamon_threads option
- the port option to serve() can now be a string
- now catching and re-routing most socket errors (which are routine)

- converted reload.py to use a deamon thread
- added comment why os._exit is used
- removed raise_keyboard_interrupt option (this might need
  to be re-added later, just not sure what it does)
</pre>
</div>
</content>
</entry>
<entry>
<title>- add support for 'dd-mon-yyyy' date format</title>
<updated>2006-01-09T09:15:26+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-09T09:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=31c8b6adb78aa7b3f2c2ed8107e93123a7ae4bab'/>
<id>31c8b6adb78aa7b3f2c2ed8107e93123a7ae4bab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- better error checking in parse_datetime</title>
<updated>2006-01-08T22:30:15+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-08T22:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=5d6b95aeb659a725d546bcc7d19ae491a3f324c8'/>
<id>5d6b95aeb659a725d546bcc7d19ae491a3f324c8</id>
<content type='text'>
- remove unnecessary intermediaries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove unnecessary intermediaries
</pre>
</div>
</content>
</entry>
<entry>
<title>- making timedate parser throw more exceptions on errors</title>
<updated>2006-01-08T22:04:13+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-08T22:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=92a4c8ff4710cafc1c6f4074f4f63bc6da7f9f2f'/>
<id>92a4c8ff4710cafc1c6f4074f4f63bc6da7f9f2f</id>
<content type='text'>
- cleaning up unnecessary code (that is duplicated in datetime built-in)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cleaning up unnecessary code (that is duplicated in datetime built-in)
</pre>
</div>
</content>
</entry>
<entry>
<title>- converted timedelta normalization to be fractions of hours</title>
<updated>2006-01-08T21:20:32+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-08T21:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=3130fa7edbe2fcff35afe19558dd1ae72812d008'/>
<id>3130fa7edbe2fcff35afe19558dd1ae72812d008</id>
<content type='text'>
- updated docstrings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- updated docstrings
</pre>
</div>
</content>
</entry>
<entry>
<title>- added some nicer datetime parsing code</title>
<updated>2006-01-08T11:07:47+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-08T11:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=675d918456e80519998c611f5c95d69a6f046124'/>
<id>675d918456e80519998c611f5c95d69a6f046124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- wrappers are not the way to go, will be doing some changes</title>
<updated>2005-12-27T07:01:54+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-27T07:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=a3ed67f219c2f87ab8ae0a27f43fc77fb321e6f3'/>
<id>a3ed67f219c2f87ab8ae0a27f43fc77fb321e6f3</id>
<content type='text'>
  to httpheaders to include some of this functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  to httpheaders to include some of this functionality
</pre>
</div>
</content>
</entry>
<entry>
<title>- added normalize_headers to paste.httpheaders which sorts a set</title>
<updated>2005-12-26T06:39:30+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-26T06:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=94005fa755a1f79b13f4d2141c30c9f7338dbf9f'/>
<id>94005fa755a1f79b13f4d2141c30c9f7338dbf9f</id>
<content type='text'>
  of outgoing headers and capitalizes them to exactly match the RFC
  for extremely dumb user agents (which exist... unfortunately)
  that don't do case-insensitive matches and assume Camel-Case
- added ResponseHeaderWrapper to use python properties to
  access headers which don't use multiple-entities (like Set-Cookie)
- updated comment to header_value to explain why , separator
  works in most cases (but not all)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  of outgoing headers and capitalizes them to exactly match the RFC
  for extremely dumb user agents (which exist... unfortunately)
  that don't do case-insensitive matches and assume Camel-Case
- added ResponseHeaderWrapper to use python properties to
  access headers which don't use multiple-entities (like Set-Cookie)
- updated comment to header_value to explain why , separator
  works in most cases (but not all)
</pre>
</div>
</content>
</entry>
<entry>
<title>- making HTTPHeader not be a string object so that it isn't</title>
<updated>2005-12-26T05:18:21+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-26T05:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=d1d88fc991e3e5944b5c9e901c26f2bad1cea152'/>
<id>d1d88fc991e3e5944b5c9e901c26f2bad1cea152</id>
<content type='text'>
  accidently used as a key in an WSGI  or header tuple
- distinguishing between multi-value (but single-line) and
  multi-entry headers such as WWW-Authenticate and Set-Cookie
  as discussed on the Web-Sig
- removed 'dict' like stuff from environ wrapper so that it
  isn't accidently used as an environ replacement
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  accidently used as a key in an WSGI  or header tuple
- distinguishing between multi-value (but single-line) and
  multi-entry headers such as WWW-Authenticate and Set-Cookie
  as discussed on the Web-Sig
- removed 'dict' like stuff from environ wrapper so that it
  isn't accidently used as an environ replacement
</pre>
</div>
</content>
</entry>
<entry>
<title>- adding environ wrapper to paste.util</title>
<updated>2005-12-26T00:29:07+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-26T00:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=4b5ed1f1eeee3a42253578d3bc52bd726f55be25'/>
<id>4b5ed1f1eeee3a42253578d3bc52bd726f55be25</id>
<content type='text'>
  (response_headers are next/soon)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  (response_headers are next/soon)
</pre>
</div>
</content>
</entry>
</feed>
