public
Description: web.py is a web framework for python that is as simple as it is powerful.
Homepage: http://webpy.org
Clone URL: git://github.com/webpy/webpy.git
webpy / web
name age message
..
file __init__.py Sat Oct 24 03:27:25 -0700 2009 bump version to 0.33 [anandology]
file application.py Thu Oct 22 21:55:58 -0700 2009 raise web.notfound() instead of return in autod... [anandology]
file browser.py Sat May 30 17:50:28 -0700 2009 fix import error when using with python2.3 [anandology]
directory contrib/ Thu Mar 12 02:29:33 -0700 2009 support for extensions in Jinja2 templates (tx ... [anandology]
file db.py Wed Nov 04 05:25:39 -0800 2009 with better iterbetter, bool test can be done o... [anandology]
file debugerror.py Sat Nov 07 05:31:07 -0800 2009 hack to display correct template line numbers i... [anandology]
file form.py Wed Nov 04 21:37:49 -0800 2009 fix python 2.3 compatability issue in form.py (... [anandology]
file http.py Fri Oct 23 02:03:35 -0700 2009 remove obsolete write function in http.py (tx J... [anandology]
file httpserver.py Thu Oct 22 21:49:32 -0700 2009 move creation of server to WSGIServer function ... [anandology]
file net.py Tue Nov 18 02:17:06 -0800 2008 fixed spacing in docstrings for generations of ... [anandology]
file session.py Sun Mar 29 04:48:41 -0700 2009 make sessions work well with expirations. [anandology]
file template.py Sat Nov 07 00:20:47 -0800 2009 hide unwanted tracebacks in debugerror (idea fr... [anandology]
file test.py Wed Dec 10 02:22:15 -0800 2008 new: test utilities [anandology]
file utils.py Wed Nov 04 05:20:14 -0800 2009 better iterbetter (tx Emyr Thomas for the idea) [anandology]
file webapi.py Fri Oct 23 01:45:57 -0700 2009 split web.input into rawinput and input functions [anandology]
file webopenid.py Tue Apr 22 17:07:02 -0700 2008 add openid code [Aaron Swartz]
file wsgi.py Thu Jun 04 07:00:01 -0700 2009 set debug=False when application is run with mo... [anandology]
directory wsgiserver/ Sat May 30 03:25:55 -0700 2009 upgrade wsgiserver to CherryPy/3.1.2 [anandology]