<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/jonpy/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/jonpy/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 10 Nov 2015 13:39:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jonpy/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>jonpy 0.12 released</title><link>https://sourceforge.net/p/jonpy/news/2015/11/jonpy-012-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.&lt;/p&gt;
&lt;p&gt;Changes include the 'domain' and 'create' arguments have been added to sessions, url-based sessions are now deprecated, cgi.set_form_encoding has been added, the 'postconnect' argument has been added to dbpool, and minor improvements to the documentation and minor bug fixes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Tue, 10 Nov 2015 13:39:09 -0000</pubDate><guid>https://sourceforge.netd1212f1d505dea13cbfbc8c39069804759b55978</guid></item><item><title>jonpy 0.07 released</title><link>https://sourceforge.net/p/jonpy/news/2008/08/jonpy-007-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.&lt;/p&gt;
&lt;p&gt;Changes include unicode support, minor functionality improvements, minor improvements to the documentation and minor bug fixes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Fri, 15 Aug 2008 16:31:46 -0000</pubDate><guid>https://sourceforge.net32ac7cbfe67222c4d72afcd901587829139790d9</guid></item><item><title>jonpy 0.06 released</title><link>https://sourceforge.net/p/jonpy/news/2004/04/jonpy-006-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list. &lt;/p&gt;
&lt;p&gt;Changes include support for gzip-compressed output, support for more file-like operations in cgi.Request (e.g. seek(), tell() ), minor improvements to the documentation and minor bug fixes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Sun, 11 Apr 2004 16:24:44 -0000</pubDate><guid>https://sourceforge.net2dff982860bec4ec6818985f9df6bf8dc0ed1143</guid></item><item><title>jonpy 0.05 released</title><link>https://sourceforge.net/p/jonpy/news/2003/04/jonpy-005-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a production release, for people to use to build their own web sites. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list. &lt;/p&gt;
&lt;p&gt;Changes include unicode support, changes required for Python 2.3, more documentation and minor bug fixes. In addition, the fcgi module now defaults to threading_level=1, which will be more efficient on servers which don't support multiplexed connections (i.e. Apache mod_fastcgi).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Tue, 22 Apr 2003 16:22:46 -0000</pubDate><guid>https://sourceforge.net1f3e1399d43a815360d4a184186a14605d34e0bd</guid></item><item><title>jonpy 0.04 released</title><link>https://sourceforge.net/p/jonpy/news/2002/07/jonpy-004-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a beta release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list. &lt;/p&gt;
&lt;p&gt;The only change in this release is the addition of the 'dbpool' module. dbpool's purpose is to make it easy for multi-threaded programs to use a database efficiently by sharing connections.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Mon, 29 Jul 2002 21:38:57 -0000</pubDate><guid>https://sourceforge.net0b652a223364b13cf3d9585df363f506b1d968ff</guid></item><item><title>jonpy 0.03 released</title><link>https://sourceforge.net/p/jonpy/news/2002/05/jonpy-003-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is an alpha release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list. &lt;/p&gt;
&lt;p&gt;The main changes include improved and configurable exception handling, with no traceback sent to the browser by default, and the FastCGI module can now be configured to use threading less, or not at all, so it should work on more operating systems. There is also more documentation, plus miscellaneous small bug fixes and improvements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Fri, 03 May 2002 19:06:31 -0000</pubDate><guid>https://sourceforge.net6c75080bf8749d8b2f237b4f439e9d8bf95330a8</guid></item><item><title>jonpy 0.02 released</title><link>https://sourceforge.net/p/jonpy/news/2002/04/jonpy-002-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is an alpha release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.&lt;/p&gt;
&lt;p&gt;The main change is the addition of mod_python support. There is also more documentation, plus miscellaneous small bug fixes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Fri, 19 Apr 2002 01:14:23 -0000</pubDate><guid>https://sourceforge.net3f5ffd9884fa2b4d57ed4fcb0934044def90738b</guid></item><item><title>jonpy 0.01 released</title><link>https://sourceforge.net/p/jonpy/news/2002/03/jonpy-001-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is an alpha release, for the purpose of getting people to try the system out and provide feedback. If you download the release you are encouraged to join the jonpy-users@lists.sourceforge.net list.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Ribbens</dc:creator><pubDate>Wed, 06 Mar 2002 00:39:10 -0000</pubDate><guid>https://sourceforge.net13340b0be794207459149a8b9e4c5ce58ff78fcf</guid></item></channel></rss>