File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
24
3.0.23: 2023-02-22
5
25
------------------
6
26
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = "ptpython" ,
13
13
author = "Jonathan Slenders" ,
14
- version = "3.0.23 " ,
14
+ version = "3.0.24 " ,
15
15
url = "https://github.com/prompt-toolkit/ptpython" ,
16
16
description = "Python REPL build on top of prompt_toolkit" ,
17
17
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments