Keyan Pishdadian
76c518dae7
Merge pull request #1413 from skybert/500-errhandler-note
...
Added note that @errorhandler(500) isn't triggered in debug mode
10 years ago
Torstein Krause Johansen
557a053e3b
Moved noted about HTTP 500 before the code examples
...
- as suggested by @keyan
10 years ago
Torstein Krause Johansen
5dd9335aac
Added note that @errorhandler(500) isn't triggered in debug mode
10 years ago
Markus Unterwaditzer
c259f2bb2b
Add contributing file
10 years ago
Markus Unterwaditzer
1577e1386e
Revert "Don't use threads in this test"
...
This reverts commit 78cd4161f0
.
10 years ago
Keyan Pishdadian
86e8267eb9
Merge pull request #1378 from cbron/master
...
Fix link to SQLalchemy Declarative documentation.
10 years ago
Markus Unterwaditzer
78cd4161f0
Don't use threads in this test
...
I think test failures would've been ignored if there were some.
Fixes #1401
10 years ago
Markus Unterwaditzer
33bad011c3
Merge branch 'mjpieters-appcontext_ignore_handled_exception'
10 years ago
Markus Unterwaditzer
f0de0a6057
Changelog for #1393
10 years ago
Markus Unterwaditzer
ecb8f81760
Merge pull request #1389 from untitaker/always-memory-test
...
Always run memory tests
10 years ago
Martijn Pieters
ecaaa50234
If this patch gets accepted I may as well be added here.
10 years ago
Martijn Pieters
ec0d208bc1
Switch away from using None as default value for the exception when tearing down a context.
...
When an exception has been handled when using the request / app context in a with statement, `sys.exc_info()` will still contain the exception information even though it has been handled already. The `__exit__` methods pass in `None` for the exception value in that case, which needs to be distinguisable from the default value for the `exc` parameter. Use a dedicated singleton sentinel value instead.
10 years ago
Markus Unterwaditzer
1aa8a54b17
Always run memory tests
10 years ago
Winston Kouch
6bbbb72843
Add import flask module required to run code on Other Testing Tricks
10 years ago
Caleb Bron
c0593efbb2
link to sqlalchemy declarative has changed
10 years ago
Markus Unterwaditzer
ec5811d0a1
Merge pull request #1376 from KWinston/master
...
Update quickstart.rst doc for awareness of Flask extensions
10 years ago
Winston Kouch
5f8c850895
Add extensions section to Quickstart documentation
10 years ago
Markus Unterwaditzer
12cd14a075
Merge pull request #1368 from ThiefMaster/pytest-norecurse
...
Configure pytest's norecursedirs
10 years ago
ThiefMaster
ce471ca17c
Configure pytest's norecursedirs
...
This skips directories which don't contain unittests and also
virtualenvs (in folders named env*, which is already in gitignore)
as we don't want to execute any tests in there
10 years ago
Markus Unterwaditzer
8c4842cf1f
Merge pull request #1364 from keyanp/updateREADME
...
Update README for clarity and to remove redundancy
10 years ago
Keyan Pishdadian
fba2535005
Change wording for clarity and accuracy
10 years ago
Markus Unterwaditzer
9c1cf1bc08
Fix broken link
10 years ago
Markus Unterwaditzer
7ae1c5a8b9
Merge pull request #1325 from bsutherland/rqst_properteis_doc_iri_patch
...
Clarify contents of request properties.
10 years ago
Keyan Pishdadian
7d63b89a8e
Update README for clarity and to remove redundancy
...
Addresses concerns presented in issue #1157
10 years ago
Markus Unterwaditzer
94a3968d69
Untangle logic a bit
10 years ago
Markus Unterwaditzer
0748e2daac
Fix typo in changelog
10 years ago
Markus Unterwaditzer
c282ab1ce2
Merge pull request #1354 from idrisr/master
...
improve grammar, make format consistent, and improve readability
10 years ago
Markus Unterwaditzer
5164be092a
Merge pull request #1360 from keyanp/issue1317
...
Add exception details to response
10 years ago
Keyan Pishdadian
7b080355f5
Remove unused import and clean control flow
10 years ago
Keyan Pishdadian
44da905cb7
Change format index to support Python 2.6
10 years ago
Keyan Pishdadian
1cd9e91810
Changed error message to include actual exception contents
10 years ago
Keyan Pishdadian
290c371eb1
Change to hardcoding exception contents to support Python3 json loading exception format
10 years ago
Keyan Pishdadian
d6a1307f9d
Change strings to bytes to support Python3, typo in function name
10 years ago
Keyan Pishdadian
294961e6fc
Change tests to support older response format
10 years ago
Keyan Pishdadian
39e66ca6d7
Add tests for adding exception to response contents only when DEBUG is True
10 years ago
Keyan Pishdadian
19df249c89
Change logic to support when current_app is not available
10 years ago
Markus Unterwaditzer
e527c173f5
Merge branch 'master' of github.com:mitsuhiko/flask
10 years ago
Markus Unterwaditzer
0a492a09a8
Restructure Upload Progress Bars
...
- Removed dropzone.js, it hasn't been around long enough, maybe we need
to update this in two years again.
- jQuery should be a proper rst link.
10 years ago
Markus Unterwaditzer
9a61e7d571
Merge remote-tracking branch 'sourya/master'
10 years ago
Keyan Pishdadian
82b7983b2a
Make exception contents conditional on DEBUG
10 years ago
Keyan Pishdadian
5d3e7b737c
Add exception details to response
10 years ago
Markus Unterwaditzer
3740ae492f
Merge pull request #1358 from keyanp/ext_migrate_fix
...
Add skip to fix unnoticed bug with import migration tool
10 years ago
Keyan Pishdadian
f6c45afb6f
Add skip to fix unnoticed bug with good imports
...
Fixes logic so that imports that should not be changed are skipped, which was not happening correctly before.
10 years ago
Idris Raja
81e8bbbb7f
improve grammar, make format consistent, and improve readability
10 years ago
Markus Unterwaditzer
818c42cfea
Add @keyanp to authors, sort list
10 years ago
Markus Unterwaditzer
1dcad60051
Merge pull request #1342 from keyanp/issue1135
...
flask.ext Import Migration Tool #1135
10 years ago
Keyan Pishdadian
6fa1889afb
Update comments to reflect new functionality
10 years ago
Keyan Pishdadian
5f64971731
Update comments to reflect new functionality
10 years ago
Keyan Pishdadian
cd6ec40947
Add test and logic for attribute access calls
10 years ago
Keyan Pishdadian
77ed466101
Remove hardcoded 'foo'
10 years ago