Bryan Stitt
|
bbd9c2f100
|
Update config.py
|
10 years ago |
Bryan Stitt
|
56a7e8361d
|
Update config.py
I want to load all of my `CELERY_` options from the config and leave `CELERY_` on there.
|
10 years ago |
Markus Unterwaditzer
|
a8c36fb3d8
|
Merge branch 'compressed-jsonify'
Fix #1203
|
10 years ago |
Markus Unterwaditzer
|
bd232e5c82
|
PEP8
|
10 years ago |
Gilman Callsen
|
d425279650
|
Improve compression by removing whitespace from separators when using jsonify() and JSONIFY_PRETTYPRINT_REGULAR is False.
Commit includes Changelog entry and two new tests in test_basic.py.
|
10 years ago |
Markus Unterwaditzer
|
050a659c2f
|
Merge branch 'test-client-kwargs'
Fix #992
|
10 years ago |
Matt Wright
|
986b92203a
|
Add CHANGES entry and versionchanged entry to docstring
|
10 years ago |
Matt Wright
|
44c025f552
|
Add a little documentation regarding kwargs in the `app.test_client()` method
|
10 years ago |
Matt Wright
|
fed6fd32d8
|
Pass keyword args from `test_client` method to client class constructor
|
10 years ago |
Markus Unterwaditzer
|
6b3fbb323a
|
Add changelog entry for #1206
|
10 years ago |
Markus Unterwaditzer
|
46918d3ceb
|
Merge pull request #1206 from methane/deprecate-request.json
Deprecate request.json property
|
10 years ago |
INADA Naoki
|
4d4a639ba4
|
Add test for deprecated flask.Request properties.
|
10 years ago |
INADA Naoki
|
61097c47a3
|
Deprecate request.json property
|
10 years ago |
Markus Unterwaditzer
|
7169f44d88
|
Various fixes for test running
Fix #1199
|
10 years ago |
Markus Unterwaditzer
|
97dc687793
|
Merge pull request #619 from QuentinRoy/master
Fix missing argument in find_module of flaskext_compat.py
|
10 years ago |
Markus Unterwaditzer
|
d76ca43a58
|
Merge pull request #1196 from davide-ceretti/add-tearing-down-signal-unittest
Add unittest for appcontext_tearing_down signal
|
10 years ago |
Davide Ceretti
|
93c190a8fd
|
Add unittest for appcontext_tearing_down signal
|
10 years ago |
Markus Unterwaditzer
|
b9237121ec
|
Don't include doc themes in sdist
|
10 years ago |
Markus Unterwaditzer
|
a18dedc5d3
|
Merge pull request #1191 from nluchs/patch-2
Minor typo in errorpages.rst
|
10 years ago |
Markus Unterwaditzer
|
60fcc05c47
|
Merge pull request #1192 from nluchs/patch-3
Minor typos in sqlite3.rst
|
10 years ago |
Nick Luchsinger
|
37fb0516f4
|
Minor typos in sqlite3.rst
Self-explanatory.
|
10 years ago |
Nick Luchsinger
|
55db14ec68
|
Minor typo in errorpages.rst
|
10 years ago |
Markus Unterwaditzer
|
a25ee7e060
|
Merge pull request #1186 from llimllib/master
some grammar fixes in docs/appcontext
|
10 years ago |
Markus Unterwaditzer
|
11fa387748
|
Merge pull request #1187 from bdarnell/patch-1
Stop recommending Tornado as a WSGI server
|
10 years ago |
Ben Darnell
|
e401a83fc5
|
Stop recommending Tornado as a WSGI server
Tornado's WSGI server is less scalable than the alternatives and only really makes sense when you have a specific need to run both WSGI apps and Tornado-native apps in the same process. This recommendation has been an ongoing source of confusion, e.g. http://stackoverflow.com/questions/26015116/making-tornado-to-serve-a-request-on-a-separate-thread.
Fixes #986.
|
10 years ago |
Bill Mill
|
3b3c5b8bf3
|
some grammar fixes in appcontext
* "in lack of" -> "for lack of"
* pillar's -> pillars
* ~~however~~
* a touch of cleanup to the "two ways" paragraph
* ~~on there~~
* "database connects" -> "database connections"
|
10 years ago |
Markus Unterwaditzer
|
c6795eb626
|
Remove useless unittest imports
|
10 years ago |
Markus Unterwaditzer
|
2401e21efd
|
Merge pull request #1183 from k-funk/patch-1
Update quickstart.rst
|
10 years ago |
Markus Unterwaditzer
|
67bee61533
|
Merge pull request #1164 from pbu88/run_tests
Adds 2 tests for Flask.run method
|
10 years ago |
Markus Unterwaditzer
|
7550f43545
|
Merge pull request #1185 from defuz/patch-2
Fix typo in changelog
|
10 years ago |
Ivan Ivaschenko
|
056bd0e6d4
|
Fix typo in changelog
|
10 years ago |
Kevin Funk
|
0632d53f3d
|
Update quickstart.rst
url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations)
|
10 years ago |
Markus Unterwaditzer
|
4f5d3eab06
|
Merge pull request #1181 from kelvintaywl/examples/fix_readme
fix typo in in README of examples (i.e., filename of test files)
|
10 years ago |
tay-k
|
f95acc64d6
|
fix filename of test files in README of examples
|
10 years ago |
Paulo Bu
|
3f67fe94f1
|
Adds 2 tests for Flask.run method
|
10 years ago |
Markus Unterwaditzer
|
80283d6c59
|
Merge pull request #1175 from pbu88/update_readme
Update tests section in README file
|
10 years ago |
Paulo Bu
|
ef19d663c0
|
Update tests section in README file
|
10 years ago |
Markus Unterwaditzer
|
73ca86587d
|
Add changelog
|
10 years ago |
Markus Unterwaditzer
|
bb94a612fd
|
Merge pull request #1165 from untitaker/new_testsuite
Port testsuite to py.test
|
10 years ago |
Markus Unterwaditzer
|
192da325f8
|
Testsuite is not a package
|
10 years ago |
Markus Unterwaditzer
|
56db3ddf4e
|
Remove useless imports
|
10 years ago |
Markus Unterwaditzer
|
4fca38c078
|
remove audit command
|
10 years ago |
Markus Unterwaditzer
|
be42d5665e
|
Split instance tests off into own file
|
10 years ago |
Markus Unterwaditzer
|
a4931ff3a7
|
Kill class in test_basic
|
10 years ago |
Markus Unterwaditzer
|
71dae37733
|
Kill classes in test_regression
|
10 years ago |
Markus Unterwaditzer
|
f8a778deae
|
Kill classes in test_testing
|
10 years ago |
Markus Unterwaditzer
|
77d887526d
|
Rename fixture apps_tmpdir
|
10 years ago |
Markus Unterwaditzer
|
a00ccdce94
|
Remove more test_apps
|
10 years ago |
Markus Unterwaditzer
|
b88a837674
|
Remove fake extensions from test_apps
|
10 years ago |
Markus Unterwaditzer
|
4ea4ea7f93
|
Remove old helper function
|
10 years ago |