Lines Matching refs:App
11 - Maintenance release. Fixed outstanding bugs related to App Engine.
13 to App Engine.
57 - Fixed a bug in WSGIApplication.run() when running outside of App Engine:
82 outside of App Engine, from now on all App Engine-specific modules will
113 - Added support for the (not yet released) App Engine Python 2.7 SDK.
153 since it is now included in the App Engine SDK (since version 1.4.2).
186 (for Python >= 2.6), then the one from django.utils (for App Engine).
216 - Added a tutorial to use webapp2 outside of App Engine.
238 - Routes now match the Request path unquoted. See App Engine issue #2636
265 config object. App is set as global before router is initialized.
276 webap2_extras.local. This allows using LocalProxy on App Engine, without
346 thread-local for globals and so can be used outside of App Engine.