Lines Matching refs:WSGIApplication
57 - Fixed a bug in WSGIApplication.run() when running outside of App Engine:
115 - Deprecated webapp2_extras.local_app. WSGIApplication is now thread-safe
117 webapp2_extras.local_app.WSGIApplication can still be imported, but it is
118 just an alias to webapp2.WSGIApplication (and a deprecation warning is
155 - Added WSGIApplication.clear_globals(). Instead of
275 - Added webap2_extras.local_app, with the WSGIApplication previously in
287 - WSGIApplication.__call__ checks if the dispatcher didn't return None to
300 - Added WSGIApplication.get_response(), a convenience for unit tests.
305 - Handlers registered in WSGIApplication.error_handlers can now also be a
330 - Removed WSGIApplication.url_for(), to_unicode(), to_utf8().
345 - Added webapp2_extras.local, with an extended WSGIApplication that uses
417 - Renamed WSGIApplication.wsgi_app to WSGIApplication.dispatch.
419 - Moved ALLOWED_METHODS to WSGIApplication.allowed_methods.
426 - Added WSGIApplication.app and WSGIApplication.request, class attributes set
428 WSGIApplication.app is an alias to WSGIApplication.active_instance.
474 - WSGIApplication.handle_exception() doesn't automatically raises the exception
478 - Added attributes, WSGIApplication.registry, Request.registry and
553 app = WSGIApplication([
564 app = WSGIApplication([
582 app = WSGIApplication([