<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/util/httpserver.py, branch stringio</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>moving httpserver from util sub-package up a level</title>
<updated>2006-01-09T06:26:36+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-09T06:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=95c32e90659ff1969ae542e3d6533283a34a76c2'/>
<id>95c32e90659ff1969ae542e3d6533283a34a76c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a little argument to profile.profile_decorator, to allow conditional profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist).</title>
<updated>2006-01-07T22:14:03+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-07T22:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=9454b6b75cfee4b6ac8327d39a2a0ff828f508ce'/>
<id>9454b6b75cfee4b6ac8327d39a2a0ff828f508ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title></title>
<updated>2005-12-30T04:08:33+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-30T04:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=90561a3a90bd1740f1c11b17717365fd0964dc49'/>
<id>90561a3a90bd1740f1c11b17717365fd0964dc49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- added option to not start the server loop to httpserver.serve</title>
<updated>2005-12-30T03:36:09+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-30T03:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b35b9ff5271df1addac7d4b3f54b6e695b771c80'/>
<id>b35b9ff5271df1addac7d4b3f54b6e695b771c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- forgot to remove debugging info</title>
<updated>2005-12-29T18:27:37+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-29T18:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=f87a855e602b14e0e84d5baff55b6c68bc59adc6'/>
<id>f87a855e602b14e0e84d5baff55b6c68bc59adc6</id>
<content type='text'>
- update httpserver to not include HTTP_CONTENT_TYPE or HTTP_CONTENT_LENGTH
  header fields as discussed on Web-Sig

oh, last change had one other thing:
- update ContentType and ContentLength to use the CGI variables rather
  than the corresponding HTTP_ variables in environ
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- update httpserver to not include HTTP_CONTENT_TYPE or HTTP_CONTENT_LENGTH
  header fields as discussed on Web-Sig

oh, last change had one other thing:
- update ContentType and ContentLength to use the CGI variables rather
  than the corresponding HTTP_ variables in environ
</pre>
</div>
</content>
</entry>
<entry>
<title>- added Range: functionality to FileApp</title>
<updated>2005-12-25T02:35:30+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-25T02:35:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=c20651c4ab714f88f58f1ebbaa312d58f2ae9abd'/>
<id>c20651c4ab714f88f58f1ebbaa312d58f2ae9abd</id>
<content type='text'>
- removed unnecessary trailing whitespace in fixture.py
- no longer reporting socket failures in httpserver
- fixed some caching issues /w fileapp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removed unnecessary trailing whitespace in fixture.py
- no longer reporting socket failures in httpserver
- fixed some caching issues /w fileapp
</pre>
</div>
</content>
</entry>
<entry>
<title>- got rid of unnecessary trailing spaces in httpexceptions</title>
<updated>2005-12-23T21:36:37+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-23T21:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=370ba732f785cc211e850664ecfea6a62fea30b4'/>
<id>370ba732f785cc211e850664ecfea6a62fea30b4</id>
<content type='text'>
- made error messages us \r\n rather than just \n in httpexceptions
  to comply with various browsers
- added tests to check FileApp
- added support for handling 100 Continue in httpserver
- fixingup dumpenviron in wsgilib to dump message body
- misc changes to fileapp (mostly documentation)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- made error messages us \r\n rather than just \n in httpexceptions
  to comply with various browsers
- added tests to check FileApp
- added support for handling 100 Continue in httpserver
- fixingup dumpenviron in wsgilib to dump message body
- misc changes to fileapp (mostly documentation)
</pre>
</div>
</content>
</entry>
<entry>
<title>- removed unnecessary spaces in several files</title>
<updated>2005-12-22T16:57:00+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-22T16:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=fbda14193ed13abe56be0cdf29bc7ca1405e4219'/>
<id>fbda14193ed13abe56be0cdf29bc7ca1405e4219</id>
<content type='text'>
- added DataApp to paste.fileapp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added DataApp to paste.fileapp
</pre>
</div>
</content>
</entry>
<entry>
<title>- simply punt socket errors; don't even log them</title>
<updated>2005-12-19T21:22:33+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-19T21:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=fab647db8901f9cab089c1204a95f3d0dba9ae79'/>
<id>fab647db8901f9cab089c1204a95f3d0dba9ae79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removing unnecessary paste.exception stuff from httpserver</title>
<updated>2005-12-19T21:03:21+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-19T21:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b59aae4d1d293c3f7fc37ec886656885be341456'/>
<id>b59aae4d1d293c3f7fc37ec886656885be341456</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
