119 Commits (0932d8f428ae6c7cb6615a6a146e417eb182ec4d)

Author SHA1 Message Date
Armin Ronacher 4df3bf2058 Implemented experimental JSON based sessions 12 years ago
Armin Ronacher d5218997d9 Added flask.stream_with_context 12 years ago
Armin Ronacher 086348e2f2 Added after_this_request decorator. 13 years ago
Armin Ronacher dbfd406a21 Added required_methods 13 years ago
Natan ffbab00cd1 Rectified rampant 'roule'. 13 years ago
Armin Ronacher 9bed20c07c Added documentation for appcontext and teardown handlers 13 years ago
Armin Ronacher 0207e90155 Updated docs for the app context. 13 years ago
wilsaj a77938837c docfix: wrong converter name: unicode -> string fixes #364 13 years ago
wilsaj 756a5565ea docfix: wrong converter name: unicode -> string 13 years ago
FND 4aebc267bc Hyphenate "class-based" 13 years ago
awsum d620ea7ea2 Update docs/api.rst a bit to reflect code. 13 years ago
Ross Lawley 11c9bf2943 Api fix status_code => status 13 years ago
Armin Ronacher 363d9ed10d More doc typo fixes 13 years ago
Armin Ronacher 6dccf77546 PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310 13 years ago
Armin Ronacher 83b1da8df8 Inserted verb 13 years ago
Armin Ronacher 142c9c391b Fixed typos in copy/pasted text 13 years ago
Armin Ronacher df1dd57045 Cleaned up url routing common docs. This fixes #279 13 years ago
Armin Ronacher 1e6c5f0975 Documented flask.ext. 13 years ago
Armin Ronacher e853a0f739 The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 13 years ago
Armin Ronacher a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. 13 years ago
Armin Ronacher 63876614b6 Removed second mention of json. This fixes #290 13 years ago
Armin Ronacher 92c7bdd2dd Documented Request.headers 13 years ago
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 13 years ago
Armin Ronacher 6ca321c979 Added a versionadded 13 years ago
Armin Ronacher 76796c326d Documented view function options 13 years ago
Armin Ronacher deb513c7fe The session interface is new in 0.8, not 0.7 13 years ago
Armin Ronacher 0fccfe711f Refactored session interface 13 years ago
Armin Ronacher 22d468e190 Less annoying gender neutral forms 13 years ago
Armin Ronacher b36d7b3288 Added class based view documentation 13 years ago
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 13 years ago
Armin Ronacher 86175054d6 More docstrings for blueprints. 13 years ago
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 14 years ago
Simon Sapin 7ed3196e8d Add safe_join: returns the filename used by send_from_directory. 14 years ago
Armin Ronacher fbd488678f Implemented flask.has_request_context() 14 years ago
matt swanson 4141afa22b fixing cross-reference links on API doc page 14 years ago
Dag Odenhall 384ad219cb Typo in docs 14 years ago
Daniel D. Beck 4f1b086218 Fixed: incorrect indentation level for session's permanent attribute 14 years ago
Ron DuPlain 216478f715 docs: Finished sentence on Notes on Proxies. 14 years ago
Armin Ronacher 3b0eb0f3ca Added notes on proxies 14 years ago
Armin Ronacher c360f005c3 Added signal documentation 14 years ago
Armin Ronacher e0712b47c6 Added support for signals 14 years ago
Armin Ronacher 6fc1492357 Added make_response 14 years ago
Armin Ronacher c34b03e9a6 Documented send_from_directory 14 years ago
Armin Ronacher 881aa3ab2d Fixed an rst syntax error 14 years ago
Armin Ronacher 9373a71c26 improved _request_ctx_stack docs 14 years ago
Armin Ronacher bc00fd1e83 Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59. 15 years ago
Armin Ronacher a6617f44c0 Documented _request_ctx_stack. This fixes #57 15 years ago
Georg Brandl a224fecfd5 More typo fixes. 15 years ago
Armin Ronacher 182ee31503 Added chapter about config 15 years ago
Armin Ronacher 4d16486132 Improved configuration support. 15 years ago