Revisions of python-ptpython
Dominique Leuenberger (dimstar_suse)
accepted
request 1198055
from
Dirk Mueller (dirkmueller)
(revision 15)
- update to 3.0.29: * Further improve performance of dictionary completions. * Custom 'exit' function to return from REPL that * doesn't terminate `sys.stdin` when `exit` is called (important for `embed()`). * doesn't require to be called with parentheses. * Clean up signatures on control-c.
Ana Guerrero (anag+factory)
accepted
request 1179071
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 3.0.27: * Limit number of completions to 5k (for performance). * Several typing fixes.
Ana Guerrero (anag+factory)
accepted
request 1157870
from
Matej Cepl (mcepl)
(revision 13)
- Don't try to build on Python 3.9, we don't have IPython there anymore. - remove optional ipython dependency - does no longer exist on python39
Ana Guerrero (anag+factory)
accepted
request 1145531
from
Dirk Mueller (dirkmueller)
(revision 12)
- update to 3.0.26: * Handle `GeneratorExit` exception when leaving the paginator.
Ana Guerrero (anag+factory)
accepted
request 1135315
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 3.0.25: * Fix handling of 'config file does not exist' when embedding ptpython. * Don't show "Impossible to read config file" warnings when no config file was passed to `run_config()`. * Output printing fixes: * Paginate exceptions if pagination is enabled. * Handle big outputs without running out of memory. * Asyncio REPL improvements: * From now on, passing `--asyncio` is required to activate the asyncio-REPL. * This will ensure that an event loop is created at the start in which we can run top-level await statements. * Use `get_running_loop()` instead of `get_event_loop()`. * Better handling of `SystemExit` and control-c in the async REPL.
Ana Guerrero (anag+factory)
accepted
request 1132418
from
Dirk Mueller (dirkmueller)
(revision 10)
- update to 3.0.23: * Don't print exception messages twice for unhandled exceptions. * Added cursor shape support. * Drop Python 3.6 support. - Update to version 3.0.22 - Update to version 3.0.21: - Allow usage of `await` in assignment expressions or for-loops.
Dominique Leuenberger (dimstar_suse)
accepted
request 1042873
from
Dirk Mueller (dirkmueller)
(revision 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 1040747
from
Dirk Mueller (dirkmueller)
(revision 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 787715
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 659566
from
Matej Cepl (mcepl)
(revision 3)
Remove superfluous devel dependency for noarch package
Dominique Leuenberger (dimstar_suse)
accepted
request 612060
from
Todd R (TheBlackCat)
(revision 1)
Python REPL build on top of prompt_toolkit
Displaying all 15 revisions