Merging upstream version 3.0.25.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8e41bc821f
commit
7159687519
26 changed files with 770 additions and 530 deletions
29
CHANGELOG
29
CHANGELOG
|
@ -1,6 +1,33 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
3.0.25: 2023-12-14
|
||||
------------------
|
||||
|
||||
Fixes:
|
||||
- Fix handling of 'config file does not exist' when embedding ptpython.
|
||||
|
||||
|
||||
3.0.24: 2023-12-13
|
||||
------------------
|
||||
|
||||
Fixes:
|
||||
- Don't show "Impossible to read config file" warnings when no config file was
|
||||
passed to `run_config()`.
|
||||
- IPython integration fixes:
|
||||
* Fix top-level await in IPython.
|
||||
* Fix IPython `DeprecationWarning`.
|
||||
- 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.
|
||||
|
||||
|
||||
3.0.23: 2023-02-22
|
||||
------------------
|
||||
|
||||
|
@ -191,7 +218,7 @@ New features:
|
|||
- Optional pager for displaying outputs that don't fit on the screen.
|
||||
- Added --light-bg and --dark-bg flags to automatically optimize the brightness
|
||||
of the colors according to the terminal background.
|
||||
- Addd `PTPYTHON_CONFIG_HOME` for explicitely setting the config directory.
|
||||
- Add `PTPYTHON_CONFIG_HOME` for explicitly setting the config directory.
|
||||
- Show completion suffixes (like '(' for functions).
|
||||
|
||||
Fixes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue