David Lord
63deee0a8b
release 0.12.3
7 years ago
Frédéric Chapoton
e4c712ffd2
a few more python3-compatible print ( #1840 )
9 years ago
Armin Ronacher
1eccb62965
Do not bump version in setup.py
9 years ago
Frédéric Chapoton
c810fae9e8
turn 2 prints to py2/py3 compatible syntax ( #1812 )
9 years ago
Keyan Pishdadian
1a877fbaa0
Remove extmigrate from Flask repo
...
* Remove extmigrate from Flask repo
* Update docs to reflect new repo location
9 years ago
Matt Robenolt
ce06240851
Run bdist_wheel as a part of release process
...
The setup.cfg declares the ability to compile a wheel, but release process isn't actually compiling a wheel.
9 years ago
Redian Ibra
96f7b07caf
Skip test if redbaron is not installed
9 years ago
Matthias Bussonnier
2de525c720
importlib deprecated in 3.5.
...
Replace the use of importlib by types.ModuleType that seem to be
available since at least 2.6
closes gh-1449
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
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
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.
10 years ago
Keyan Pishdadian
9cbe83ef0d
Add a test and cover edge case with parens
10 years ago
Keyan Pishdadian
b759aa2b95
Add test for naming module and fix logic to cover
10 years ago
Keyan Pishdadian
37217e85b8
Fix issue with wrapper logic
10 years ago
Keyan Pishdadian
0cf5881312
Add tests, remove manual testing file #1135
10 years ago
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
Parkayun
33534bb4a9
Happy New Year 2015
10 years ago
Markus Unterwaditzer
8d97d71430
Metadata change
10 years ago
cgar
013d8ad3d9
minor spelling fixes
10 years ago
Armin Ronacher
817b72d484
Removed deprecated module functionality
10 years ago
Markus Unterwaditzer
54688b26a9
Fix when release date is not today
...
Also, some fixes for PyFlakes
Original commit by @dongweiming at
a05c403870
11 years ago
Daniel Neuhäuser
52098e1e4f
Happy New Year 2014
11 years ago
Thomas Waldmann
e1d356fb71
ported some more stuff to py 3.3
...
removed init_jinja_globals hack from app.py after consulting mitsuhiko
(didn't work on py 3.3 "as is")
removed with_statement future imports, not needed any more
needs more work on 2.7 as well as on 3.3
12 years ago
Thomas Waldmann
40fad2ece8
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
12 years ago
Quentin Roy
1e39871d68
Add back path=None argument into find_module. This fixes #618 and revert #524 .
12 years ago
d1ffuz0r
8d330a368a
fixed issue #524
12 years ago
Alex Vykalyuk
444698d42b
Changed docstring according to docs.
13 years ago
Florent Xicluna
a2eb5efcd8
few typos
13 years ago
Armin Ronacher
95c4dcb4d5
Refactored flask.ext process to not swallow exceptions on weird Pythons.
13 years ago
Armin Ronacher
9691b7f0bf
Deal with partially setup packages in the redirect hook.
13 years ago
Armin Ronacher
9a70e62b8d
No longer swallow important import errors.
...
This implements a simple but elegant method to find out if an import
error can be swallowed to try the next module or if the import error is
important and must be reraised.
13 years ago
Armin Ronacher
7997bae5bb
Explicitly activate compat module
13 years ago
Armin Ronacher
e94416704d
Added the flaskext_compat module to support flask.ext in 0.7 and earlier.
13 years ago
Armin Ronacher
4cb6eea8f1
Split up testsuite and moved it to flask.testsuite. This fixes #246
13 years ago
Armin Ronacher
505cd663cd
Hopefully fixed release script date parsing thingy. This fixes #299
13 years ago
Armin Ronacher
7e1ebae3a2
Another fix for the script
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
21d4a054e3
Fixed a bug in the release script
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
5afeac0c19
Fixed release script :(
14 years ago
Armin Ronacher
85efa3f895
Updated upgrade script to no longer change url_for that don't need to be changed
14 years ago
Armin Ronacher
bffe97bb50
Added version bumping
14 years ago
Armin Ronacher
3d146548c7
Added release script
14 years ago