880 Commits (c52e1b7388c17466a551391cdf81964bf0b7aef0)

Author SHA1 Message Date
ThiefMaster c52e1b7388 Fix ValueError for some invalid Range requests 7 years ago
Markus Unterwaditzer f347d3c59e Bump to dev version 8 years ago
Markus Unterwaditzer 571334df8e Bump version number to 0.12.2 8 years ago
David Lord f7c35bf0d5 safe_join on Windows uses posixpath 8 years ago
Markus Unterwaditzer 07a705888c Bump to dev version 8 years ago
Markus Unterwaditzer a34d0e6878 Bump version number to 0.12.1 8 years ago
Diggory Blake 12c49c75fb Handle BaseExceptions 8 years ago
Paul Brown 0832e77b14 prevent NoAppException when ImportError occurs within imported module 8 years ago
Markus Unterwaditzer 789715adb9 Fix config.from_pyfile on Python 3 (#2123) 8 years ago
Markus Unterwaditzer 8cd0b03bee Bump to dev 0.12.1 8 years ago
Markus Unterwaditzer 1042d9d23f Bump version number to 0.12 8 years ago
Jiri Kuncar 36425d5f91 Ignore cache on request.get_json(cache=False) call (#2089) 8 years ago
Raphael Deem 0e79aba40d use dict instead of if/else logic (#2093) 8 years ago
Clenimar Filemon 77af942b98 Capitalize occurrences of 'flask' (#2067) 8 years ago
Martijn Pieters de1652467b Remove busy-work. (#2072) 8 years ago
Clenimar Filemon cb30a3b562 Update docstring for errorhandler() (#2070) 8 years ago
Michael Recachinas bd5e297aa9 Default environ (#2047) 8 years ago
Michael Recachinas 49ecc88d99 Remove `-a/--app` from Quickstart documentation (#2046) 8 years ago
Joël Charles 7186a5aaf5 make use of range requests if available in werkzeug (#2031) 8 years ago
小明 f3d661de66 Fix unbound error (#2039) 8 years ago
Markus Unterwaditzer 01081dbe6c Avoid always-false statement 9 years ago
Benjamin Dopplinger dbeed24067 Fix typo in MethodView doc (#2028) 9 years ago
Bruno Thalmann 09fec941f4 Removed unused import. (#2026) 9 years ago
Pablo Marti 2b47615998 Fix typo in docs 9 years ago
Armin Ronacher 1f0ca894a2 Killed now dead code 9 years ago
Armin Ronacher a30951ec28 Do not error for unknown files if send_file sends an actual file 9 years ago
Akbar Ibrahim c687ffb192 Fixed error in errorhandler doc string. (#2014) 9 years ago
Armin Ronacher 9cd32cac32 Corrected after response for error handlers 9 years ago
Markus Unterwaditzer c4ec6954e5 Don't passthrough_errors unless instructed. (#2006) 9 years ago
Afonso Queirós ccd02bfe8c Correcting Custom Test Client class docs (#2004) 9 years ago
Roman 92ce20eeac Fix error in send_file helper (#2003) 9 years ago
Josh Soref 6e6c3a4636 Spelling (#1998) 9 years ago
Markus Unterwaditzer 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS 9 years ago
Markus Unterwaditzer 71e10be286 Properly remove f.name usage in send_file (#1988) 9 years ago
Armin Ronacher e00e2c22aa Disable logger propagation by default 9 years ago
Nate Prewitt 0f1cf50f97 adding in try around __import__ to catch invalid files/paths (#1950) 9 years ago
georgschoelly 67e391921c fix docs: name of url_value_preprocessor method (#1932) 9 years ago
David Lord 1928f28a68 clean up code formatting in some docs 9 years ago
David Lord 0e4607000d re-add passthrough_errors to cli runner (#1928) 9 years ago
Archie Roller b8aca21a39 Fix #1911 (#1913) 9 years ago
Markus Unterwaditzer 5c12721730 Revert "Addressing Issue 1809" 9 years ago
Markus Unterwaditzer 6e46d0cd39 Fix PyPy3 support and add bug references 9 years ago
Markus Unterwaditzer 724f04d305 This is 0.11.2-dev 9 years ago
Markus Unterwaditzer d1d82ca8ce Bump version to 0.11.1 9 years ago
David Lord 7c271401b2 pass value directly to last_modified 9 years ago
Prachi Shirish Khadke af515cc7ea Add last_modified arg for send_file 9 years ago
Giampaolo Eusebi 03ea11fe76 Make safe_join able to safely join multiple paths 9 years ago
Josiah Philipsen 41e08f4ccd fixed unmatched elif 9 years ago
jphilipsen05 fe5f714026 fixed unmatched elif (#1872) 9 years ago
Dan Sully 8458cc5cd1 Remove deprecation warnings for add_etags & mimetype guessing for send_file() 9 years ago