index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_xxinterpchannelsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
Eric Snow
2023-10-19
1
-0/+4
*
gh-76785: Add *Channel.is_closed (gh-110606)
Eric Snow
2023-10-19
1
-2/+276
*
gh-76785: Clean Up the Channels Module (gh-110568)
Eric Snow
2023-10-17
1
-289/+327
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
1
-17/+26
*
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow
2023-10-17
1
-54/+331
*
gh-84570: Factor Out _channel_send_wait() (gh-110949)
Eric Snow
2023-10-16
1
-45/+43
*
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)
Eric Snow
2023-10-10
1
-26/+101
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-34/+285
*
gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-1...
Eric Snow
2023-10-04
1
-2/+9
*
gh-76785: Module-level Fixes for test.support.interpreters (gh-110236)
Eric Snow
2023-10-02
1
-20/+165
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
1
-10/+20
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-1/+1
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-8/+3
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
1
-1/+1
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
1
-1/+5
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
1
-5/+1
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
1
-13/+83
*
gh-101659: Use the Raw Allocator in the _xxinterpchannels Module (gh-103287)
Eric Snow
2023-04-05
1
-22/+93
*
gh-101524: Fix the ChannelID tp_name (gh-102655)
Eric Snow
2023-03-13
1
-1/+1
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-3/+3
*
gh-101609: Fix "‘state’ may be used uninitialized" warning in `_xxinterpc...
Nikita Sobolev
2023-02-06
1
-2/+3
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-0/+2325