Commit graph

2168 commits

Author SHA1 Message Date
Idris Raja
81e8bbbb7f improve grammar, make format consistent, and improve readability 2015-02-19 09:57:56 -06:00
Markus Unterwaditzer
818c42cfea Add @keyanp to authors, sort list 2015-02-18 18:17:14 +01:00
Markus Unterwaditzer
1dcad60051 Merge pull request #1342 from keyanp/issue1135
flask.ext Import Migration Tool #1135
2015-02-18 18:16:28 +01:00
Keyan Pishdadian
6fa1889afb Update comments to reflect new functionality 2015-02-15 19:09:08 -05:00
Keyan Pishdadian
5f64971731 Update comments to reflect new functionality 2015-02-14 18:16:28 -05:00
Keyan Pishdadian
cd6ec40947 Add test and logic for attribute access calls 2015-02-13 18:40:41 -05:00
Keyan Pishdadian
77ed466101 Remove hardcoded 'foo' 2015-02-13 16:02:37 -05:00
Keyan Pishdadian
4cb311b945 Add support for function call fixing, add tests
Addresses #1135, some code cleanup and refactoring. Changes wrapper function which handles testing, further modularized code, added test to cover function call fixing, and fixed duplicate test function name.
2015-02-13 15:27:29 -05:00
Keyan Pishdadian
9cbe83ef0d Add a test and cover edge case with parens 2015-02-12 16:41:57 -05:00
Keyan Pishdadian
1479cf80f6 Move test file, add RedBaron to tox.ini 2015-02-12 13:06:45 -05:00
Keyan Pishdadian
b759aa2b95 Add test for naming module and fix logic to cover 2015-02-12 11:58:38 -05:00
Keyan Pishdadian
37217e85b8 Fix issue with wrapper logic 2015-02-11 15:22:07 -05:00
Keyan Pishdadian
0cf5881312 Add tests, remove manual testing file #1135 2015-02-11 15:06:53 -05:00
Keyan Pishdadian
96d81c297a Change wrapper logic for testing 2015-02-11 14:53:39 -05:00
Keyan Pishdadian
4a9e34a574 Add wrapper for testing fixing functionality 2015-02-11 14:41:48 -05:00
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().
2015-02-11 14:29:04 -05:00
Keyan Pishdadian
61d5e6a4d4 Cleanup 2015-02-11 13:29:50 -05:00
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.
2015-02-11 13:07:24 -05:00
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.
2015-02-10 11:23:16 -05:00
Markus Unterwaditzer
4082fe65f3 Merge pull request #1349 from jeffwidman/patch-1
Signals.rst: Grammar and readability fixes
2015-02-09 13:42:06 +01:00
Jeff Widman
ffe0c54891 Grammer and readability fixes 2015-02-09 01:03:08 -08:00
Markus Unterwaditzer
6521c36c68 Merge pull request #1346 from ezyang/master
Remove bad security advice about send_file, fixes #1345
2015-02-08 13:42:37 +01:00
Edward Z. Yang
29f7c10a5d Remove bad security advice about send_file.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
2015-02-07 15:06:51 -08:00
Markus Unterwaditzer
f0b4b99930 Merge pull request #1343 from cvrebert/test_request_preprocessing_early_return
make test_request_preprocessing_early_return more thorough
2015-02-06 23:34:52 +01:00
Chris Rebert
6d2c076a3b make test_request_preprocessing_early_return more thorough 2015-02-06 13:11:23 -08:00
Keyan Pishdadian
9d64ff420f Early commit for issue #1135
Add support migrating single imports from the flask.ext style to flask_
2015-02-06 14:38:33 -05:00
Markus Unterwaditzer
1158e22958 Fix test under Python 3 2015-02-06 18:20:17 +01:00
Markus Unterwaditzer
85b20f8d49 Avoid duplication of version info 2015-02-06 18:06:16 +01:00
Markus Unterwaditzer
eb2a4521ff Merge pull request #1341 from ThiefMaster/pep-440-dev-version
Use PEP440-compatible dev version
2015-02-06 18:03:41 +01:00
ThiefMaster
ddf0dfa895 Use PEP440-compatible dev version 2015-02-06 17:05:08 +01:00
Markus Unterwaditzer
5fa76f6800 Add testcase for behavior described in #1338 2015-02-05 22:13:19 +01:00
Markus Unterwaditzer
6e6a3e8cfb Merge pull request #1338 from cvrebert/middleware-docs
Improve docs of signatures of before/after/teardown callback funcs
2015-02-05 22:11:07 +01:00
Chris Rebert
fe6bcffdad Document required signature of before_first_request-decorated functions 2015-02-05 12:45:59 -08:00
Chris Rebert
6a2524634d Document that the return values of teardown functions are ignored 2015-02-05 12:45:11 -08:00
Chris Rebert
eccee36964 Document required signature of before_request functions
Unless you happened to also read preprocess_request()'s docstring,
it wasn't not obvious that return values from these functions are treated as
response values.
2015-02-05 12:38:34 -08:00
Chris Rebert
a45fce8496 fix grammar in preprocess_request() docstring 2015-02-05 12:35:25 -08:00
Markus Unterwaditzer
4dc3c16c3d Merge pull request #1332 from mypetyak/docs/teardown_request_docstring
Fixed minor docstring typo for teardown_request()
2015-01-29 07:09:58 +01:00
Christopher Bunn
d60e13436d Fixed minor docstring typo for teardown_request() 2015-01-28 21:04:43 -05:00
Markus Unterwaditzer
495704e1ad Merge branch 'date-support-in-jsonify' 2015-01-23 14:55:24 +01:00
Markus Unterwaditzer
51b011fac7 link to relevant PR
see #1326
2015-01-23 14:54:30 +01:00
Ben Jones
61263e08f9 Add datetime.date support to JSONEncoder 2015-01-23 07:44:17 -06:00
Markus Unterwaditzer
1ba6c2248d Add readme to persona example
Fix #1310
2015-01-17 13:18:27 +01:00
Markus Unterwaditzer
e3ba459abb Merge pull request #1318 from cerivera/master
grammar fixes
2015-01-16 15:06:08 +01:00
Carlos Eduardo Rivera
65465ffece grammar fixes 2015-01-16 03:36:17 -06:00
Markus Unterwaditzer
dfeabb7089 Merge pull request #1315 from brettgerry/deprecate-textfield
Replace TextField with StringField in registration page example
2015-01-13 23:55:53 +01:00
Brett Gerry
6517a1a37c deprecate TextField in favor of StringField 2015-01-13 14:47:41 -08:00
Markus Unterwaditzer
b68dc78d09 Merge pull request #1313 from homeworkprod/patch-1
Added missing import.
2015-01-13 17:58:14 +01:00
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.
2015-01-13 03:03:14 +01:00
Markus Unterwaditzer
5b98266152 Merge pull request #1303 from Parkayun/master
Happy New Year 2015
2015-01-03 14:00:39 +01:00
Parkayun
33534bb4a9 Happy New Year 2015 2015-01-02 11:35:00 +09:00