Commit graph

5190 commits

Author SHA1 Message Date
Thomas Waldmann
a503520ac5 copy _compat.py from flask in here (and adapt docstring) 2013-05-21 23:34:25 +02:00
Armin Ronacher
aecc41deb8 Restore 2.5 support for the time being 2013-05-20 09:47:07 +01:00
Armin Ronacher
81c9b3570b Removed 2.5 from travis 2013-05-20 09:44:05 +01:00
Daniel Neuhäuser
ceb7c7f771 Don't notify IRC for this branch 2013-05-18 19:05:10 +02:00
Daniel Neuhäuser
506db0eab2 Use print_function 2013-05-18 19:00:06 +02:00
Daniel Neuhäuser
c618db92d6 reload_module is in six.moves 2013-05-18 18:55:36 +02:00
Daniel Neuhäuser
8494574fdf Merge branch 'six' of github.com:ThomasWaldmann/flask into ThomasWaldmann-six
Conflicts:
	flask/testsuite/__init__.py
2013-05-18 18:54:45 +02:00
Thomas Waldmann
287905e67c py3 compat: use six.reload_module 2013-05-18 18:39:10 +02:00
Daniel Neuhäuser
aba1d3a507 Test on 3.3 on travis 2013-05-18 18:28:59 +02:00
Daniel Neuhäuser
323a840c5a Add tox.ini 2013-05-18 18:27:49 +02:00
Thomas Waldmann
522cd00093 python-modernize automated changes: fix_unicode (but without six.u()) 2013-05-18 18:12:30 +02:00
Thomas Waldmann
dcd052366b python-modernize automated changes: fix_next 2013-05-18 18:03:37 +02:00
Thomas Waldmann
0f8c47c988 python-modernize automated changes: fix_dict 2013-05-18 18:00:15 +02:00
Thomas Waldmann
cfbfff2d26 python-modernize automated changes: misc. minor stuff 2013-05-18 17:57:43 +02:00
Thomas Waldmann
1b753cb1b1 require 'six' in setup.py, add flask._compat for stuff not yet in 'six' 2013-05-18 17:47:40 +02:00
Daniel Neuhäuser
05923f7f2f Merge branch 'exec' of github.com:ThomasWaldmann/flask into sprint-branch
Conflicts:
	flask/config.py
