<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest, branch form_charset</title>
<subtitle>github.com: Pylons/webtest.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/'/>
<entry>
<title>use text_type() instead of str(). see #164</title>
<updated>2016-09-15T07:12:14+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2016-09-15T07:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=1c1ad5a6bcae3ca084c1ffb4df094a63ad906ab0'/>
<id>1c1ad5a6bcae3ca084c1ffb4df094a63ad906ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not guess encoding if response's charset is set. See #160</title>
<updated>2016-07-21T08:30:24+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2016-07-21T08:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=9ca03a04927744fbea1b6a3fd209623981204bf1'/>
<id>9ca03a04927744fbea1b6a3fd209623981204bf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure str and text_type are checked</title>
<updated>2016-04-10T20:45:08+00:00</updated>
<author>
<name>Pranay Suresh</name>
<email>psuresh@teslamotors.com</email>
</author>
<published>2016-04-10T20:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=b8d636f2fa9ac4ebe1e6bf7c9ad8890f26acf89d'/>
<id>b8d636f2fa9ac4ebe1e6bf7c9ad8890f26acf89d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce complexity use text_type</title>
<updated>2016-04-10T20:41:57+00:00</updated>
<author>
<name>Pranay Suresh</name>
<email>psuresh@teslamotors.com</email>
</author>
<published>2016-04-10T20:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=cfdbc9cca2f812c25739830ac4aa8a00f42e99c6'/>
<id>cfdbc9cca2f812c25739830ac4aa8a00f42e99c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support python2 and python3</title>
<updated>2016-04-10T19:48:24+00:00</updated>
<author>
<name>Pranay Suresh</name>
<email>psuresh@teslamotors.com</email>
</author>
<published>2016-04-10T19:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=4a6a73b2a571a93a70b63923635d01240467d2e1'/>
<id>4a6a73b2a571a93a70b63923635d01240467d2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support bearer auth</title>
<updated>2016-04-08T00:15:33+00:00</updated>
<author>
<name>Pranay Suresh</name>
<email>psuresh@teslamotors.com</email>
</author>
<published>2016-04-08T00:15:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=8cb8cf769b5b502bcd31e3f40b8506df09125504'/>
<id>8cb8cf769b5b502bcd31e3f40b8506df09125504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set Referer on form.submit() (#147)</title>
<updated>2016-03-31T12:30:16+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2016-01-07T10:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=10242ac5387beb0a52f96b09cd30055f82612bed'/>
<id>10242ac5387beb0a52f96b09cd30055f82612bed</id>
<content type='text'>
It complies with usual behaviour of current browsers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It complies with usual behaviour of current browsers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set Referer header on .click() and .clickbutton() (#147)</title>
<updated>2016-03-31T12:30:16+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2016-01-07T10:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=a3a7a917b8eee44a7005e42c271e387ad168e8f2'/>
<id>a3a7a917b8eee44a7005e42c271e387ad168e8f2</id>
<content type='text'>
It complies with usual behavior of current browsers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It complies with usual behavior of current browsers.
</pre>
</div>
</content>
</entry>
<entry>
<title>JSON methods respect content_type argument if passed</title>
<updated>2015-11-14T17:38:57+00:00</updated>
<author>
<name>Steven Loria</name>
<email>sloria1@gmail.com</email>
</author>
<published>2015-11-14T17:38:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=4e0b301a9d24c0841f718e5b041759f73ba9a7d5'/>
<id>4e0b301a9d24c0841f718e5b041759f73ba9a7d5</id>
<content type='text'>
Allows, for example:
  self.post_json(url, data, content_type='application/vnd.api+json')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows, for example:
  self.post_json(url, data, content_type='application/vnd.api+json')
</pre>
</div>
</content>
</entry>
<entry>
<title>reset values of select multiple</title>
<updated>2015-05-29T14:43:44+00:00</updated>
<author>
<name>Yannick Chabbert</name>
<email>yannick.chabbert@makina-corpus.com</email>
</author>
<published>2015-05-29T14:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=75489af8324dc4c33d1c6a3dde8ce29a9a034e08'/>
<id>75489af8324dc4c33d1c6a3dde8ce29a9a034e08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
