index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_exception_group.py
Commit message (
Collapse
)
Author
Age
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException ↵
Irit Katriel
2022-11-18
|
|
|
|
(GH-99572)
*
Increase test coverage of Objects/exceptions.c (GH-94674)
Irit Katriel
2022-07-08
|
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
|
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
|
*
bpo-46927: Include the type's name in the error message for subscripting ↵
Serhiy Storchaka
2022-03-05
|
|
|
|
non-generic types (GH-31694)
*
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup ↵
Irit Katriel
2022-02-22
|
|
|
|
(GH-31294)
*
bpo-46431: use raw string for regex in test (GH-30901)
Irit Katriel
2022-01-25
|
*
bpo-46431: improve error message on invalid calls to ↵
Irit Katriel
2022-01-24
|
|
|
|
BaseExceptionGroup.__new__ (GH-30854)
*
bpo-46107: ExceptionGroup.subgroup()/split() should copy __note__ to the ↵
Irit Katriel
2021-12-21
|
|
|
|
parts (GH-30159)
*
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel
2021-12-14
|
*
bpo-45292: Use raw strings for regex in tests (GH-29545)
Irit Katriel
2021-11-16
|
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes ↵
Irit Katriel
2021-10-23
(GH-28569)