Armin Ronacher
9298d89aed
Merge branch '0.10-maintenance'
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
23d9b33e92
Merge branch '0.10-maintenance'
11 years ago
Armin Ronacher
d094d5b6fc
Fixed warning and broken tests on 3.3
11 years ago
Armin Ronacher
6f44ca705f
Fixed sqlite3 pattern. This fixes #924
11 years ago
Armin Ronacher
a8a98bc6b6
Various documentation fixups
11 years ago
Armin Ronacher
9074bc46af
Switch away from /tmp for windows users
11 years ago
Armin Ronacher
e95cef66a3
Merge pull request #931 from aphexcx/patch-1
...
Update celery.rst
11 years ago
Armin Ronacher
e2264d0607
Merge pull request #936 from zheller/fix-typo
...
Fix typo in helpers.py
11 years ago
Armin Ronacher
e67d9a04b2
Fixed a changelog entry
11 years ago
Armin Ronacher
2506c0b9a9
Fixed sending etags for file streams with a name. This fixes #930 .
11 years ago
Armin Ronacher
1bddb30e4a
Merge pull request #935 from markhildreth/doc-fix
...
Fixed incorrect grammar in Config.rst
11 years ago
Armin Ronacher
b0f8d0f01b
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Armin Ronacher
a8f6f7413f
Merge branch '0.10-maintenance'
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
05caa5a50d
Merge pull request #942 from bool-dev/patch-1
...
Updated greenlet links, which were dead.
11 years ago
Armin Ronacher
1f638d63ff
Merge pull request #948 from Spittie/patch-1
...
Update fileuploads.rst
11 years ago
Armin Ronacher
6075797f13
Added changelog entry
11 years ago
Armin Ronacher
f07e4cb0c3
Merge branch '0.10-maintenance'
11 years ago
Armin Ronacher
6de9484c97
Fixed a typo
11 years ago
Armin Ronacher
c9bf907037
Merge pull request #938 from ahlen/response-with-headers-without-status
...
Enable tuple responses with headers without status
11 years ago
Armin Ronacher
4d9916e1a6
Merge pull request #946 from allevo/master
...
Use json method of requests.Response
11 years ago
Armin Ronacher
58b4fc209a
Merge pull request #955 from ifiokjr/patch-1
...
Update appcontext.rst
11 years ago
Armin Ronacher
53528ad2c3
Merge branch '0.10-maintenance'
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
f5a02b9495
Added a warning about key sorting
11 years ago
Armin Ronacher
ccc2de1997
Merge pull request #962 from nZac/JSON-Support-doc-update
...
added a note to the api documentation about JSON_SORT_KEYS. Fixes #922
11 years ago
Armin Ronacher
11003d0c29
Merge pull request #972 from alexpearce/patch-1
...
Explicitly pass the Celery instance name.
11 years ago
Armin Ronacher
f791ede346
Merge pull request #975 from martinp/update-license
...
Update copyright year in license
11 years ago
Martin Polden
3dab2f3d41
Update copyright year
11 years ago
Alex Pearce
3d6de4dd79
Explicitly pass the Celery instance name.
...
When starting a Celery worker module, it is assumed that the Celery instance within the module is called `app`. This is not the case in the Celery pattern, where it is called `celery`, and so must be explicitly referenced.
11 years ago
Kenneth Reitz
17a3056be4
Merge pull request #961 from GCorbel/patch-1
...
Remove the extra "1"
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
Nicholas Zaccardi
ea656a8909
added a note to the api documentation about JSON_SORT_KEYS. Fixes #922
11 years ago
Guriec Corbel
21aa620b6b
Remove the extra "1"
11 years ago
Kenneth Reitz
de7e2bcf7a
Merge pull request #947 from Ivoz/master
...
Release as universal python wheel (2/3 compat)
11 years ago
Ifiok Jr.
cb61696b47
Update appcontext.rst
...
small edit
11 years ago
Spittie
de3dbd3125
Update fileuploads.rst
...
secure_filename is under werkzeug.utils (http://werkzeug.pocoo.org/docs/utils/ )
11 years ago
Matt Iversen
b0bb6c7f3d
Release as universal python wheel (2/3 compat)
11 years ago
Tommaso Allevi
b81b040110
Remove unused import
11 years ago
Tommaso Allevi
f0f6545374
Use json method
...
Use json method of response.Response
11 years ago
Daniel Neuhäuser
b2971ec68c
Merge pull request #943 from skeuomorf/favicon
...
Added a favicon for the docs
11 years ago
skeuomorf
cf0953619e
Added a favicon for the docs
11 years ago