<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git, branch 2.0</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=2b2a9833f2d4dc82c113122279c1f2b4868faef3'/>
<id>2b2a9833f2d4dc82c113122279c1f2b4868faef3</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=2898fd05a587c0fd46cd1410b4b34fef729d00b9'/>
<id>2898fd05a587c0fd46cd1410b4b34fef729d00b9</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=0ea0d8194f02d59ac70249f02a55c7031a46b659'/>
<id>0ea0d8194f02d59ac70249f02a55c7031a46b659</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=a8a17ce1d575c26f35b71ef93038c746802cb777'/>
<id>a8a17ce1d575c26f35b71ef93038c746802cb777</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=43a2852a6c78c6c17db6ce856b844e28f0bc6ef8'/>
<id>43a2852a6c78c6c17db6ce856b844e28f0bc6ef8</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=9be8c17d018d28f064bf933c2c5b2fdce06f18db'/>
<id>9be8c17d018d28f064bf933c2c5b2fdce06f18db</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ec3f269c91df1cacdfffea178167cee8d530da32'/>
<id>ec3f269c91df1cacdfffea178167cee8d530da32</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=35da0967296380103451b09e4a42c0726950d6b8'/>
<id>35da0967296380103451b09e4a42c0726950d6b8</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=dc4f02614e463c37c8df1bbc93de6b61b2cd1649'/>
<id>dc4f02614e463c37c8df1bbc93de6b61b2cd1649</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://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=33816da51d3c71ceaf7646a83fb27c57e0ac5656'/>
<id>33816da51d3c71ceaf7646a83fb27c57e0ac5656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
