summaryrefslogtreecommitdiffstats
path: root/examples/tutorial
AgeCommit message (Expand)Author
2018-05-20Improved documentation.Jonathan Slenders
2018-05-16Moved SQLite tutorial in Sphinx documentation + other documentation improveme...Jonathan Slenders
2018-02-11examples: fix broken import statementsErik Stromdahl
2017-12-20Fixed typo: keeeping => keepingDominic Jodoin
2017-12-07Code style in examples + added flake8 to .travis.yml.Jonathan Slenders
2017-05-23Refactoring of the event loop:Jonathan Slenders
2017-04-17Refactoring of the Style class and styling.Jonathan Slenders
2017-04-02prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).Jonathan Slenders
2015-11-21bugfix in the sqlite_cli.py examplestonebig
2015-10-04Updated all examples.Jonathan Slenders
2015-09-05Fix tutorial using abstract History type (fixes #150)Adam Schwalm
2015-06-03Mention unicode_literals in the tutorial.Jonathan Slenders
2015-05-07Moved prompt_toolkit.contrib.shortcuts to prompt_toolkit.shortcuts. (It's too...Jonathan Slenders
2015-02-02Change tutorial code to use contrib.shortcuts codeJesús Espino
2014-12-19Python 3 compatibility of sqllite-cli tutorial.Jonathan Slenders
2014-12-19Refactoring of the key input system.Jonathan Slenders
2014-12-07- prompt_toolkit.contrib.regular_languages added.Jonathan Slenders
2014-10-06CompletionsMenu/CompletionsToolbar consistency.Jonathan Slenders
2014-10-03Made sqlite-cli.py example executable + import fix.Jonathan Slenders
2014-10-03Token.{Menu,Toolbar}.Completer renamed to Token.{Menu.Toolbar}.Completions.Jonathan Slenders
2014-10-01Add a tutorial to build sqlite-cli.Amjith Ramanujam