722 Commits (a23456f1a7ff590847093dcffd6ab451b2967405)

Author SHA1 Message Date
max demian cb25c42316 Update json.py 11 years ago
Daniel Neuhäuser 06857c9ba5 Add Config.get_namespace to CHANGES 11 years ago
Daniel Neuhäuser ba80e1e33b Fix Python 3 compat issue in Config.get_namespace 11 years ago
Charles-Axel Dein dfae2679a6 Clarify the after_request argument 11 years ago
Daniel Neuhäuser d43bfb261a Add assertIsInstance to FlaskTestCase on 2.6 11 years ago
Daniel Neuhäuser 3f8e29b12c Add Flask.config_class to changelog 11 years ago
Daniel Neuhäuser 97411295e3 Add Config.from_json to changelog 11 years ago
Armin Ronacher ddb5f9dc49 Fixed a broken test 11 years ago
Armin Ronacher fb622380d0 Use older descriptor to support older werkzeug versions 11 years ago
Armin Ronacher 75f2af7a6a Use a condition variable instead of sleeping 11 years ago
Alexis Svinartchouk 280d865960 fix issue #879 and add a test for it 11 years ago
Armin Ronacher 964c4a37c0 Closed an unclosed file in the tests 11 years ago
Armin Ronacher 001100bc0b Fixed PyStringIO in tests for 2.x 11 years ago
Armin Ronacher 8cb79fd026 Added a test for sending from directories 11 years ago
Armin Ronacher 76e2f9cd03 Fixed send_from_directory not rebasing to the root path. This fixes #921 11 years ago
Armin Ronacher d094d5b6fc Fixed warning and broken tests on 3.3 11 years ago
Armin Ronacher 2506c0b9a9 Fixed sending etags for file streams with a name. This fixes #930. 11 years ago
Armin Ronacher 46c24da016 Make before_first_request a decorator 11 years ago
Armin Ronacher ae45aed8d6 Removed an unnecessary newline 11 years ago
Armin Ronacher 6de9484c97 Fixed a typo 11 years ago
Armin Ronacher e7c587789a Fixe a bug in the test client causing url parameters to be removed. This fixes #968 11 years ago
Armin Ronacher e5bba9deb5 Added support for custom JSON mimetypes 11 years ago
Armin Ronacher e78961c812 Fixed a missing import 11 years ago
Armin Ronacher 52e1c383fa Make Python 3 happy 11 years ago
Armin Ronacher 6ec83e18dc Added a workaround for a pypy bug in context managers 11 years ago
Guriec Corbel 21aa620b6b Remove the extra "1" 11 years ago
Matt Wright 90a50f8b51 Add `get_namespace` method on `Config` object for convenient access of namespaced config options. 11 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Mikael Åhlén dbc4096191 added a new test case with a Response instance and cleaned up the code 11 years ago
Mikael Åhlén 70f8b39c52 added a new behaviour for responses that enable the tuple to be in the form of (response, headers) and continiue to support the (response, status, headers) format. 11 years ago
Zachary Wright Heller 5addabfbdd Fix typo in helpers.py 11 years ago
Day Barr c021e58775 Fix typo in docs for error_handler_spec 11 years ago
Daniel Neuhäuser a3a2f521f1 Clear exceptions when pushing a context 11 years ago
Adrian 46b5754d97 Don't refer to flaskext in docs 11 years ago
John Hobbs e31a2a80ec Update url_for documentation 12 years ago
Hyunjun Kim 5ecca4c0da Fix a typo on blueprints module name. 12 years ago
defuz 3e485009a8 add TEMPLATES_AUTO_RELOAD option to config 12 years ago
Daniel Richman 3d67736e09 Check error handlers for specific classes first 12 years ago
Oliver Beattie bb882454a0 Make the decorators attribute on View a tuple by default 12 years ago
Michael Bikovitsky b7337080e4 Fix test_send_file_object 12 years ago
Michael Bikovitsky cff35237ef Fix test_no_error_swallowing 12 years ago
Wouter Van Hemel 079ae20f24 Add tests for user-defined exceptions in blueprints 12 years ago
Wouter Van Hemel b03181363b Add a non-decorator version of the error handler register function 12 years ago
Armin Ronacher 8f1dada542 Some cleanups 12 years ago
Will Bowlin 3e90de2e10 corrected documentation for Request get_json() 12 years ago
Maximilian Hils 17e5fb365d Fix typo in docstring 12 years ago
enkore f5d38dc4fc Update sessions.py 12 years ago
Daniel Neuhäuser 94f4360137 Explain is_package AttributeError in find_package 12 years ago
Matt Wright b290bf4079 Add ability to config from a JSON file 12 years ago
Kevin Burke 9e5ab21c8e app.py: Link to correct EnvironBuilder docs 12 years ago