summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump year in copyright notices to 2013Daniel Neuhäuser2013-05-291-1/+1
* Fixed DB path so that shorty runs on WindowsBeranger Enselme2013-04-131-1/+4
* Added new tutorialArmin Ronacher2011-07-156-0/+198
* Switched everything to long importsArmin Ronacher2011-01-0321-23/+46
* Upgraded cupoftee to the latest TeeWorlds protocol changesArmin Ronacher2010-04-122-8/+6
* Updated README to reflect changes.Armin Ronacher2010-04-121-3/+3
* Simplewiki is now upgraded to latest creoleparser, Genshi and SQLAlchemyArmin Ronacher2010-04-123-15/+22
* Updated shorty and plnt to SQLAlchemy 0.6. Also upgraded plnt to Jinja2.Armin Ronacher2010-04-126-25/+34
* Fixed shorty example.Armin Ronacher2009-09-101-0/+1
* Updated shorty tutorial.Armin Ronacher2009-09-095-8/+10
* Fixed typo in simplewiki and fixed an error in the SharedDataMiddleware that ...Armin Ronacher2009-03-011-1/+1
* More fixes for werkzeugThomas Waldmann2009-02-263-10/+3
* Added cookie based auth example.Armin Ronacher2009-02-191-0/+106
* implemented experimental multipart parser that replaces the old CGIArmin Ronacher2009-02-181-9/+4
* More documentation updates, some screenshots and fixed the 500 internal serve...Armin Ronacher2009-02-054-4/+4
* Shorty uses jinja2 in the source too now.Armin Ronacher2009-02-041-1/+1
* 2008 -> 2009 and fixed inconsistency in LICENSE.Armin Ronacher2009-01-0635-35/+35
* Next release will be 0.4.1, improved copyright messages.Armin Ronacher2009-01-0235-35/+35
* Fixed some licensing inconsistencies and relicensed an example application.Armin Ronacher2008-12-277-7/+7
* fixed a shorty templateArmin Ronacher2008-11-191-1/+1
* again...Christopher Grebs2008-05-281-2/+2