Keyan Pishdadian
96d81c297a
Change wrapper logic for testing
10 years ago
Keyan Pishdadian
4a9e34a574
Add wrapper for testing fixing functionality
10 years ago
Keyan Pishdadian
c90c4e5e8c
Support "import flask.ext.foo" format
...
New commit supports the above import format, however it does not fix function calls elsewhere in the source. Perhaps there should be an error or simply alert the user through stdout().
10 years ago
Keyan Pishdadian
61d5e6a4d4
Cleanup
10 years ago
Keyan Pishdadian
8488a3afa9
Change parsing format to use AST via RedBaron
...
Moved away from using manual parsing. Source is parsed using RedBaron to make the FST. Some import formats not yet implemented, and still some bugs to work out. However, the current script works well for the two cases in the file comments.
10 years ago
Keyan Pishdadian
0b2556f3ec
Add lib2to3 fixer base code
...
Switching to using RedBaron instead of lib2to3, committing to save lib2to3 code in case using Baron is not successful.
10 years ago
Keyan Pishdadian
9d64ff420f
Early commit for issue #1135
...
Add support migrating single imports from the flask.ext style to flask_
10 years ago
Markus Unterwaditzer
4dc3c16c3d
Merge pull request #1332 from mypetyak/docs/teardown_request_docstring
...
Fixed minor docstring typo for teardown_request()
10 years ago
Christopher Bunn
d60e13436d
Fixed minor docstring typo for teardown_request()
10 years ago
Markus Unterwaditzer
495704e1ad
Merge branch 'date-support-in-jsonify'
10 years ago
Markus Unterwaditzer
51b011fac7
link to relevant PR
...
see #1326
10 years ago
Ben Jones
61263e08f9
Add datetime.date support to JSONEncoder
10 years ago
Markus Unterwaditzer
1ba6c2248d
Add readme to persona example
...
Fix #1310
10 years ago
Markus Unterwaditzer
e3ba459abb
Merge pull request #1318 from cerivera/master
...
grammar fixes
10 years ago
Carlos Eduardo Rivera
65465ffece
grammar fixes
10 years ago
Markus Unterwaditzer
dfeabb7089
Merge pull request #1315 from brettgerry/deprecate-textfield
...
Replace TextField with StringField in registration page example
10 years ago
Brett Gerry
6517a1a37c
deprecate TextField in favor of StringField
10 years ago
Markus Unterwaditzer
b68dc78d09
Merge pull request #1313 from homeworkprod/patch-1
...
Added missing import.
10 years ago
Jochen Kupperschmidt
e3bb34ec24
Added missing import.
...
As this specific code block lists imports in general and an import from the `flask` package specifically, it should also include `g` for the sake of completeness.
10 years ago
Markus Unterwaditzer
5b98266152
Merge pull request #1303 from Parkayun/master
...
Happy New Year 2015
10 years ago
Parkayun
33534bb4a9
Happy New Year 2015
10 years ago
Markus Unterwaditzer
4fde65eb7a
Merge pull request #1299 from sateeshkumarb/patch-1
...
Update quickstart.rst
10 years ago
Sateesh
b9eb805167
Update quickstart.rst
...
Minor grammar correction.
10 years ago
Markus Unterwaditzer
bd2c8b631f
Fix #1298
10 years ago
Markus Unterwaditzer
df256f04c2
Merge pull request #1297 from nryoung/master
...
Fix grammar in testing doc.
10 years ago
Nic Young
29ba05f5be
Fix grammar in testing doc.
10 years ago
Armin Ronacher
d931216ade
Hide a few traceback frames from the cli interface.
10 years ago
Markus Unterwaditzer
3f46f4f77a
Add changelog for #1288
10 years ago
Markus Unterwaditzer
45e901fbf8
Merge pull request #1290 from mhall1/ticket_1288
...
Fixed #1288 : app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner
10 years ago
Michael Hall
98b155c65d
Fixed #1288 : app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner
10 years ago
Markus Unterwaditzer
b292013cd9
Merge pull request #1292 from moonshadow/fix_typo
...
fix typo
10 years ago
Wang Haowei
47b5c09ba6
fix typo
10 years ago
Markus Unterwaditzer
413ae6137e
Merge pull request #1285 from methane/patch-4
...
Use new container based Travis-CI
10 years ago
INADA Naoki
454ffa2d88
Use new container based Travis-CI
10 years ago
Markus Unterwaditzer
b7dfa6c363
Merge pull request #1280 from jcomo/mongokit-doc-update
...
Update mongokit pattern
10 years ago
Jonathan Como
bd4921194e
verbage
10 years ago
Markus Unterwaditzer
82d7c49d00
Merge pull request #1277 from iKevinY/doc-fixes
...
Documentation fixes (mostly in Tutorial)
10 years ago
Kevin Yap
23fc2e56a8
Grammatical fixes in Foreword and Tutorial
10 years ago
Jonathan Como
a8498b6859
update mongokit patterng
10 years ago
Kevin Yap
475d7076f0
Standardized capitalization of "GitHub" in docs
10 years ago
Markus Unterwaditzer
41b5d77e29
Merge pull request #1273 from prakashpp/patch-1
...
Fixed wording
10 years ago
Prakash Pandey
4d8cba917e
Fixed wording
10 years ago
Markus Unterwaditzer
eca5306386
Merge pull request #1262 from msabramo/JSONIFY_END_WITH_NEWLINE
...
Add JSONIFY_END_WITH_NEWLINE config variable
10 years ago
Marc Abramowitz
d9402fc0c0
Make `jsonify` terminate responses with a newline
...
This came up in the context of
https://github.com/kennethreitz/httpbin/issues/168
10 years ago
Markus Unterwaditzer
f166894f76
Merge branch 'flask_deployment_docs'
...
Conflicts:
docs/quickstart.rst
10 years ago
Markus Unterwaditzer
86525d9b37
Merge pull request #1264 from svenstaro/patch-1
...
Update information about Python 3
10 years ago
Markus Unterwaditzer
3bf9c2e097
Merge pull request #1269 from pkuphy/patch-2
...
Update api.rst
10 years ago
pkuphy
fbe3e81818
Update api.rst
...
is an -> if a
10 years ago
Sven-Hendrik Haase
a5d24ac0d9
Remove head lines and add versions of first Python 3 support
10 years ago
Sven-Hendrik Haase
eb6df3ddf1
Describe the nature of Python 3 roughness
10 years ago