File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.24: 2023-12-13
5+ ------------------
6+
7+ Fixes:
8+ - Don't show "Impossible to read config file" warnings when no config file was
9+ passed to `run_config()`.
10+ - IPython integration fixes:
11+ * Fix top-level await in IPython.
12+ * Fix IPython `DeprecationWarning`.
13+ - Output printing fixes:
14+ * Paginate exceptions if pagination is enabled.
15+ * Handle big outputs without running out of memory.
16+ - Asyncio REPL improvements:
17+ * From now on, passing `--asyncio` is required to activate the asyncio-REPL.
18+ This will ensure that an event loop is created at the start in which we can
19+ run top-level await statements.
20+ * Use `get_running_loop()` instead of `get_event_loop()`.
21+ * Better handling of `SystemExit` and control-c in the async REPL.
22+
23+
4243.0.23: 2023-02-22
525------------------
626
Original file line number Diff line number Diff line change 1111setup (
1212 name = "ptpython" ,
1313 author = "Jonathan Slenders" ,
14- version = "3.0.23 " ,
14+ version = "3.0.24 " ,
1515 url = "https://github.com/prompt-toolkit/ptpython" ,
1616 description = "Python REPL build on top of prompt_toolkit" ,
1717 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments