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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-54434: Make difflib.rst doctests pass. (#111677)
Terry Jan Reedy
2023-11-03
1
-3/+5
*
gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)
AN Long
2023-11-03
5
-6/+12
*
gh-76785: Minor Fixes in crossinterp.c (gh-111671)
Eric Snow
2023-11-03
1
-126/+267
*
Fix typo in documentation of `SysLogHandler.createSocket` (#111665)
LoipesMas
2023-11-02
1
-3/+1
*
gh-111663: Restore the Tier 2 uop count pystats (#111664)
Michael Droettboom
2023-11-02
1
-0/+2
*
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH...
Tian Gao
2023-11-02
3
-23/+49
*
GH-109369 Add vectorcall to `PyLong_Type` (GH-111642)
Mark Shannon
2023-11-02
1
-0/+25
*
gh-111482: Use Argument Clinic for clock_gettime() (#111641)
Victor Stinner
2023-11-02
3
-32/+142
*
gh-111625: Fix link to Info-ZIP homepage (#111626)
partev
2023-11-02
2
-4/+4
*
build(deps): bump hypothesis from 6.87.1 to 6.88.1 in /Tools (#111596)
dependabot[bot]
2023-11-02
1
-1/+1
*
build(deps): bump actions/setup-node from 3 to 4 (#111594)
dependabot[bot]
2023-11-02
1
-2/+2
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
18
-339/+362
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
18
-114/+83
*
Remove unnecessary includes (GH-111633)
Serhiy Storchaka
2023-11-02
2
-2/+0
*
GH-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
3
-0/+41
*
gh-111544: Fix mimalloc build on AIX (#111593)
Ayappan Perumal
2023-11-02
1
-2/+2
*
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...
Anthony Shaw
2023-11-02
4
-4/+33
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
11
-471/+1308
*
gh-111089: Use PyUnicode_AsUTF8() in getargs.c (#111620)
Victor Stinner
2023-11-01
1
-6/+2
*
High level docs for the VM state (#111621)
Guido van Rossum
2023-11-01
1
-0/+90
*
GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)
Guido van Rossum
2023-11-01
3
-0/+6
*
gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...
Yilei Yang
2023-11-01
3
-10/+30
*
gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)
Victor Stinner
2023-11-01
1
-1/+2
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
5
-6/+56
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
19
-487/+509
*
Simplify trivial calls of PyUnicode_FromFormat() (GH-111605)
Serhiy Storchaka
2023-11-01
2
-2/+2
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
34
-907/+180
*
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
Serhiy Storchaka
2023-11-01
5
-1/+725
*
Simplify _PyPegen_join_names_with_dot() (GH-111602)
Serhiy Storchaka
2023-11-01
1
-32/+2
*
GH-111537: Avoid using `this_instr` in asserts. (GH-111600)
Mark Shannon
2023-11-01
2
-36/+24
*
GH-111485: Use micro-ops to split specialization code from base action (GH-11...
Mark Shannon
2023-11-01
9
-577/+858
*
gh-111576: Improve documention for tkinter.messagebox (GH-111578)
Serhiy Storchaka
2023-11-01
1
-10/+165
*
gh-111495: add stub files for C API test modules (GH-111586)
Sergey B Kirpichev
2023-11-01
13
-3/+204
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
3
-2/+34
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner
2023-11-01
12
-23/+23
*
gh-111282: Fix NamedTemporaryFile example code (GH-111283)
Krzysiek Karbowiak
2023-10-31
1
-7/+7
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
4
-2/+28
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
7
-8/+142
*
gh-111420: Allow type comments in parenthesized `with` statements (#111468)
Tomas R
2023-10-31
5
-8/+32
*
gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)
Victor Stinner
2023-10-31
3
-3/+11
*
gh-90815: Exclude mimalloc .c files from Windows build (#111532)
Dino Viehland
2023-10-31
6
-121/+13
*
gh-102249: Expand sys.call_tracing documentation (#102806)
Quentin Peter
2023-10-31
1
-3/+17
*
gh-93607: document `root` attribute of `iterparse` (#99410)
Prometheus3375
2023-10-31
1
-1/+3
*
gh-106861: Docs: Add availability directives to all Unix-only modules (#108975)
xzmeng
2023-10-31
9
-6/+14
*
gh-111062: CI: Rename reusable-build-[X].yml to reusable-[X].yml (#111552)
Hugo van Kemenade
2023-10-31
4
-6/+6
*
gh-109181: Speed up Traceback object creation by lazily compute the line numb...
Pablo Galindo Salgado
2023-10-31
2
-6/+31
*
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
Anthony Shaw
2023-10-31
4
-2/+34
*
GH-111485: Remove some special cases from the code generator and bytecodes.c ...
Mark Shannon
2023-10-31
8
-55/+119
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
11
-521/+1079
*
gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-11...
Serhiy Storchaka
2023-10-31
2
-2/+4
[next]