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-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
Victor Stinner
2023-11-17
1
-14/+0
*
Various small improvements to uop debug output (#112218)
Guido van Rossum
2023-11-17
2
-13/+20
*
gh-106529: Cleanups split off gh-112134 (#112214)
Guido van Rossum
2023-11-17
7
-8/+29
*
Fix syntax in CODEOWNERS file (#112210)
Alex Waygood
2023-11-17
1
-1/+2
*
gh-112194: Convert more examples to doctests in `typing.py` (#112195)
Nikita Sobolev
2023-11-17
1
-31/+43
*
GH-110109: Speed up `pathlib._PathBase.resolve()` (#110412)
Barney Gale
2023-11-17
1
-22/+17
*
Tweak my interests (and Mark Shannon's :-) in CODEOWNERS (#112206)
Guido van Rossum
2023-11-17
1
-2/+8
*
GH-110109: Churn `pathlib.PurePath` methods (#112012)
Barney Gale
2023-11-17
2
-204/+204
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
8
-21/+32
*
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....
Ori Avtalion
2023-11-17
1
-2/+3
*
gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-1...
Wanderxjtu
2023-11-17
2
-6/+25
*
gh-112165: Fix typo in `__main__.py` (#112183)
Terry Jan Reedy
2023-11-17
1
-1/+1
*
gh-111799: Fix `testRecursiveRepr` from `test_fileio` on WASI (GH-112181)
Nikita Sobolev
2023-11-16
1
-1/+3
*
gh-111482: Fix time_clockid_converter() on AIX (#112170)
Victor Stinner
2023-11-16
1
-2/+2
*
gh-111800: Fix `test_recursive_repr` from `test_io` under WASI to not recurse...
Nikita Sobolev
2023-11-16
1
-8/+4
*
Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh-112122)
Nikita Sobolev
2023-11-16
1
-1/+0
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
11
-955/+1061
*
gh-111881: Import lazily zipfile in support.script_helper (#112172)
Victor Stinner
2023-11-16
1
-1/+2
*
gh-112155: Run `typing.py` doctests as part of `test_typing` (#112156)
Nikita Sobolev
2023-11-16
2
-2/+8
*
GH-112152: Fix typo in `typing.override` docstring (#112158)
Qua27
2023-11-16
1
-1/+1
*
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner
2023-11-16
5
-5/+37
*
[doc] Make subprocess.wait documentation more precise (#98700)
Luis Pedro Coelho
2023-11-16
1
-3/+4
*
gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...
Petr Viktorin
2023-11-16
1
-6/+97
*
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Tomas R
2023-11-15
10
-137/+188
*
gh-111811: Fix test_recursive_repr for WASI (#112130)
Kushal Das
2023-11-15
1
-0/+1
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
9
-160/+131
*
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)
Victor Stinner
2023-11-15
2
-0/+6
*
gh-96954: Don't run regen-unicodedata in regen-all (#112120)
Victor Stinner
2023-11-15
1
-3/+3
*
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Victor Stinner
2023-11-15
3
-1/+17
*
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds (#112118)
Miro HronĨok
2023-11-15
5
-4/+5
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
20
-236/+315
*
gh-112026: Add again <unistd.h> include in Python.h (#112046)
Victor Stinner
2023-11-15
3
-21/+15
*
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon
2023-11-15
6
-98/+118
*
Fix typo in perf profiling docs (#112112)
Ryuji Tsutsui
2023-11-15
1
-1/+1
*
gh-108303: Delete `imp_dummy` test file (#112110)
Nikita Sobolev
2023-11-15
1
-3/+0
*
gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c (GH-112072)
Serhiy Storchaka
2023-11-15
1
-6/+2
*
Docs: Add the time to the HTML last updated format (#110091)
Adam Turner
2023-11-15
1
-3/+2
*
gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094)
Radislav Chugunov
2023-11-15
1
-7/+6
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
9
-1/+147
*
gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...
DPR
2023-11-15
3
-5/+45
*
gh-111995: Add getnameinfo extension flag (#111994)
adder32
2023-11-15
2
-0/+5
*
gh-111545: Add Include/cpython/pyhash.h header file (#112063)
Victor Stinner
2023-11-15
5
-13/+24
*
gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)
Serhiy Storchaka
2023-11-14
3
-5/+9
*
gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)
Furkan Onder
2023-11-14
1
-2/+2
*
gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)
Serhiy Storchaka
2023-11-14
3
-5/+122
*
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
Mark Shannon
2023-11-14
7
-129/+184
*
gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978)
Serhiy Storchaka
2023-11-14
3
-140/+51
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
15
-73/+335
*
gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)
Tian Gao
2023-11-14
3
-1/+39
*
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross
2023-11-14
5
-8/+117
[next]