1003 Commits (a9726c43aca2cf7daed3b3690b060494911e72c5)
 

Author SHA1 Message Date
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
Armin Ronacher 5cbfbd229d Documented a change in the session system 13 years ago
Armin Ronacher 10c99e95e9 Added missing sessions module 13 years ago
Armin Ronacher 0fccfe711f Refactored session interface 13 years ago
Armin Ronacher 1a61b12dbf Added a row for Flask 0.8 to the changelog 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 1c05f47c3b Forgot to cherry-pick the release date for 0.7.1 in master 13 years ago
Armin Ronacher 805276a8aa Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher f55d614427 Merge pull request #269 from hadleyrich/master 13 years ago