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_sys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
1
-43/+54
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
1
-2/+6
*
GH-110796: fix intermittent test failure in test_current_exceptions
Filipe LaĆns
2023-10-13
1
-6/+3
*
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...
Pablo Galindo Salgado
2023-10-12
1
-1/+2
*
gh-108963: using random to generate unique string in sys.intern test (#109491)
AN Long
2023-10-02
1
-10/+3
*
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross
2023-09-27
1
-0/+7
*
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou
2023-09-25
1
-1/+2
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-0/+9
*
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner
2023-09-06
1
-30/+35
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-2/+2
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-0/+21
*
test_sys: remove debug print() (#108642)
Victor Stinner
2023-08-29
1
-1/+0
*
gh-106931: Fix the WASM Buildbots (gh-107362)
Eric Snow
2023-07-27
1
-1/+12
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+30
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
1
-2/+2
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
1
-1/+1
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-1/+1
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-1/+1
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-1/+2
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-1/+1
*
gh-103176: sys._current_exceptions() returns mapping to exception instances i...
Irit Katriel
2023-04-11
1
-3/+3
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
1
-1/+1
*
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel
2023-03-18
1
-2/+2
*
Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019)
Jacob Bower
2023-02-23
1
-73/+75
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-1/+1
*
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...
Steve Dower
2023-01-13
1
-0/+20
*
gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element o...
Ionite
2023-01-02
1
-1/+2
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
1
-1/+2
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
1
-1/+1
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
1
-1/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-2/+8
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
Christian Heimes
2022-08-19
1
-0/+8
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
1
-1/+1
*
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
1
-1/+1
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
1
-1/+1
*
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Eric Snow
2022-07-26
1
-1/+1
*
gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
Christian Heimes
2022-06-08
1
-0/+1
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Serhiy Storchaka
2022-05-19
1
-3/+4
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-2/+2
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-2/+2
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+8
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-4/+7
*
Fix whitespace/indentation issues in test_sys (GH-32369)
Ken Jin
2022-04-06
1
-2/+2
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-4/+8
*
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon
2022-03-01
1
-1/+3
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
1
-1/+1
*
bpo-46675: Allow object value arrays and split key dictionaries larger than 1...
Mark Shannon
2022-02-08
1
-4/+5
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+7
*
bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)
Dong-hee Na
2022-01-23
1
-2/+2
[next]