<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/docs/do-it-yourself-framework.txt, branch stringio</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>doc fixups</title>
<updated>2010-04-01T19:31:48+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ianb@colorstudy.com</email>
</author>
<published>2010-04-01T19:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=e230a7874a1ac99e4c073eaf81d638820d836d6d'/>
<id>e230a7874a1ac99e4c073eaf81d638820d836d6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo in docs</title>
<updated>2009-07-01T17:50:52+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2009-07-01T17:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=37b867e5d5db3e1841c9e928f243ce6d84e25ccc'/>
<id>37b867e5d5db3e1841c9e928f243ce6d84e25ccc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix case normalization on Windows</title>
<updated>2008-04-18T21:27:28+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2008-04-18T21:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=35876f52585996786000c8317ae93b581af3c7a9'/>
<id>35876f52585996786000c8317ae93b581af3c7a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>little bug noted by Humberto Diogenes</title>
<updated>2008-01-08T00:46:01+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2008-01-08T00:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=b243a15c4c684a6b7ac147a7df910d216fdf2e53'/>
<id>b243a15c4c684a6b7ac147a7df910d216fdf2e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed the multidict class to MultiDict</title>
<updated>2006-07-25T22:22:52+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-25T22:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2609e41126e646e5339a0f48c26e366adf98b06e'/>
<id>2609e41126e646e5339a0f48c26e366adf98b06e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o request.parse_formvars changes:</title>
<updated>2006-07-24T01:47:00+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-07-24T01:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=759c5013fe8c1c8bebc31a6858bac54f9472e03a'/>
<id>759c5013fe8c1c8bebc31a6858bac54f9472e03a</id>
<content type='text'>
 - now returns a multidict instead of dict (like parse_dict_querystring)
 - removed all_as_list keyword arg: use multidict.mixed() instead to
 produce an all_as_list dict
 - preventing FieldStorage from parsing out QUERY_STRING during GET/HEAD
 requests
 - the fake_out_cgi check wasn't careful enough about multipart/form-data
 content-types. Was also missing a StringIO import (r5471 broke file uploads)
o evalexception's wsgiapp decorator assumed parse_formvars would return
GET vars during a GET (buggy behavior), now it explicitly asks for them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - now returns a multidict instead of dict (like parse_dict_querystring)
 - removed all_as_list keyword arg: use multidict.mixed() instead to
 produce an all_as_list dict
 - preventing FieldStorage from parsing out QUERY_STRING during GET/HEAD
 requests
 - the fake_out_cgi check wasn't careful enough about multipart/form-data
 content-types. Was also missing a StringIO import (r5471 broke file uploads)
o evalexception's wsgiapp decorator assumed parse_formvars would return
GET vars during a GET (buggy behavior), now it explicitly asks for them
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a get_cookie_headers function; added a dictionary-like object that dynamically reads headers from the WSGI environment; altered request object to cache a little less (still more to remove); made urlvars a request value</title>
<updated>2006-03-13T03:36:35+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-13T03:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=2f73592d856d62d69ac1787db29f01ca94ccdfdb'/>
<id>2f73592d856d62d69ac1787db29f01ca94ccdfdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some language updates and bug fixes in DIY</title>
<updated>2006-02-02T02:24:33+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-02T02:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=3f55e2a4fb342322c14bfa3fb3686d4bbb68d2cf'/>
<id>3f55e2a4fb342322c14bfa3fb3686d4bbb68d2cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added to the do-it-yourself doc</title>
<updated>2006-02-01T07:47:11+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-01T07:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=ffe35d255d661769a7c23c1af5be4aeb3df75f42'/>
<id>ffe35d255d661769a7c23c1af5be4aeb3df75f42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new document</title>
<updated>2006-01-31T03:52:24+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-31T03:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste.git/commit/?id=3d2f52f488e02b21a94bce019db2655fe5c4deb9'/>
<id>3d2f52f488e02b21a94bce019db2655fe5c4deb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
