811 Commits (a0fd8fca48f720bfe3fec94e5657a8678939232a)
 

Author SHA1 Message Date
Armin Ronacher a0fd8fca48 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 13 years ago
Ron DuPlain c40a7344f2 Merge pull request #293 from rascalmicro/master 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Armin Ronacher a070b4fe86 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher fafcc02f26 Added a testcase for 404 errors caused by the routing system 13 years ago
Ron DuPlain c726e5fee0 Fix lighttpd config, from giskard on #pocoo. 13 years ago
Armin Ronacher eba2f70c6b Clarified a sentence that no longer made sense with the new docs on request objects. 13 years ago
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 13 years ago
Armin Ronacher b34b086543 Merge pull request #288 from kennethreitz/patch-1 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 79aa4ac14d Merge branch 'master' of github.com:mitsuhiko/flask 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
Ron DuPlain 34c4709d06 Merge pull request #284 from SimonSapin/patch-2 13 years ago
Simon Sapin d5cfcfeba7 Intersphinx link fixes. 13 years ago
Armin Ronacher e8e2e93409 Merge pull request #282 from callahad/master 13 years ago
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 13 years ago
Armin Ronacher 343e678900 Fixed a typo in a docstring 13 years ago
Armin Ronacher 85c496ad03 Merge pull request #281 from ustun/patch-1 13 years ago
Ustun Ozgur 13cddba84f Typo: developped -> developed 13 years ago
Armin Ronacher c9a2ad2b8d Fixed a bug in list_templates 13 years ago
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] 13 years ago
Armin Ronacher 2866ccda1f Switch to explicit Werkzeug imports 13 years ago
Armin Ronacher 6ca321c979 Added a versionadded 13 years ago
Armin Ronacher 76796c326d Documented view function options 13 years ago
Armin Ronacher 3b31df81ae View functions can opt out of the default OPTIONS implementation 13 years ago
Armin Ronacher f8b9f4d41c Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 9d899cd63e Fixed a typo. This closes #278 13 years ago
Armin Ronacher 2d78a331c1 Merge pull request #277 from embe/master 13 years ago
Michał Bartoszkiewicz 7dcf6cbc31 Don't use deprecated flask.session in flask.ctx. 13 years ago
Armin Ronacher eaba852c71 Merge pull request #275 from vreon/patch-1 13 years ago
Armin Ronacher ac2915d438 Merge pull request #276 from consigliere/patch-1 13 years ago
consigliere 1a249e3389 Corrected decorators to remove duplicate teardown_request() and add after_request() 13 years ago
Jesse Dubay fd679638ea typo fix: flask -> flag 13 years ago
Armin Ronacher 76c8bb5f6c Merge pull request #274 from ThomasWaldmann/patch-2 13 years ago
Armin Ronacher c246074c93 Merge pull request #273 from ThomasWaldmann/patch-1 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 ebb65b81e1 Removed an unnecessary import. 13 years ago
Armin Ronacher d90b1f1705 Backout last change, save_cookie by itself does that 13 years ago
Armin Ronacher 585bf02ee0 Better session logic. 13 years ago
Armin Ronacher deb513c7fe The session interface is new in 0.8, not 0.7 13 years ago
Armin Ronacher 20371b8657 Merge pull request #271 from dafire/master 13 years ago
Armin Ronacher f29ec355e9 Backwards compatibility import 13 years ago
Armin Ronacher 10f8dc18b8 More doc updates 13 years ago
Armin Ronacher 7290981cef More docstrings for the session mixin 13 years ago