David Lord
9bf5c3b3a3
update project metadata
...
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00
Hsiaoming Yang
60eecb547d
Remove python 2.6 and 3.3 everywhere. ( #2583 )
2018-01-06 10:49:50 +01:00
David Lord
dbc70c9274
Merge remote-tracking branch 'remotes/origin/master' into json-mixin
2017-06-04 09:42:39 -07:00
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 .
2017-04-07 16:31:54 +02:00
Adam Byrtek
b099999c6c
Use proper exception type and update changelog
2016-08-19 21:14:12 +02:00
Dan Sully
8458cc5cd1
Remove deprecation warnings for add_etags & mimetype guessing for send_file()
...
Fix #1849
2016-06-03 14:52:33 +02:00
Jeff Widman
daceb3e3a0
Add support for serializing top-level arrays to JSON
...
Fix #170 , #248 , #510 , #673 , #1177
2016-01-13 13:20:11 -08:00
David Lord
c388e9c24e
add myself to authors
2015-12-03 16:40:46 -08:00
Martijn Pieters
ecaaa50234
If this patch gets accepted I may as well be added here.
2015-03-23 15:17:43 +00:00
Markus Unterwaditzer
818c42cfea
Add @keyanp to authors, sort list
2015-02-18 18:17:14 +01:00
Daniel Neuhäuser
0780fc404d
Add myself to AUTHORS
2013-06-13 22:16:53 +02:00
Ed Burnett
02150c0f2b
Added self to AUTHORS file
2013-03-26 16:57:16 -07:00
Armin Ronacher
785e94bf1e
Added changelog entry and entry into authors file
2011-01-24 13:50:14 +01:00
Armin Ronacher
cb79b58053
Added ali to authors
2010-07-23 15:41:58 +01:00
Armin Ronacher
f3b6d94bf7
added Thomas Schranz to AUTHORS
2010-07-07 09:19:41 -07:00
Armin Ronacher
55040d3efa
Added Adam Zapletal and Christopher Grebs to AUTHORs file.
2010-06-28 00:13:48 -07:00
Armin Ronacher
4a0c0446da
Added Matt Campell
2010-06-26 03:07:19 -07:00
Armin Ronacher
5a5a4a85bf
Applied leafstorm's html5faq patch
2010-06-07 07:17:45 +02:00
Armin Ronacher
50bca8c2d3
Updated AUTHORS file and added missing versionadded
2010-05-31 17:38:05 +02:00
Armin Ronacher
7e8019565f
Added florentx to the AUTHORS file
2010-04-21 10:37:05 +02:00
Armin Ronacher
3a1e518657
Fixed typo and added AUTHORS file and license text to docs.
2010-04-20 13:29:54 +02:00