COMMITS
/ examples/tutorial/sqlite-cli.py November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
July 13, 2018
T
Makes pygments lexers imports explicit to avoid confusing error warnings in IDE's like PyCharm.
Thomas Svenson committed
May 24, 2018
J
Updated SQLite tutorial with new images and small improvements.
Jonathan Slenders committed
May 20, 2018
J
Improved documentation.
Jonathan Slenders committed
May 16, 2018
J
Moved SQLite tutorial in Sphinx documentation + other documentation improvements.
Jonathan Slenders committed
February 11, 2018
E
examples: fix broken import statements
Erik Stromdahl committed
December 7, 2017
J
Code style in examples + added flake8 to .travis.yml.
Jonathan Slenders committed
May 23, 2017
J
Refactoring of the event loop:
Jonathan Slenders committed
April 16, 2017
J
Refactoring of the Style class and styling.
Jonathan Slenders committed
January 1, 2017
J
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).
Jonathan Slenders committed
October 4, 2015
J
Updated all examples.
Jonathan Slenders committed
August 31, 2015
A
Fix tutorial using abstract History type (fixes #150)
Adam Schwalm committed
May 7, 2015
J
Moved prompt_toolkit.contrib.shortcuts to prompt_toolkit.shortcuts. (It's too important to have in contrib.)
Jonathan Slenders committed
January 31, 2015
J
Change tutorial code to use contrib.shortcuts code
Jesús Espino committed
December 19, 2014
J
Python 3 compatibility of sqllite-cli tutorial.
Jonathan Slenders committed
December 7, 2014
J
Refactoring of the key input system.
Jonathan Slenders committed
October 11, 2014
J
- prompt_toolkit.contrib.regular_languages added.
Jonathan Slenders committed
October 6, 2014
J
CompletionsMenu/CompletionsToolbar consistency.
Jonathan Slenders committed
October 3, 2014
J
Made sqlite-cli.py example executable + import fix.
Jonathan Slenders committed
J
Token.{Menu,Toolbar}.Completer renamed to Token.{Menu.Toolbar}.Completions.
Jonathan Slenders committed
October 1, 2014
A
Add a tutorial to build sqlite-cli.
Amjith Ramanujam committed