<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest/utils.py, branch 2.0.5</title>
<subtitle>github.com: Pylons/webtest.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/'/>
<entry>
<title>Support secure cookies</title>
<updated>2013-03-08T10:58:54+00:00</updated>
<author>
<name>Andrey Lebedev</name>
<email>andrey@lebedev.lt</email>
</author>
<published>2013-03-07T14:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=2bbbdb020817c5f0f90124f75480388f96292863'/>
<id>2bbbdb020817c5f0f90124f75480388f96292863</id>
<content type='text'>
Add missing methods to _RequestCookieAdapter to comply with requirements
of urllib2.Request interfaces (specified at
http://docs.python.org/2/library/cookielib.html#cookielib.CookieJar.add_cookie_header)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing methods to _RequestCookieAdapter to comply with requirements
of urllib2.Request interfaces (specified at
http://docs.python.org/2/library/cookielib.html#cookielib.CookieJar.add_cookie_header)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote TestResponse._find_element.</title>
<updated>2013-02-23T17:32:34+00:00</updated>
<author>
<name>Georges Dubus</name>
<email>georges.dubus@compiletoi.net</email>
</author>
<published>2013-02-23T17:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=594aa497d2e421c22df9c8f604d7e6bf45fd2a35'/>
<id>594aa497d2e421c22df9c8f604d7e6bf45fd2a35</id>
<content type='text'>
Removed the anchor argument of TestResponse.click and the button
argument of TestResponse.clickbutton. Removed utils.parse_attrs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the anchor argument of TestResponse.click and the button
argument of TestResponse.clickbutton. Removed utils.parse_attrs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes to the doc, mostly links and typos.</title>
<updated>2013-02-23T15:17:40+00:00</updated>
<author>
<name>Georges Dubus</name>
<email>georges.dubus@compiletoi.net</email>
</author>
<published>2013-02-23T14:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=332f10f7614a0524a84406b4c99c164e0999754c'/>
<id>332f10f7614a0524a84406b4c99c164e0999754c</id>
<content type='text'>
Also added intersphinx (http://sphinx-doc.org/ext/intersphinx.html) to
have nice links to the webob doc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added intersphinx (http://sphinx-doc.org/ext/intersphinx.html) to
have nice links to the webob doc.
</pre>
</div>
</content>
</entry>
<entry>
<title>group private methods</title>
<updated>2013-02-23T14:00:20+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-02-23T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=6d4c530718d0f8b8f0ba4662df3b2d1aea3ea2d2'/>
<id>6d4c530718d0f8b8f0ba4662df3b2d1aea3ea2d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>__name__ can't be unicode and we use future's unicode_literals; use unitests2 with py26</title>
<updated>2013-02-22T10:41:51+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2013-02-22T10:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=4624ae3bf1fae8c12160e74b45c71c462388c5b8'/>
<id>4624ae3bf1fae8c12160e74b45c71c462388c5b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>100% test coverage for webtest.utils</title>
<updated>2013-02-22T09:54:10+00:00</updated>
<author>
<name>Mathieu Agopian</name>
<email>mathieu.agopian@gmail.com</email>
</author>
<published>2013-02-22T09:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=0cae6e7d3780d04665b1cc77c175d2799665d898'/>
<id>0cae6e7d3780d04665b1cc77c175d2799665d898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use cookielib.CookieJar, welcome to 2008.</title>
<updated>2013-02-21T16:51:54+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-02-21T16:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=eb48bb98f9cfc69f7cbd9af572cdeaf9dca48a1b'/>
<id>eb48bb98f9cfc69f7cbd9af572cdeaf9dca48a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify utils.py, add unittests (incomplete)</title>
<updated>2013-02-21T12:28:07+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-02-21T12:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d94a7d434980ca04febcf00889e29f71f5c2736b'/>
<id>d94a7d434980ca04febcf00889e29f71f5c2736b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge conflicts</title>
<updated>2013-02-12T12:24:43+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2013-02-12T12:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=4cc60e648a84a88be8ecb6123ad96463a1cd72d8'/>
<id>4cc60e648a84a88be8ecb6123ad96463a1cd72d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make TestApp.cookies smarter.</title>
<updated>2013-02-11T19:51:26+00:00</updated>
<author>
<name>Julian Berman</name>
<email>Julian@GrayVines.com</email>
</author>
<published>2013-02-11T19:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=6a2fb2aea7225f87e0f1d8ad9f77288757b00c24'/>
<id>6a2fb2aea7225f87e0f1d8ad9f77288757b00c24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
