-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The WSGI App is now thread-safe by default. Deprecated webapp2_extras…
….local_app. Updated docs and version number.
- Loading branch information
Showing
18 changed files
with
243 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
webapp2 is maintained by Rodrigo Moraes <[email protected]>. | ||
|
||
Based on `webapp`_ with some functions and ideas borrowed from `WebOb`_, | ||
`Tornado`_, `Werkzeug`_ and `Flask`_. | ||
|
||
.. _webapp: http://code.google.com/appengine/docs/python/tools/webapp/ | ||
.. _WebOb: http://pythonpaste.org/webob/ | ||
.. _Tornado: http://www.tornadoweb.org/ | ||
.. _Werkzeug: http://werkzeug.pocoo.org/ | ||
.. _Flask: http://flask.pocoo.org/ | ||
webapp2 includes code or ideas ported or adapted from the following projects: | ||
|
||
- `Google App Engine SDK <http://code.google.com/appengine/>`_: | ||
- Copyright (c) 2008 Google Inc. | ||
- Apache 2.0 License. | ||
|
||
- `WebOb <http://pythonpaste.org/webob/>`_: | ||
- Copyright (c) 2007 Ian Bicking and Contributors. | ||
- MIT License. | ||
|
||
- `Werkzeug <http://werkzeug.pocoo.org/>`_: | ||
- Copyright (c) 2011 Werkzeug Team. | ||
- BSD License. | ||
|
||
- `Tornado <http://www.tornadoweb.org/>`_: | ||
- Copyright (c) 2009 Facebook. | ||
- Apache 2.0 License. | ||
|
||
- `Flask <http://flask.pocoo.org/>`_: | ||
- Copyright (c) 2010 Armin Ronacher and Contributors. | ||
- BSD License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.