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
/
Lib
/
test
/
test__xxsubinterpreters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow
2023-11-23
1
-9/+10
*
gh-76785: Clean up the Failure-Related _xxsubinterpreters Tests (gh-112322)
Eric Snow
2023-11-22
1
-37/+157
*
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
Anthony Shaw
2023-11-07
1
-0/+28
*
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...
Anthony Shaw
2023-11-02
1
-2/+5
*
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
Anthony Shaw
2023-10-31
1
-1/+4
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-6/+6
*
gh-76785: Support Running Some Functions in Subinterpreters (gh-110251)
Eric Snow
2023-10-06
1
-0/+105
*
gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...
Radislav Chugunov
2023-07-08
1
-2/+2
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
1
-2/+2
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-2/+0
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-1506/+23
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-1/+10
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-1/+25
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-1/+56
*
Add test.support.busy_retry() (#93770)
Victor Stinner
2022-06-15
1
-6/+5
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
1
-1/+1
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
To fix the random failed test cases of test___xxsubinterpreters in multiproce...
Hai Shi
2021-07-29
1
-0/+15
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki
2021-04-02
1
-6/+6
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
1
-1/+2
*
Skip tests to fix bot (GH-20777)
Joannah Nanjekye
2020-06-21
1
-0/+1
*
bpo-32604: Clean up test.support.interpreters. (gh-20926)
Eric Snow
2020-06-17
1
-12/+0
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
An Long
2020-06-13
1
-0/+3
*
Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH...
Victor Stinner
2020-05-14
1
-299/+2
*
bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)
Eric Snow
2020-05-07
1
-2/+299
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
1
-1/+2
*
Remove dead code in test__xxsubinterpreters (GH-19826)
Victor Stinner
2020-05-01
1
-20/+0
*
bpo-38880: List interpreters associated with a channel end (GH-17323)
Lewis Gaul
2020-04-29
1
-0/+196
*
bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)
Eric Snow
2020-04-28
1
-0/+21
*
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
Kyle Stanley
2020-01-31
1
-1/+5
*
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
Serhiy Storchaka
2019-09-25
1
-9/+6
*
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1...
Serhiy Storchaka
2019-09-13
1
-39/+38
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+1
*
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...
Alexey Izbyshev
2019-02-12
1
-1/+13
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-14/+3
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
1
-5/+6
*
bpo-33615: Skip test__xxsubinterpreters (GH-7503)
Victor Stinner
2018-06-08
1
-0/+2
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-2/+0
*
bpo-33615: Temporarily disable a test that is triggering crashes on a few bui...
Eric Snow
2018-05-31
1
-0/+2
*
bpo-32604: Implement force-closing channels. (gh-6937)
Eric Snow
2018-05-17
1
-4/+96
*
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow
2018-05-16
1
-199/+995
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
2018-02-20
1
-0/+49
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
1
-9/+69
*
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow
2018-02-03
1
-8/+10
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+1118