Grey Li
9d0bc52329
Fix typos in CHANGES.rst
7 years ago
David Lord
939c77a39a
Bump version number to 1.0.3.dev
7 years ago
David Lord
4dc3ba5281
release 1.0.2
7 years ago
David Lord
4f155fb647
start 1.0.2 changelog
7 years ago
David Lord
7567cc0d92
release 1.0.1
7 years ago
David Lord
4d4294e94e
format changelog
7 years ago
ThiefMaster
6663bf1f7d
Fix registering partials as view functions
7 years ago
David Lord
9ed0d068ca
start 1.0.1 changelog
7 years ago
David Lord
ba33500b82
start 1.1 changelog
7 years ago
David Lord
9d0b163362
release 1.0
7 years ago
David Lord
36e68a439a
release 1.0
7 years ago
David Lord
16549370fd
fix changelog indentation
7 years ago
David Lord
be46acb871
add changelog for docs theme and tutorial
7 years ago
David Lord
49a38ed999
use theme provided by pallets-sphinx-themes
7 years ago
David Lord
1ed756a523
add Response.max_cookie_size config
7 years ago
David Lord
ab4142215d
detect UTF encodings when loading json
7 years ago
fphonor
171eb28c95
get_json separate cache depending on silent arg
7 years ago
David Lord
401423df06
only strip one slash when registering blueprint
...
add test and changelog
7 years ago
David Lord
82f0d120de
use subdomain arg in url_map.bind_to_environ
...
rename new subdomain test, parametrize
test allowing subdomains as well as ips
add subdomain_matching param to docs
add some references to docs
add version changed to create_url_adapter
7 years ago
Armin Ronacher
8cec2010c0
Do not enable subdomain matching by default
...
Updated tests for new subdomain matching
Added a test to validate matching behavior
7 years ago
David Lord
cf5525f98a
add test_cli_runner for testing app.cli commands
7 years ago
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
7 years ago
David Lord
af32ea0b94
bump dependency versions
7 years ago
David Lord
8a1f3626c5
fix changelog list formatting
7 years ago
David Lord
213afec771
add rst extension for changelog
...
fix changelog version
7 years ago
David Lord
2beedabaaf
add HTTPS support for flask run command
7 years ago
David Lord
06f96df67e
silence ENOTDIR when loading config file
7 years ago
David Lord
28d0f66c1f
remove tests and docs for python 2.6 and 3.3
7 years ago
ThiefMaster
c52e1b7388
Fix ValueError for some invalid Range requests
...
fixes #2526
7 years ago
Armin Ronacher
2ef2000a39
Enable threads by default for the dev server ( #2529 )
...
Enable threads by default for dev server
7 years ago
Caratpine
2f57a0b917
Blueprint view function name should not contain dots
7 years ago
David Lord
ed1f604727
Update CHANGES
7 years ago
David Lord
66b1b752da
simplify logging configuration
...
single default handler and formatter
don't remove handlers
configure level once using setLevel
document logging
reorganize logging tests
7 years ago
David Lord
a89bdb3395
prefer the url's scheme over the kwarg
...
tabs -> spaces
add test
add changelog
7 years ago
David Lord
491d331e6e
load env vars using python-dotenv
7 years ago
David Lord
fb845b9032
allow local packages in FLASK_APP
...
don't require .py extension in FLASK_APP
add tests for nested package loading
parametrize cli loading tests
7 years ago
David Lord
59f7966e31
support passing environ to test client ( #2412 )
...
closes #2411
7 years ago
David Lord
5bc0d15359
un-deprecate request.json
7 years ago
David Lord
715a9a3e7b
remove deprecated flask.ext
7 years ago
David Lord
89c87240b6
changelog for deprecations
7 years ago
Eugene M. Kim
d41e2e6a5d
Correctly encode aware, non-UTC datetime objects
...
http_date() requires timetuple in UTC, but JSONEncoder.default() was
passing a local timetuple instead.
8 years ago
David Lord
4fc48200a5
reconfigure the app from run command and method
...
extract templates_auto_reload to property
continues #1910
closes #1907
8 years ago
David Lord
b5f4c52150
don't cache error handlers for exception mro
...
closes #2267 , closes #1433
8 years ago
David Lord
e97253e4c1
clean up JSON code and docs
8 years ago
David Lord
6637e20174
only open session if request hasn't been pushed yet
...
closes #1348
8 years ago
David Lord
5e1ced3c05
make session serializer extensible
...
support serializing 1-item dicts with tag as key
refactor serializer into flask.json.tag module
continues #1452 , closes #1438 , closes #1908
8 years ago
David Lord
045dccaefb
make debugging bad key errors easier
...
* TRAP_BAD_REQUEST_ERRORS is enabled by default in debug mode
* BadRequestKeyError has the key in the description in debug mode
closes #382
8 years ago
David Lord
4a53840df0
APPLICATION_ROOT defaults to '/'
8 years ago
David Lord
399ac3c54f
update changelog
...
[ci skip]
8 years ago
Kenneth Reitz
cf926b8e73
Update CHANGES
8 years ago