2013-05-18 17:32:38 +02:00
Daniel Neuhäuser
26a9e90734 Merge pull request #734 from ThomasWaldmann/methodattrs
automated change using python-modernize: fix methodattrs
2013-05-18 08:24:45 -07:00
Daniel Neuhäuser
bbdfc83902 Merge pull request #732 from ThomasWaldmann/exceptions_as
automated change using python-modernize: use 'as' in except
2013-05-18 08:24:00 -07:00
Daniel Neuhäuser
c87735ff1b Merge pull request #731 from ThomasWaldmann/docs
document python 2.6 minimum requirement, remove stuff that refers to 2.5
2013-05-18 08:18:05 -07:00
Thomas Waldmann
40fad2ece8 document python 2.6 minimum requirement, remove all stuff that refers to 2.5 2013-05-18 17:06:25 +02:00
Thomas Waldmann
b8b769ad41 automated change using python-modernize: fix methodattrs 2013-05-18 16:39:39 +02:00
Thomas Waldmann
b52b7b1f93 automated change using python-modernize: replace execfile 2013-05-18 16:31:40 +02:00
Thomas Waldmann
6caaa8a527 automated change using python-modernize: use 'as' in except 2013-05-18 16:24:40 +02:00
Armin Ronacher
521398d5e7 Added missing newlines to readme 2013-05-14 14:06:11 +01:00
Armin Ronacher
b89af66346 Revert "update README to markdown"
This reverts commit fb6dee3639.
2013-05-14 14:05:34 +01:00
Armin Ronacher
1c2dddb355 Merge branch 'master' of github.com:mitsuhiko/flask 2013-05-14 11:51:46 +01:00
Armin Ronacher
574a97cd70 Disabled memory tests by default 2013-05-14 11:51:38 +01:00
Armin Ronacher
7265bb7fa0 Merge pull request #676 from lambdadi/master
Database improperly closed in the test case within this tutorial
2013-05-14 03:49:50 -07:00
Armin Ronacher
335e0af731 Merge pull request #708 from xealot/master
Blueprint.after_request causes Flask to ignore @after_this_request
2013-05-14 03:36:29 -07:00
Armin Ronacher
c349c91aff Added support for UUID objects to JSON serializer as well 2013-05-14 11:35:45 +01:00
Armin Ronacher
18673ba370 Added uuid support for new session serialization and documented it 2013-05-14 11:33:36 +01:00
Armin Ronacher
38eed272f9 Merge branch 'master' of github.com:mitsuhiko/flask 2013-05-14 11:33:18 +01:00
Armin Ronacher
2ba37d2b85 Fixed some rst markup problems 2013-05-14 11:33:13 +01:00
Armin Ronacher
ef62e8440e Merge pull request #702 from edburnett/master
AJAX with jQuery documentation update
2013-05-14 03:25:49 -07:00
Armin Ronacher
6a8acc115e Merge pull request #709 from halexus/patch-1
Update README of example Flaskr
2013-05-14 03:25:33 -07:00
Armin Ronacher
833198c91b Added a missing comma 2013-05-14 11:23:31 +01:00
Armin Ronacher
30d9efb24a Merge branch 'master' of github.com:mitsuhiko/flask 2013-05-14 11:00:45 +01:00
Armin Ronacher
097353695e Added flask.copy_current_request_context which simplies working with greenlets 2013-05-14 11:00:04 +01:00
Kenneth Reitz
1441e02256 Merge pull request #714 from jsnmoon/master
Fixed documentation typo
2013-05-03 10:12:00 -07:00
Kenneth Reitz
34433cfd98 Merge pull request #719 from cenkalti/master
Syntax highlighting for PyPI long description
2013-05-03 10:11:40 -07:00
Kenneth Reitz
9abe26c14c Merge pull request #723 from akshar-raaj/fix_docs_design
Fixed documentation in 'Design Decisions in Flask'
2013-05-03 10:11:18 -07:00
Akshar Raaj
a9b22af9bc Fixed documentation in 'Design Decisions in Flask' 2013-05-03 17:42:15 +05:30
Cenk Altı
1358fd9f3e Syntax highlighting for PyPI long description 2013-04-24 09:42:52 +03:00
Jason Moon
d1bf82b0f4 Fixed typo in URL Processor documentation 2013-04-14 00:10:38 -07:00
Armin Ronacher
0faed95385 Documented new signal message_flashed 2013-04-08 15:49:55 +01:00
Alexander Thaller
8ca7fc47d0 Update README
No need to manually initialize the database with a call to `init_db()` as this call is done before `app.run()` in flaskr.py, when you run the file.
2013-04-05 13:48:08 +03:00
Trey Long
f74f446961 fixing process_response
Flask.process_response will throw away functions is receives from ctx._after_request_functions if there is a Blueprint that has used @after_request.
2013-04-04 12:31:42 -03:00
Steve Leonard
b9355a7d5f Mention register_error_handler in errorhandler doc
The documentation for @errorhandler gives "app.error_handler_spec[None][404] = page_not_found" as an example for adding an error handler without the decorator.  However, register_error_handler appears to be the correct way to do this (added 0.7), and it eliminates the problems with modifying error_handler_spec directly.
2013-04-04 06:56:24 -03:00
Kenneth Reitz
6309987dca Merge pull request #701 from bruston/quickstart-typod
Fixed a few typos in the quickstart doc
2013-03-31 20:05:57 -07:00
Kenneth Reitz
84958e5729 Merge pull request #700 from SpOOnman/master
Add import to jsonify example
2013-03-31 20:05:02 -07:00