summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* replace uses of url_encode with urllib.parse.urlencodeDavid Lord2023-03-021-2/+2
* replace uses of url_quote with urllib.parse.quoteDavid Lord2023-03-021-2/+2
* replace uses of url_parse with urllib.parse.urlsplitDavid Lord2023-03-023-7/+7
* use markupsafe for escaping valuesDavid Lord2022-07-041-1/+1
* use <!doctype html> and lang=en consistentlyTies Jan Hefting2022-04-246-12/+6
* [style]: fix various typos in docstrings and commentsFlorian Best2022-03-183-3/+3
* Remove executable bit for example scriptsScott Talbert2021-11-108-0/+0
* Merge branch '2.0.x'David Lord2021-10-061-1/+3
|\
| * shortly example opens redis with decode_responses=TrueHongkuan Wang2021-10-061-1/+3
* | Merge branch '2.0.x'David Lord2021-10-051-1/+1
|\ \ | |/
| * use exception chainingDavid Lord2021-10-041-1/+1
| * run pyupgradeDavid Lord2021-08-061-1/+1
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-08-021-1/+1
* | updating a couple of comments so they are gender neurtal.Hammy Goonan2021-07-241-1/+1
|/
* rename default branch in filesDavid Lord2021-05-114-12/+12
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-241-1/+1
* Update manage-plnt.pyKai2021-04-241-11/+13
* Set daemon attribute instead of using setDaemon method that was deprecated in...Karthikeyan Singaravelan2021-04-171-1/+1
* websocket handlingMiguel Grinberg2021-03-031-0/+79
* deprecation warnings for local ident funcdeprecate-ident_funcDavid Lord2021-02-092-4/+11
* merge request and response wrapper mixinsDavid Lord2021-01-155-25/+17
* replace deprecated escape with html.escapeDavid Lord2020-04-121-1/+1
* remove unused module docstringsDavid Lord2020-03-1937-332/+31
* f-strings everywhereDavid Lord2020-03-1718-39/+44
* replace "and or" with "if else"David Lord2020-03-173-3/+3
* use "str" and "bytes" instead of "unicode"David Lord2020-03-171-1/+1
* run pyupgrade on examplesDavid Lord2020-03-1741-82/+49
* remove more compat codeDavid Lord2020-03-172-9/+2
* Drop _compat for Python 2pgjones2020-03-171-4/+3
* Use @property decorator for propertiesgokcegrbl2019-07-124-16/+75
* Fix typos (#1602)Min ho Kim2019-07-076-6/+6
* Merge pull request #1565 from pallets/jab-rm-use_memchacheDavid Lord2019-06-011-1/+1
|\
| * rm spurious use_memcache=False paramjab-rm-use_memchacheJoshua Bronson2019-05-311-1/+1
* | Fix __delitem__ signature (does not accept value)Joshua Bronson2019-05-311-1/+1
|/
* remove deprecated codeDavid Lord2019-03-194-209/+0
* apply code stylecode-styleDavid Lord2019-03-0855-880/+1242
* example cleanup and compatDavid Lord2019-03-0842-184/+223
* standardize copyright and licenseDavid Lord2019-02-1237-74/+74
* Rename README to README.rst (#1440)Reuben Cummings2019-01-231-0/+9
* Remove future with_statement importspgjones2018-12-311-1/+0
* Merge pull request #1360 from garenchan/dev1David Lord2018-11-179-14/+14
|\
| * revert some changeschengkang2018-09-122-2/+2
| * Replace the "ternary operator" (and or) to (if else)chengkang2018-09-1211-16/+16
* | Use https for external links wherever possibleAditya2018-10-264-7/+7
|/
* Update examples codeAntonio Ossa2017-03-292-2/+2
* Update examplesAntonio Ossa2017-03-289-46/+386
* Pull flags out of regular expressions (#1053)David Baumgold2016-12-291-1/+1
* Flake8 fixesMarkus Unterwaditzer2015-03-291-1/+1
* Happy New Year 2014Daniel Neuhäuser2014-01-021-1/+1
* Fixed a broken example. This fixes #419Armin Ronacher2013-08-051-7/+9