e6c65c3453
- 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.
Dirk Mueller2024-08-31 12:09:21 +00:00
4587706851
Accepting request 1179071 from devel:languages:python
Ana Guerrero2024-06-07 13:04:10 +00:00
adf8f20f7b
- update to 3.0.27: * Limit number of completions to 5k (for performance). * Several typing fixes.
Dirk Mueller2024-06-06 19:39:45 +00:00
444e874c91
Accepting request 1157870 from devel:languages:python
Ana Guerrero2024-03-14 16:45:13 +00:00
ae36dced5c
- Don't try to build on Python 3.9, we don't have IPython there anymore.
Matej Cepl2024-03-14 07:37:30 +00:00
ad6b2e833a
- remove optional ipython dependency - does no longer exist on python39
Dirk Mueller2024-03-13 10:19:25 +00:00
693137e17d
Accepting request 1145531 from devel:languages:python
Ana Guerrero2024-02-09 22:55:08 +00:00
604f5f5d23
- update to 3.0.26: * Handle GeneratorExit exception when leaving the paginator.
Dirk Mueller2024-02-09 21:58:33 +00:00
169a733a66
Accepting request 1135315 from devel:languages:python
Ana Guerrero2023-12-28 22:02:02 +00:00
d3a5446374
- 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.
Dirk Mueller2023-12-27 13:54:00 +00:00
e4f2e0df67
Accepting request 1132418 from devel:languages:python
Ana Guerrero2023-12-11 20:51:14 +00:00
db52be34fd
- 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.
Dirk Mueller2023-12-11 07:24:34 +00:00