<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git, branch 2.0</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>Fix tag_build for the release 2.0</title>
<updated>2015-04-21T23:45:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T23:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=e565622c48586ff8e32f54fd27dbdb8da923bb4e'/>
<id>e565622c48586ff8e32f54fd27dbdb8da923bb4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 2.0 for changeset 158b2a06c8c1</title>
<updated>2015-04-21T23:42:00+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T23:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=3e2b8ce6334bcd4e848750a23a4f94a2b55a01e4'/>
<id>3e2b8ce6334bcd4e848750a23a4f94a2b55a01e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release 2.0</title>
<updated>2015-04-21T23:41:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T23:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=be0d1b5628d7dd9d5fbc19a054d4db10ff96bd56'/>
<id>be0d1b5628d7dd9d5fbc19a054d4db10ff96bd56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4</title>
<updated>2015-04-21T21:26:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T21:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2394733d23c527cefb81243759028ec5bb3feb59'/>
<id>2394733d23c527cefb81243759028ec5bb3feb59</id>
<content type='text'>
* MANIFEST.in: add regen-docs &amp; tox.ini
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* MANIFEST.in: add regen-docs &amp; tox.ini
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release 1.7.6</title>
<updated>2015-04-21T09:18:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T09:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=30ca1246a6863c6c0918b126cfb6e1d56bb16a64'/>
<id>30ca1246a6863c6c0918b126cfb6e1d56bb16a64</id>
<content type='text'>
Start to write a release process in setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start to write a release process in setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_exceptions on Python 3</title>
<updated>2015-04-21T22:48:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=c9a2100668259057956caeddda1bcda79f5b52bc'/>
<id>c9a2100668259057956caeddda1bcda79f5b52bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fixture on Python 3</title>
<updated>2015-04-21T22:47:05+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=57493dfab04600a22b6ba9ae37b39b974241f724'/>
<id>57493dfab04600a22b6ba9ae37b39b974241f724</id>
<content type='text'>
* wsgi.input must be a binary file, not a text file
* Fix fixture.TestApp.__str__() on Python 3: decode body from UTF-8
  (with xmlcharrefreplace).
* Fix fixture.TestResponse.goto() on Python 3: regex must use bytes,
  not Unicode.
* Fix TestApp._check_status() on Python 3

  - Decode body from UTF-8 (with xmlcharrefreplace) to format the error message.
  - Fix TestApp.encode_multipart() on Python 3: HTTP body must be bytes: encode
    lines to utf8 and use byte string literals.
  - Fix TestApp.post() on Python 3: default params must be bytes
  - Fix TestResponse.__repr__() on Python 3
  - Fix TestApp on Python 3: encode params values to UTF-8
  - Port TestApp._gen_request() to Python 3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* wsgi.input must be a binary file, not a text file
* Fix fixture.TestApp.__str__() on Python 3: decode body from UTF-8
  (with xmlcharrefreplace).
* Fix fixture.TestResponse.goto() on Python 3: regex must use bytes,
  not Unicode.
* Fix TestApp._check_status() on Python 3

  - Decode body from UTF-8 (with xmlcharrefreplace) to format the error message.
  - Fix TestApp.encode_multipart() on Python 3: HTTP body must be bytes: encode
    lines to utf8 and use byte string literals.
  - Fix TestApp.post() on Python 3: default params must be bytes
  - Fix TestResponse.__repr__() on Python 3
  - Fix TestApp on Python 3: encode params values to UTF-8
  - Port TestApp._gen_request() to Python 3
</pre>
</div>
</content>
</entry>
<entry>
<title>Port paste.debug.debugapp to Python 3</title>
<updated>2015-04-21T22:46:35+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=95f77353eb700d6643d6db4049eafdf97a1f6446'/>
<id>95f77353eb700d6643d6db4049eafdf97a1f6446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove UserDict24</title>
<updated>2015-04-21T22:38:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=50b3edcd6451e7ab351a395f6fef03b099e9f2bf'/>
<id>50b3edcd6451e7ab351a395f6fef03b099e9f2bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove subprocess24</title>
<updated>2015-04-21T22:38:02+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-04-21T22:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=82035d86302b392c45ddd331fbbcbd88469bcc0d'/>
<id>82035d86302b392c45ddd331fbbcbd88469bcc0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
