Markus Unterwaditzer
765f851a7c
Changelog for #1533
2015-07-16 12:01:25 +02:00
Christian Becker
5da31f8af3
fix UnboundLocalError in handle_url_build_error
...
- caused by changes in the execution model of python 3 where the alias of an except clause is cleared on exit of the except
2015-07-16 12:00:16 +02:00
Markus Unterwaditzer
d734baf176
Merge pull request #1335 from phouse512/patch-1
...
Update api.rst, fixed spelling
2015-02-01 23:16:19 +01:00
Philip House
c60b5b91e2
Update api.rst, fixed spelling
2015-02-01 15:53:35 -06:00
Markus Unterwaditzer
fa610a24ec
Merge pull request #1208 from augiwan/patch-2
...
Corrected api docs
2014-10-18 16:20:50 +02:00
Augustus D'Souza
709289037a
Corrected api docs
...
http://flask.pocoo.org/docs/0.10/api/#flask.Request.get_json
2014-10-18 13:14:04 +05:30
Armin Ronacher
ddb5f9dc49
Fixed a broken test
2014-02-09 16:07:56 +00:00
Armin Ronacher
fb622380d0
Use older descriptor to support older werkzeug versions
2014-02-09 13:28:57 +00:00
Armin Ronacher
141a5533c9
Documented fix for #879
2014-02-09 13:26:32 +00:00
Armin Ronacher
75f2af7a6a
Use a condition variable instead of sleeping
2014-02-09 13:25:36 +00:00
Alexis Svinartchouk
280d865960
fix issue #879 and add a test for it
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2014-02-09 13:22:05 +00:00
Armin Ronacher
964c4a37c0
Closed an unclosed file in the tests
2014-02-09 13:14:15 +00:00
Armin Ronacher
001100bc0b
Fixed PyStringIO in tests for 2.x
2014-02-09 13:13:31 +00:00
Armin Ronacher
8cb79fd026
Added a test for sending from directories
2014-02-09 13:06:54 +00:00
Armin Ronacher
76e2f9cd03
Fixed send_from_directory not rebasing to the root path. This fixes #921
2014-02-09 13:01:54 +00:00
Armin Ronacher
d094d5b6fc
Fixed warning and broken tests on 3.3
2014-02-08 22:29:46 +00:00
Armin Ronacher
e67d9a04b2
Fixed a changelog entry
2014-02-08 17:46:02 +00:00
Armin Ronacher
2506c0b9a9
Fixed sending etags for file streams with a name. This fixes #930 .
2014-02-08 17:45:27 +00:00
Armin Ronacher
46c24da016
Make before_first_request a decorator
2014-02-08 17:39:26 +00:00
Armin Ronacher
ae45aed8d6
Removed an unnecessary newline
2014-02-08 17:36:12 +00:00
Armin Ronacher
6de9484c97
Fixed a typo
2014-02-08 17:32:54 +00:00
Armin Ronacher
e7c587789a
Fixe a bug in the test client causing url parameters to be removed. This fixes #968
2014-02-08 17:19:00 +00:00
Daniel Neuhäuser
52098e1e4f
Happy New Year 2014
2014-01-02 19:21:07 +01:00
Daniel Neuhäuser
a3a2f521f1
Clear exceptions when pushing a context
...
Fixes #882
2013-10-16 20:12:20 +02:00
Daniel Neuhäuser
94f4360137
Explain is_package AttributeError in find_package
...
When a PEP 302 import hook is used that doesn't implement .is_package()
an AttributeError is raised. This looks like a bug in Flask. This change
fixes that problem in the sense that it explains, that the
AttributeError is intentional.
2013-08-13 15:53:58 +02:00
Daniel Neuhäuser
f606a6d6a1
blinker repository moved to github
2013-07-05 23:18:13 +02:00
Daniel Neuhäuser
13b8283793
Test blinker development version again
...
Apparently blinker isn't broken on tip anymore.
2013-07-03 12:37:43 +02:00
Daniel Neuhäuser
a364140bef
Do not test with blinker dev version
2013-06-27 17:08:02 +02:00
Daniel Neuhäuser
f88cc2d2f9
Fix broken test_appcontext_signals test case
...
This fixes #781 and ensures that Flask is tested with blinker installed.
2013-06-27 16:49:27 +02:00
Armin Ronacher
d94b1bec24
In case we need a 0.10.2
2013-06-14 09:54:27 +01:00
Armin Ronacher
298334fffc
Bump version number to 0.10.1
2013-06-14 09:54:07 +01:00
Armin Ronacher
e562acf029
Set release date for 0.10.1
2013-06-14 09:53:40 +01:00
Armin Ronacher
72bbeaf056
Added changelog entry for the method registering fix
2013-06-14 09:41:20 +01:00
Serge S. Koval
44e39ab071
Fixed class-based views support
2013-06-14 10:28:37 +03:00
Armin Ronacher
c9337c044c
Merge branch '0.10-maintenance'
2013-06-14 00:24:27 +01:00
Armin Ronacher
58ad83f37c
Added support for bytes in sessions back
2013-06-14 00:24:17 +01:00
Armin Ronacher
63d9ede451
Merge branch '0.10-maintenance'
2013-06-14 00:05:55 +01:00
Armin Ronacher
c502dfbbfb
Changed |tojson filter to quote single attributes
2013-06-14 00:05:09 +01:00
Armin Ronacher
89731d86b6
Merge branch '0.10-maintenance'
2013-06-13 23:46:39 +01:00
Armin Ronacher
2713ea98cb
Use same version specifications as in Werkzeug
2013-06-13 23:46:20 +01:00
Armin Ronacher
d34dde72e9
Merge branch 'master' of github.com:mitsuhiko/flask
2013-06-13 23:38:20 +01:00
Armin Ronacher
06872b5c72
Merge branch '0.10-maintenance'
2013-06-13 23:37:25 +01:00
Armin Ronacher
5886925ff3
Started 0.10 maintenance branch for a bugfix release
2013-06-13 23:36:50 +01:00
Daniel Neuhäuser
0780fc404d
Add myself to AUTHORS
2013-06-13 22:16:53 +02:00
Daniel Neuhäuser
41171d11ae
Add Python 3.3 classifier
2013-06-13 22:16:14 +02:00
Armin Ronacher
ec5291e46d
Fixed invalid reference
2013-06-13 09:37:09 +01:00
Armin Ronacher
ac187bded7
This is 0.11-dev
2013-06-13 09:36:03 +01:00
Armin Ronacher
3b9574fec9
Bump version number to 0.10
2013-06-13 09:35:35 +01:00
Armin Ronacher
3061ab5b7e
Release date is today, codename is Limoncello
2013-06-13 09:35:23 +01:00
Armin Ronacher
d9ebac10bb
Flask should now work with release requirements on 3.3
2013-06-13 09:30:39 +01:00