672 Commits (52098e1e4fc4d9c962e9ecb09dfbbcc6ac80a4d7)

Author SHA1 Message Date
Armin Ronacher d49221bf2e The test client now properly pops response contexts on __exit__ 13 years ago
Armin Ronacher 85ed1bf058 Mentioned View.decorators in the views docs 13 years ago
Armin Ronacher 314f9201ab Updated instance path documentation to explain the $PREFIX lookup 13 years ago
Daniel Neuhäuser a43f73c75c s/Ify ou/If you/ typo 13 years ago
Armin Ronacher d3ca55177a Updated the docs and examples to non-failing teardown handlers 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 1ea3d4ea53 Updated documentation regarding the session transactions 13 years ago
Armin Ronacher a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. 13 years ago
Armin Ronacher c844d02f1c Added the APPLICATION_ROOT configuration variable which is used by session backends. 13 years ago
Priit Laes 713ced603e Improve configuration docs a bit 13 years ago
Alexis Metaireau 77492f8afa typo 13 years ago
Armin Ronacher 0520425055 Fixed a typo 13 years ago
Armin Ronacher 9af75546f0 Mention default locations for instance folders 13 years ago
Armin Ronacher 187cb80dcc Documented instance root 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 ce70131975 If JSON parsing fails it now issues a BadRequest exception. 13 years ago
Armin Ronacher acac64e36a Don't only catch BadRequest key errors but all bad request errors. 13 years ago
Armin Ronacher 5b16532000 Extended quickstart docs for the headers 13 years ago
Armin Ronacher 13005d76b9 Improved cookie documentation 13 years ago
Armin Ronacher ae00f6d149 Tweaked autodoc to skip :internal: methods. 13 years ago
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Brandon Stafford 5f367e879d Fix typos. 13 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Ron DuPlain c726e5fee0 Fix lighttpd config, from giskard on #pocoo. 13 years ago
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 13 years ago
Kenneth Reitz a7b85c9f15 Consistent quotes 13 years ago
Armin Ronacher 029eebe2f5 No need for the directive here. 13 years ago
Armin Ronacher 4d2c8181b4 Updated docs for streaming 13 years ago
Ron DuPlain c240a1f781 Add code organization help to tutorial doc. 13 years ago
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 13 years ago
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] 13 years ago
Armin Ronacher 6ca321c979 Added a versionadded 13 years ago
Armin Ronacher 76796c326d Documented view function options 13 years ago
consigliere 1a249e3389 Corrected decorators to remove duplicate teardown_request() and add after_request() 13 years ago
ThomasWaldmann e140bad3f8 fixed typo 13 years ago
ThomasWaldmann 441c8a5b93 fixed typo 13 years ago
Armin Ronacher c8663e8dab Fixed a typo in the docs. 13 years ago
Armin Ronacher 99c2defb43 Added an example of how to postprocess requests in the testing docs. 13 years ago
Armin Ronacher deb513c7fe The session interface is new in 0.8, not 0.7 13 years ago
Armin Ronacher f29ec355e9 Backwards compatibility import 13 years ago
Armin Ronacher 0fccfe711f Refactored session interface 13 years ago
Bastian Hoyer d63fb818c1 small error in tutorial 13 years ago
Armin Ronacher de3b6ab5ee Fixed a broken sentence about blueprints. 13 years ago
Armin Ronacher 0fb2e4c848 More invalid doc fixing 13 years ago
Armin Ronacher 8ba6673670 Fixed a changelog entry 13 years ago
Hadley Rich c6dbcd572b Trivial fix for PathDispatcher example usage 13 years ago
Armin Ronacher c26a6dd50c Admin -> Backend 13 years ago
Luit van Drongelen 7d4c784708 Missed the -w option in uWSGI deployment docs. 13 years ago