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
*
[3.11] gh-108851: Fix tomllib recursion tests (#108853) (#109013)
Victor Stinner
2023-09-06
1
-26/+31
*
[3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 el...
Miss Islington (bot)
2023-01-03
1
-1/+2
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-2/+8
*
gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128)
Miss Islington (bot)
2022-08-21
1
-0/+8
*
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Christian Heimes
2022-08-01
1
-1/+1
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Miss Islington (bot)
2022-06-14
1
-3/+4
*
[3.11] gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-9360...
Christian Heimes
2022-06-08
1
-0/+1
*
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
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
1
-2/+2
*
bpo-42161: Hoist the _PyLong_GetOne() call out of the inner loop. (GH-30656)
Raymond Hettinger
2022-01-18
1
-1/+1
*
bpo-46328: Add sys.exception() (GH-30514)
Irit Katriel
2022-01-13
1
-0/+63
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
1
-2/+2
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-1/+1
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
1
-2/+2
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
1
-1/+1
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-4/+4
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
1
-3/+4
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
1
-1/+12
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
1
-1/+1
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-5/+5
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-2/+4
*
bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)
Victor Stinner
2021-10-07
1
-2/+2
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-2/+2
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
1
-0/+10
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
1
-8/+18
*
bpo-45083: Include the exception class qualname when formatting an exception ...
Irit Katriel
2021-09-03
1
-0/+14
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-1/+1
*
bpo-44207: Add an internal version number to function objects. (GH-27078)
Mark Shannon
2021-07-12
1
-1/+1
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-1/+1
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
1
-4/+5
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-5/+1
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-4/+3
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-2/+3
*
bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...
Pablo Galindo
2021-03-29
1
-0/+15
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-1/+2
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
1
-1/+1
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-2/+2
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-0/+5
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
1
-1/+1
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-39/+7
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-1/+1
[next]