<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/mod_wsgi.git, branch 3.0c5</title>
<subtitle>github.com: GrahamDumpleton/mod_wsgi.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/'/>
<entry>
<title>Update version string for 3.0 release candidate 5.</title>
<updated>2009-10-02T01:22:19+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-02T01:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=66d9aab55ee648788abd717e2b89528d8926a618'/>
<id>66d9aab55ee648788abd717e2b89528d8926a618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make lazy initialisation the default behaviour for Python 3.X due to Python 3.X</title>
<updated>2009-10-01T23:52:41+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-10-01T23:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=b79b21af3913ebecf00c1bdc30cea73ecc792514'/>
<id>b79b21af3913ebecf00c1bdc30cea73ecc792514</id>
<content type='text'>
by design not cleaning up memory properly when destroyed, resulting in
significant memory leaks into Apache parent process when Apache restart is
done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by design not cleaning up memory properly when destroyed, resulting in
significant memory leaks into Apache parent process when Apache restart is
done.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove need to enable compilations on Python 3.X.</title>
<updated>2009-09-25T12:01:50+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T12:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=9752bc5158973b7addfe720a44fab0aeeb3a1e79'/>
<id>9752bc5158973b7addfe720a44fab0aeeb3a1e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove PATH from WSGI environment as could be confusing since actually a</title>
<updated>2009-09-25T11:52:32+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T11:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=8ef69e1b2aeec394da5fea8ca54df501b93cce51'/>
<id>8ef69e1b2aeec394da5fea8ca54df501b93cce51</id>
<content type='text'>
copy of process environment variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
copy of process environment variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump WSGI version to 1.1 corresponding to aim to have ammendments added.</title>
<updated>2009-09-25T11:48:25+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T11:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=fd6f183ed377214be3e89997e3d8a324d1f2abf9'/>
<id>fd6f183ed377214be3e89997e3d8a324d1f2abf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always supply application group information as latin-1.</title>
<updated>2009-09-25T11:37:55+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T11:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=65a49f0f2ba6341ec10d4e293102488deb6b0052'/>
<id>65a49f0f2ba6341ec10d4e293102488deb6b0052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Variables in environment for authentication hook functions should be latin-1</title>
<updated>2009-09-25T11:34:23+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T11:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=ac4e97e538853ab131c5fb2a3004110bcc6fa7b7'/>
<id>ac4e97e538853ab131c5fb2a3004110bcc6fa7b7</id>
<content type='text'>
to match main WSGI application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to match main WSGI application.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop WSGIVariableEncoding and associated functionality. Ensure that</title>
<updated>2009-09-25T11:16:34+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T11:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=a0d09cedb179472bfc35cad4d2c1ce7e9c1a7732'/>
<id>a0d09cedb179472bfc35cad4d2c1ce7e9c1a7732</id>
<content type='text'>
SCRIPT_FILENAME and DOCUMENT_ROOT encoded with FS enconding and fallback to
surrogateescape.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SCRIPT_FILENAME and DOCUMENT_ROOT encoded with FS enconding and fallback to
surrogateescape.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use surrogatescape for Python egg cache path and Python module search path</title>
<updated>2009-09-25T07:36:27+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T07:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=a96d70213a3fcd5b253cd39b13f8b414138e40e8'/>
<id>a96d70213a3fcd5b253cd39b13f8b414138e40e8</id>
<content type='text'>
entries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
entries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.0 no longer supported. Need to use Python 3.1 or later.</title>
<updated>2009-09-25T07:27:21+00:00</updated>
<author>
<name>Graham.Dumpleton</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T07:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=4e5c96c8db37c340e903888ee976ae4c9cd7ab90'/>
<id>4e5c96c8db37c340e903888ee976ae4c9cd7ab90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
