97 Commits (19df249c8907d79d58b8c9dc5fa5cea6e40ad2e7)

Author SHA1 Message Date
Prakash Pandey 4d8cba917e Fixed wording 10 years ago
pkuphy fbe3e81818 Update api.rst 10 years ago
defuz d6f5eb8def docs: `script` -> ``script`` 10 years ago
defuz 3fa4fd0908 docs: http method names like ``GET`` and ``POST`` 10 years ago
defuz 8284217593 docs: ``True``, ``False`` and ``None`` 10 years ago
boreq 3bd9cdce94 Added full_path to the Request object documentation. 10 years ago
Paulo Bu b81f72070e Fix warnings and code styling in the doc 10 years ago
Armin Ronacher afb613ca43 Added some missing documentation information. 10 years ago
Armin Ronacher 932f7d7cbb Refactored the scripting interface greatly. 10 years ago
Armin Ronacher 3569fc2441 Greatly refactored click integration and documented it a bit more. 11 years ago
Daniel Neuhäuser 34871a286e Switch pypi links to https 11 years ago
Armin Ronacher f5a02b9495 Added a warning about key sorting 11 years ago
Nicholas Zaccardi ea656a8909 added a note to the api documentation about JSON_SORT_KEYS. Fixes #922 11 years ago
Jochen Kupperschmidt 8246ce6a15 Fixed tiny but distracting typo. 11 years ago
Chris Rebert f632ba25e0 api.rst: fix some spelling/typos 11 years ago
Igor Mozharovsky a225a304b8 Fix typo 11 years ago
Armin Ronacher e2d4aa1207 Added a missing note to the docs 11 years ago
Armin Ronacher c889fbc231 Changed interface for `flask.g` 11 years ago
Armin Ronacher 93073489a0 Documented changes on the g object some more 11 years ago
Armin Ronacher 0676bb8ab5 Added appcontext_pushed and appcontext_popped signals 11 years ago
Armin Ronacher ef72b78042 Imply the |safe on tojson in templates and change escaping logic 11 years ago
Armin Ronacher 18673ba370 Added uuid support for new session serialization and documented it 12 years ago
Armin Ronacher 097353695e Added flask.copy_current_request_context which simplies working with greenlets 12 years ago
Armin Ronacher 0faed95385 Documented new signal message_flashed 12 years ago
Armin Ronacher 4366bb392a Documented new signal message_flashed 12 years ago
Armin Ronacher 1949c4a9ab flask.g is now on the app context and not the request context 12 years ago
Armin Ronacher b146d8277a Added wrapper module around simplejson/json for much simplified customization. 12 years ago
Armin Ronacher a4977cfe2b Removed outdated section in the docs 12 years ago
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