1096 Commits (1a9caedb49ada290b00d0db0ec61e66d95807413)

Author SHA1 Message Date
Armin Ronacher fa6eded6f5 Fixed the cli system failing syntax errors. 11 years ago
Armin Ronacher 1b77a3fb11 Made errors for working outside of contexts clearer. 11 years ago
Armin Ronacher 3569fc2441 Greatly refactored click integration and documented it a bit more. 11 years ago
Marc Schlaich 44b0aeb048 Fixed typo. 11 years ago
Armin Ronacher 81576c236a Further refactored script system to allow more customization for special apps. 11 years ago
Armin Ronacher ed7b4ccac1 Refactored loading logic to super properly. 11 years ago
Armin Ronacher 4532e89efe Refactored script info to allow more advanced patterns. 11 years ago
Armin Ronacher d2d8e66130 Fixed flask tests 11 years ago
Armin Ronacher e059bf311c Improved support for composable cli 11 years ago
Armin Ronacher a3ad5405a6 Updated documentation once more for new cli. 11 years ago
Erik Rose ed9e458850 Fix a docstring type in cli.py. 11 years ago
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
Mihir Singh 5935ee495c Add tests for the `Vary: Cookie` header 11 years ago
Mihir Singh 671c67aac9 Append a 'Vary: Cookie' header to the response when the session has been accessed 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