From faassen at startifact.com Tue Aug 19 12:37:23 2014 From: faassen at startifact.com (Martijn Faassen) Date: Tue, 19 Aug 2014 12:37:23 +0200 Subject: [Web-SIG] WSGI and the new HTTP 1.1 RFCs Message-ID: Hi there, Because I was looking into WSGI over HTTP proxies, I ran into some interesting interactions between the WSGI PEP 3333 and the new HTTP 1.1 RFCs. I've just blogged about it. http://blog.startifact.com/posts/new-http-rfcs-versus-wsgi.html I think we need to update the WSGI PEP in the context of the new RFCs. Regards, Martijn From iwan at reahl.org Sun Aug 24 16:18:36 2014 From: iwan at reahl.org (Iwan Vosloo) Date: Sun, 24 Aug 2014 16:18:36 +0200 Subject: [Web-SIG] [ANN] Reahl 2.1.2 released Message-ID: <53F9F43C.5040300@reahl.org> Hello all, We have released Reahl 2.1.2. * Features: http://www.reahl.org * Installation: http://www.reahl.org/docs/2.1/tutorial/gettingstarted.d.html This release adds support for two important features (amongst others), and fixes a number of bugs. We are not working towards Python 3 compatibility in the next version. Important changes: * Phased migrations are added. This allows better structuring of complicated migrations involving database objects that have interdependencies. * Support was also added for tables, and handling of big tables spread over multiple pages. Please see http://www.reahl.org/docs/2.1/whatchanged.d.html (with special attention to the items from 2.1.2) for more info. Reahl is a web application framework for Python programmers. With Reahl, programming is done purely in Python, using concepts familiar from GUI programming - like reusable Widgets and Events. There's no need for a programmer to know several different languages (HTML, JavaScript, template languages, etc) or to keep up with the tricks of these trades. The abstractions presented by Reahl relieve the programmer from the burden of dealing with the annoying problems of the web: security, accessibility, progressive enhancement (or graceful degradation) and browser quirks. Although a Reahl program benefits from having JavaScript available, it functions in the absence of JavaScript too. Search engines can crawl a Reahl program, and its pages can be bookmarked by browsers. Regards - Iwan -- Reahl, the Python only web framework: http://www.reahl.org From iwan at reahl.org Mon Aug 25 08:14:46 2014 From: iwan at reahl.org (Iwan Vosloo) Date: Mon, 25 Aug 2014 08:14:46 +0200 Subject: [Web-SIG] [ANN] Reahl 2.1.2 released In-Reply-To: <53F9F43C.5040300@reahl.org> References: <53F9F43C.5040300@reahl.org> Message-ID: <53FAD456.7000305@reahl.org> Hello all, Apologies, I made a mistake in be original email about this release... the bit below was meant to say we ARE working towards Python 3 compatibility in the next version. On 24/08/2014 16:18, Iwan Vosloo wrote: > This release adds support for two important features (amongst others), > and fixes a number of bugs. We are not working towards Python 3 > compatibility in the next version. Regards - Iwan -- Reahl, the Python only web framework: http://www.reahl.org