743 Commits (a6c6cc18f5eab148cb15a65fe6543fb5f1272765)

Author SHA1 Message Date
Armin Ronacher bacdd076bd Add "." to sys.path by default 11 years ago
Armin Ronacher ff034e42cf Added a missing docstring 11 years ago
Armin Ronacher 3bdb90f06b Added click support to Flask 11 years ago
Carlos E. Garcia 52fa195d45 few mispelling errors 11 years ago
Zak Johnson e21afed0bb Fix typos in docstrings and comments in run.py 11 years ago
Armin Ronacher 1b06c8a411 Added __main__ module 11 years ago
Armin Ronacher e46bca4051 Added thread flag to flask run 11 years ago
Armin Ronacher 7503bde223 Added the new flask run module to start the server. 11 years ago
Armin Ronacher 42c28c3758 Fixed intention in flask init 11 years ago
mjfroehlich 15d8af52db Fix minor typo 11 years ago
raimu fbda3f94ba fix typo 11 years ago
Armin Ronacher d4b3d16c14 Better support for namespace packages. 11 years ago
Armin Ronacher a293b99b21 Fixed the last changeset. 11 years ago
Armin Ronacher 9554844e2a Added workaround for Python 3.3's frozen loader 11 years ago
Kenneth Reitz d4fec14544 Revert "Revert "Merge pull request #859 from wvh/register_error_handler"" 11 years ago
Kenneth Reitz 2aa26fff04 Revert "Merge pull request #859 from wvh/register_error_handler" 11 years ago
max demian db12a8f5e4 Update wrappers.py 11 years ago
max demian 6974d52815 Update views.py 11 years ago
max demian 2eef63a320 Update signals.py 11 years ago
max demian f3f7b640b9 Update sessions.py 11 years ago
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