python3-stdlib-extensions (3.10.0~a3-1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 3.9.2~rc1-1 < 3.10.0~a3-1.
- Git: https://salsa.debian.org/cpython-team/python3-stdlib.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/cpython-team/python3-stdlib
- Last scan: 2021-02-20 12:11:02+00
- Next scan: 2021-03-01 11:54:00+00
- Debian changelog in Git:
python3-stdlib-extensions (3.9.2~rc1-1) UNRELEASED; urgency=medium
* Update 3.9 extensions and modules to the 3.9.2 release candidate.
IDLE changes:
- bpo-23544: Disable Debug=>Stack Viewer when user code is running or
Debugger is active, to prevent hang or crash.
- bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
2-process mode.
- bpo-33065: Fix problem debugging user classes with __repr__ method.
- bpo-32631: Finish zzdummy example extension module: make menu entries
work; add docstrings and tests with 100% coverage.
* Add unconditional breaks to python3.8. Closes: #979819.
-- Matthias Klose <doko@debian.org> Wed, 17 Feb 2021 16:56:41 +0100
- This branch is 4 commits ahead of tag 3.9.1-2
- Git log:
commit 5ceae03097ea8baf30b3b6edeed770bff818cc0b
Author: Matthias Klose <doko@ubuntu.com>
Date: Sat Feb 20 12:48:10 2021 +0100
Refresh patches
commit 3b47dc1a596f07b4a5528fea72799b072921a21c
Author: Matthias Klose <doko@ubuntu.com>
Date: Wed Feb 17 17:04:13 2021 +0100
* Update 3.9 extensions and modules to the 3.9.2 release candidate.
commit 7da8afa2c7b389891ba540bc5b78b009b1a129c8
Author: Matthias Klose <doko@ubuntu.com>
Date: Wed Feb 17 16:56:01 2021 +0100
import 3.8.8 rc1, 3.9.2 rc1, 3.10.0 a4
commit 2e44b1cf9009081bc14787753d1b396245ee0c29
Author: Matthias Klose <doko@ubuntu.com>
Date: Tue Jan 26 15:16:22 2021 +0100
* Add unconditional breaks to python3.8. Closes: #979819.