Hsiaoming Yang
60eecb547d
Remove python 2.6 and 3.3 everywhere. ( #2583 )
7 years ago
jab
00d6e339ec
Change Flask.__init__ to accept two new keyword arguments, host_matching and static_host. ( #1560 )
...
This enables host_matching to be set properly by the time the constructor adds
the static route, and enables the static route to be properly associated with
the required host.
Previously, you could only enable host_matching once your app was already
instantiated (e.g. app.url_map.host_matching = True), but at that point
the constructor would have already added the static route without host matching
and an associated host, leaving the static route in a broken state.
Fixes #1559 .
8 years ago
Adam Byrtek
b099999c6c
Use proper exception type and update changelog
8 years ago
Dan Sully
8458cc5cd1
Remove deprecation warnings for add_etags & mimetype guessing for send_file()
...
Fix #1849
9 years ago
Jeff Widman
daceb3e3a0
Add support for serializing top-level arrays to JSON
...
Fix #170 , #248 , #510 , #673 , #1177
9 years ago
David Lord
c388e9c24e
add myself to authors
9 years ago
Martijn Pieters
ecaaa50234
If this patch gets accepted I may as well be added here.
10 years ago
Markus Unterwaditzer
818c42cfea
Add @keyanp to authors, sort list
10 years ago
Daniel Neuhäuser
0780fc404d
Add myself to AUTHORS
12 years ago
Ed Burnett
02150c0f2b
Added self to AUTHORS file
12 years ago
Armin Ronacher
785e94bf1e
Added changelog entry and entry into authors file
14 years ago
Armin Ronacher
cb79b58053
Added ali to authors
15 years ago
Armin Ronacher
f3b6d94bf7
added Thomas Schranz to AUTHORS
15 years ago
Armin Ronacher
55040d3efa
Added Adam Zapletal and Christopher Grebs to AUTHORs file.
15 years ago
Armin Ronacher
4a0c0446da
Added Matt Campell
15 years ago
Armin Ronacher
5a5a4a85bf
Applied leafstorm's html5faq patch
15 years ago
Armin Ronacher
50bca8c2d3
Updated AUTHORS file and added missing versionadded
15 years ago
Armin Ronacher
7e8019565f
Added florentx to the AUTHORS file
15 years ago
Armin Ronacher
3a1e518657
Fixed typo and added AUTHORS file and license text to docs.
15 years ago