Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python-trio/exceptiongroup


https://github.com/python-trio/exceptiongroup

Link to https://github.com/python/exceptiongroups

gvanrossum opened this pull request over 3 years ago
apply setup-py-upgrade

graingert opened this pull request almost 4 years ago
Proposal of another API for handling ExceptionGroup

bob1de opened this pull request about 4 years ago
native except handler API

maxfischer2781 opened this pull request over 4 years ago
Proposal: native exception handling API

maxfischer2781 opened this issue over 4 years ago
Added tests from trio's multierror test suite

agronholm opened this pull request over 5 years ago
very-very first version decorator-based exception catch API (Introduce HandlerChain)

WindSoilder opened this pull request over 5 years ago
fix CI check logic. And format code.

WindSoilder opened this pull request over 5 years ago
remember to copy __suppress_context__ for ExceptionGroup.

WindSoilder opened this pull request over 5 years ago
handle SystemExit exceptions in excepthook

njsmith opened this issue over 5 years ago
Handle __suppress_context__ in ExceptionGroup.__copy__

njsmith opened this issue over 5 years ago
add API to generate leaf exception from exceptongroup

WindSoilder opened this pull request over 5 years ago
Use *args to fit exception convention.

WindSoilder opened this pull request over 5 years ago
Fix CI check for code formatting

njsmith opened this issue over 5 years ago
Restrict type of `exc` in split function.

WindSoilder opened this pull request over 5 years ago
Should we use black formatter for the code here?

WindSoilder opened this issue over 5 years ago
Decide what ExceptionGroup.args should be

njsmith opened this issue over 5 years ago
Decide whether split(..., None) should return (None, None)

njsmith opened this issue over 5 years ago
API for accessing leaf exception attributes

njsmith opened this issue over 5 years ago
Consider decorator-based exception catch API

njsmith opened this issue over 5 years ago
Get to 100% coverage

njsmith opened this issue over 5 years ago
How should we handle monkeypatching?

njsmith opened this issue about 6 years ago
Write docs

njsmith opened this issue about 6 years ago