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-118272: Clear generator frame's locals when the generator is closed (#118277)
Irit Katriel
2024-04-30
5
-5/+38
*
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
Miro HronĨok
2024-04-30
1
-1/+4
*
gh-117618: Make package.module searchable for breakpoints and clean up docs (...
Tian Gao
2024-04-30
4
-15/+69
*
gh-118418: Use a default value for `type_params` in `typing._eval_type` (#118...
Nikita Sobolev
2024-04-30
1
-2/+2
*
gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)
Seth Michael Larson
2024-04-30
2
-5/+31
*
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies
2024-04-30
6
-9/+9
*
gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)
Serhiy Storchaka
2024-04-30
3
-3/+23
*
gh-102402: Make test_relativeCreated_has_higher_precision less implementation...
Serhiy Storchaka
2024-04-30
1
-15/+45
*
gh-117860: Add tests for resolving names when import rebind names (GH-118176)
Serhiy Storchaka
2024-04-30
8
-0/+149
*
gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...
Malcolm Smith
2024-04-30
7
-0/+511
*
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
Serhiy Storchaka
2024-04-30
3
-2/+15
*
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon
2024-04-30
9
-16/+92
*
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
edson duarte
2024-04-30
1
-1/+1
*
gh-118392: Add note about random.random for multi thread app (gh-118396)
Donghee Na
2024-04-30
1
-0/+6
*
GH-118306: Update JIT to use LLVM 18 (GH-118307)
Savannah Ostrowski
2024-04-29
8
-37/+55
*
gh-118359: Improve docs for Bdb.user_call (#118368)
Tian Gao
2024-04-29
1
-0/+3
*
gh-118347: Fix Windows installer not updating launcher (GH-118386)
Steve Dower
2024-04-29
3
-6/+7
*
gh-117657: TSAN fix race on `gstate->young.count` (#118313)
Alex Turner
2024-04-29
2
-13/+13
*
gh-118331: Handle errors in _PyObject_SetManagedDict (#118334)
Sam Gross
2024-04-29
3
-13/+20
*
gh-118401: Docs: Use Sphinx short options (#118403)
Hugo van Kemenade
2024-04-29
1
-1/+1
*
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (...
Eric Snow
2024-04-29
3
-156/+197
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
13
-8/+134
*
Docs: Upgrade to Sphinx 7.3 (#118397)
Hugo van Kemenade
2024-04-29
2
-2/+2
*
gh-118331: Don't raise an error if tuple allocation fails when clearing weakr...
mpage
2024-04-29
2
-1/+29
*
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...
Serhiy Storchaka
2024-04-29
6
-5/+76
*
gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config v...
Kirill Podoprigora
2024-04-29
2
-4/+7
*
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow
2024-04-29
5
-144/+192
*
Uncomment one grammar test (#118361)
Nikita Sobolev
2024-04-29
1
-1/+1
*
gh-114099: Fix typos in iOS/README.rst (GH-118378)
Xie Yanbo
2024-04-29
1
-2/+2
*
Fix typo in Doc/c-api/exceptions.rst (GH-118371)
Xie Yanbo
2024-04-29
1
-1/+1
*
Fix typo in Doc/howto/timerfd.rst (GH-118376)
Xie Yanbo
2024-04-29
1
-1/+1
*
Fix typo in Doc/c-api/typeobj.rst (GH-118377)
Xie Yanbo
2024-04-29
1
-1/+1
*
gh-107674: Lazy load line number to improve performance of tracing (GH-118127)
Tian Gao
2024-04-29
4
-19/+61
*
gh-115119: Detect _decimal dependencies using pkg-config (#115406)
Erlend E. Aasland
2024-04-29
5
-104/+211
*
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
Mark Shannon
2024-04-29
6
-103/+189
*
gh-118374: test_ast: Add ``ctx`` argument to ``ast.Name`` calls (#118375)
Kirill Podoprigora
2024-04-29
1
-3/+3
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
5
-1/+71
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (#118356)
Hugo van Kemenade
2024-04-28
1
-37/+37
*
gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (#118353)
Hugo van Kemenade
2024-04-28
2
-8/+9
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)
Hugo van Kemenade
2024-04-28
7
-37/+37
*
Fix typo in Tools/wasm/README.md(#118358)
Xie Yanbo
2024-04-28
1
-1/+1
*
gh-109118: Make comprehensions work within annotation scopes, but without inl...
Jelle Zijlstra
2024-04-28
4
-34/+39
*
gh-118323: Document `&&` grammar syntax (#118324)
Nikita Sobolev
2024-04-27
1
-0/+3
*
Correct typo in iOS README (#118341)
Wulian233
2024-04-27
1
-1/+1
*
Correct spelling error in recent NEWS entry (#118308)
Xie Yanbo
2024-04-27
1
-1/+1
*
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
Eric Snow
2024-04-27
2
-4/+6
*
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Cheryl Sabella
2024-04-26
4
-0/+59
*
gh-112730: Respect tests that require environment variables with no-colorize ...
Pablo Galindo Salgado
2024-04-26
2
-2/+5
*
gh-116749: Disable GIL by default in free-threaded build (#118295)
Sam Gross
2024-04-26
1
-3/+1
*
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...
Mark Shannon
2024-04-26
12
-139/+315
[next]