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
Armin Ronacher
696bffc9e9
Updated changelog formatting
11 years ago
Armin Ronacher
5fd81f702c
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Armin Ronacher
f79ce52586
Upload to new server
11 years ago
Kenneth Reitz
470014a2ca
Merge pull request #1014 from untitaker/pr842
...
Fix when release date is not today
11 years ago
Markus Unterwaditzer
54688b26a9
Fix when release date is not today
...
Also, some fixes for PyFlakes
Original commit by @dongweiming at
a05c403870
11 years ago
atupal
132c2c4c79
missed word.
...
request tstack -> request context stack
11 years ago
Kenneth Reitz
d4fec14544
Revert "Revert "Merge pull request #859 from wvh/register_error_handler""
...
This reverts commit 2aa26fff04
.
11 years ago
Kenneth Reitz
2aa26fff04
Revert "Merge pull request #859 from wvh/register_error_handler"
...
This reverts commit 6347e75dee
, reversing
changes made to 3fd40e83e5
.
11 years ago
Kenneth Reitz
6347e75dee
Merge pull request #859 from wvh/register_error_handler
...
Add a non-decorator version of the error handler register function
11 years ago
Kenneth Reitz
3fd40e83e5
Merge pull request #864 from obeattie/master
...
Make the decorators attribute on View a tuple by default
11 years ago
Kenneth Reitz
9427e16567
Merge pull request #707 from xsleonard/patch-1
...
Mention register_error_handler in errorhandler doc
11 years ago
Kenneth Reitz
9c434ebc67
Merge pull request #885 from jmhobbs/master
...
Update url_for documentation for Flask.url_build_error_handlers
11 years ago
Kenneth Reitz
21f3ad2671
Merge pull request #830 from hntw/patch-1
...
Update blueprints.rst - Add Error Handlers
11 years ago
Kenneth Reitz
bddcc1e763
Merge pull request #838 from enkore/master
...
get_cookie_path: fix docstring
11 years ago
Kenneth Reitz
7e4d51c91c
Merge pull request #869 from christophersu/doc-fix-1
...
Add missing import on SQLAlchemy documentation page
11 years ago
Kenneth Reitz
7f5b6c692d
Merge pull request #876 from defuz/templates-auto-reload
...
Add TEMPLATES_AUTO_RELOAD config key
11 years ago
Kenneth Reitz
4c0253f9fd
Merge pull request #862 from bikerm16/master
...
Minor test fixes
11 years ago
Kenneth Reitz
58681ec11e
Merge pull request #889 from mattskone/master
...
Escaped 'text' keyword in column name.
11 years ago
Kenneth Reitz
02eb9c99fd
Merge pull request #977 from Ivoz/patch-1
...
Update windows installation and other notes
11 years ago
Kenneth Reitz
872094c556
Merge pull request #1000 from mikar/master
...
harmless comment fixes/typos
11 years ago
Kenneth Reitz
a7b5cec629
Merge pull request #1004 from kylestev/patch-1
...
Small punctuation change in unicode doc
11 years ago
Armin Ronacher
36e86be06d
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Armin Ronacher
95fa9f21ec
Added a missing import
11 years ago
Kyle Stevenson
8cd66bf178
Small punctuation change in unicode doc
...
Just makes it easier on the eyes/brain.
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
...
missing backticks in docstring
11 years ago
max demian
cb25c42316
Update json.py
11 years ago
Daniel Neuhäuser
69db1e9b1f
Merge pull request #872 from dmackinnon/patch-1
...
Fix typo
11 years ago
Daniel Neuhäuser
718c3a3ce7
Merge pull request #874 from defuz/patch-1
...
fix typo (jsonfiy -> jsonify)
11 years ago
Daniel Neuhäuser
a71b65cb15
Merge pull request #877 from yoloseem/patch-1
...
Fix a typo on blueprints module name.
11 years ago
Daniel Neuhäuser
caa0c00420
Merge pull request #878 from shamrin/patch-1
...
quickstart: import `request` in HTTP methods example
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
Daniel Neuhäuser
0674ee875d
Merge branch 'config-namespaces' of https://github.com/mattupstate/flask into config-namespaces
...
Conflicts:
flask/config.py
11 years ago
Daniel Neuhäuser
2c2c240d6d
Merge pull request #994 from roskoff/master
...
Added 'import os' statement
11 years ago
Daniel Neuhäuser
ff3ef8511e
Merge pull request #997 from charlax/ca/fix/response_class_documentation
...
Clarify the after_request argument
11 years ago
Charles-Axel Dein
dfae2679a6
Clarify the after_request argument
...
Make it a bit clearer that it's an instance of response_class that is
expected, not the actual response_class class.
11 years ago
Eliseo Ocampos
ffff509cf0
Added 'import os' statement
...
Added 'import os' statement so you can use os.path.join() when defining DATABASE location
11 years ago
Kenneth Reitz
7a353a7d1b
Merge pull request #980 from grampajoe/patch-1
...
Update docs copyright date
11 years ago
Daniel Neuhäuser
d43bfb261a
Add assertIsInstance to FlaskTestCase on 2.6
...
This fixes an error in ConfigTestCase.test_custom_config_class
11 years ago
Daniel Neuhäuser
3f8e29b12c
Add Flask.config_class to changelog
11 years ago
Daniel Neuhäuser
66e51d5be7
Merge branch 'master' of https://github.com/Xion/flask into Xion-master
...
Conflicts:
flask/testsuite/config.py
11 years ago
Joe Friedl
19baae3d34
Update docs copyright date
...
Happy belated New Year!
11 years ago
Daniel Neuhäuser
97411295e3
Add Config.from_json to changelog
11 years ago
Daniel Neuhäuser
95a1ce4d6e
Merge branch 'config-from-json' of https://github.com/mattupstate/flask into mattupstate-config-from-json
11 years ago
Matt Iversen
a8e88bebd1
Update windows installation and other notes
...
Making allowance for new convenience of `get-pip.py` that automatically installs setuptools and pip together.
Stop recommending distribute, which has now been merged into setuptools.
11 years ago