Activity
Include _custom_build in sdist
Include _custom_build in sdist
Pull request merge
address flake8 format check
address flake8 format check
Pull request merge
Some fixes to the magic import system
Some fixes to the magic import system
Pull request merge
Corner case for cancelled server methods that raise exceptions
Corner case for cancelled server methods that raise exceptions
Pull request merge
Allow cancellation of all capability contexts
Allow cancellation of all capability contexts
Pull request merge
Fix re-raising of KjException
Fix re-raising of KjException
Pull request merge
Support _DynamicListReader
in _setDynamicField
Support
_DynamicListReader
in _setDynamicField
Pull request merge
Make reraise_kj_exception
available to downstream
Make
reraise_kj_exception
available to downstreamPull request merge
Properly join list of methods in _DynamicCapabilityClient
Properly join list of methods in _DynamicCapabilityClient
Pull request merge
DynamicCapabilityClient: fix crash due to wrong types
DynamicCapabilityClient: fix crash due to wrong types
Pull request merge
Disable the use of ninja for windows builds
Disable the use of ninja for windows builds
Pull request merge
Handle exceptions from server callbacks
Handle exceptions from server callbacks
Pull request merge
Unlock the GIL for all capnp functions that do IO
Unlock the GIL for all capnp functions that do IO
Pull request merge
Fix retransmit bug for large messages causing message corruption
Fix retransmit bug for large messages causing message corruption
Pull request merge
Make a server fail early when the KJ loop is not running
Make a server fail early when the KJ loop is not running
Pull request merge
Delete and update some Python 3.7-specific todo notes
Delete and update some Python 3.7-specific todo notes
Pull request merge
Fix 'AttributeError: '_UnixSelectorEventLoop' object has no attribute…
Fix 'AttributeError: '_UnixSelectorEventLoop' object has no attribute…
Pull request merge
Experiment: Wrap all capnp code in a context-manager to avoid segfaul…
Experiment: Wrap all capnp code in a context-manager to avoid segfaul…
Pull request merge