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
/
Python
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
1
-9/+17
*
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner
2025-10-11
1
-3/+2
*
gh-139748: fix leaks in AC error paths when using unicode FS-based converters...
Bénédikt Tran
2025-10-08
1
-2/+5
*
gh-137609: Change names of some positional-only parameters in builtins (GH-13...
Serhiy Storchaka
2025-08-25
1
-14/+14
*
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin
2025-08-18
1
-32/+1
*
gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)
Serhiy Storchaka
2025-08-13
1
-3/+9
*
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the origina...
Jelle Zijlstra
2025-08-12
1
-1/+32
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
1
-1/+85
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-0/+21
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
1
-1/+99
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
8
-8/+62
*
gh-128421: add critical section around `traceback.tb_next` (#131322)
Kumar Aditya
2025-03-20
1
-1/+52
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
2
-2/+41
*
gh-129889: Support context manager protocol by contextvars.Token (#129888)
Andrew Svetlov
2025-02-12
1
-1/+52
*
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma
2025-01-31
1
-1/+31
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
2
-26/+26
*
gh-128384: Add locking to warnings.py. (gh-128386)
Neil Schemenauer
2025-01-14
1
-8/+42
*
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon
2024-12-13
1
-1/+57
*
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka
2024-11-08
1
-1/+50
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
8
-34/+60
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
1
-13/+9
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
1
-12/+19
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
1
-1/+28
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-6/+46
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-1/+19
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
1
-1/+29
*
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard
2024-05-02
1
-24/+59
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-0/+304
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
2
-8/+8
*
gh-117764: Add signatures for some functions in the sys module (GH-117770)
Serhiy Storchaka
2024-04-12
1
-5/+29
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-1/+19
*
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...
Serhiy Storchaka
2024-02-10
1
-20/+1
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
1
-26/+212
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
1
-1/+35
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
3
-6/+21
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
3
-21/+6
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
2
-10/+2
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
9
-9/+21
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-1/+29
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-6/+18
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
9
-46/+22
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-1/+2
*
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner
2023-08-24
7
-37/+37
*
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC...
Nikita Sobolev
2023-08-21
1
-195/+1
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
4
-34/+4
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
1
-17/+24
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-8/+14
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-1/+29
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-0/+311
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-1/+32
[next]