<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webob.git/webob, branch bugfix/set_cookie_datetime</title>
<subtitle>github.com: Pylons/webob.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/'/>
<entry>
<title>Add documentation that datetime should be in the future</title>
<updated>2016-11-18T05:42:15+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-18T04:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=5be7ff4c90a5d0f28928159cc16588504812b3b2'/>
<id>5be7ff4c90a5d0f28928159cc16588504812b3b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn if "expires" is set in the past</title>
<updated>2016-11-18T05:42:15+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-18T04:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=ec0b058ab9819837ae662f829fba893f39760fe9'/>
<id>ec0b058ab9819837ae662f829fba893f39760fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update expires for set_cookie to allow TZ aware datetime</title>
<updated>2016-11-18T05:42:15+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-18T03:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=d4c1b46d3d6f5d9281bd2703f4ac2b4304b13768'/>
<id>d4c1b46d3d6f5d9281bd2703f4ac2b4304b13768</id>
<content type='text'>
This will convert the TZ aware datetime to one that is not timezone
aware and to UTC. This can then be used in math to generate the
timedelta for max_age.

Also documents that using a local datetime object is not supported,
unfortunately there is no good way to find out whether a datetime is
local or not, so there is no way to warn the user about bad input.

Closes #254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will convert the TZ aware datetime to one that is not timezone
aware and to UTC. This can then be used in math to generate the
timedelta for max_age.

Also documents that using a local datetime object is not supported,
unfortunately there is no good way to find out whether a datetime is
local or not, so there is no way to warn the user about bad input.

Closes #254
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation indentation</title>
<updated>2016-11-18T05:40:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-18T05:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e3d022d2cf00a815c914a485e83c81546df3cddd'/>
<id>e3d022d2cf00a815c914a485e83c81546df3cddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove key from Response.set_cookie</title>
<updated>2016-11-18T03:15:12+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-18T03:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=5f8831e0aa6afa1153e3b6677e28096fb56f9d1d'/>
<id>5f8831e0aa6afa1153e3b6677e28096fb56f9d1d</id>
<content type='text'>
We are upon WebOb 1.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are upon WebOb 1.7
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Response.__init__ documentation</title>
<updated>2016-11-16T21:38:09+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-16T21:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=0a71005c8cbf0e0c732a279ddb515025a5e60c2b'/>
<id>0a71005c8cbf0e0c732a279ddb515025a5e60c2b</id>
<content type='text'>
Closes #288
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #288
</pre>
</div>
</content>
</entry>
<entry>
<title>Update PATH_SAFE to include all safe characters from RFC3989</title>
<updated>2016-11-16T20:38:23+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-11-16T20:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=94bb2c66132d33dcc8cea94792af6244526e836d'/>
<id>94bb2c66132d33dcc8cea94792af6244526e836d</id>
<content type='text'>
Closes #290
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #290
</pre>
</div>
</content>
</entry>
<entry>
<title>Further content_type/charset cleanups</title>
<updated>2016-10-03T02:26:33+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-03T01:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=e0f892bf90ee12e168850877d9deb3f1c7715b77'/>
<id>e0f892bf90ee12e168850877d9deb3f1c7715b77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP Status code 205 also has no body</title>
<updated>2016-10-03T02:26:32+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T22:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=2a8aff8f785df44c7207626215923304f8a0e600'/>
<id>2a8aff8f785df44c7207626215923304f8a0e600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making Location header absolute is now less costly</title>
<updated>2016-10-03T02:26:32+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2016-10-01T04:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webob.git/commit/?id=a92010ff52c0561f82adaa881d1c5e0adaeab7ab'/>
<id>a92010ff52c0561f82adaa881d1c5e0adaeab7ab</id>
<content type='text'>
__call__ and conditional_response_app both wanted a copy of the
headerlist anyway, so iterate and if we stumble upon a Location header,
make it absolute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__call__ and conditional_response_app both wanted a copy of the
headerlist anyway, so iterate and if we stumble upon a Location header,
make it absolute.
</pre>
</div>
</content>
</entry>
</feed>
