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-121795: Improve performance of set membership testing from set arguments (...
HarryLHW
2024-07-22
3
-23/+47
*
Remove now unused function from itertools tests (#122100)
Bradley Reynolds
2024-07-22
1
-20/+0
*
gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)
Bénédikt Tran
2024-07-22
5
-16/+53
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
6
-2/+36
*
gh-111051: [tests] Wait a second to support filesystems with low-resolution m...
Łukasz Langa
2024-07-22
1
-0/+4
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
22
-30/+30
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
9
-2/+207
*
gh-122096: Remove accidentally left debugging prints (#122097)
Kirill Podoprigora
2024-07-21
1
-2/+0
*
Merge Ubuntu test matrices in CI (#121813)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-07-21
2
-26/+20
*
gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)
Jakub Kulík
2024-07-21
1
-5/+5
*
Delete stale note about mp.Lock.acquire/SIGINT (#120929)
Andrey Mishchenko
2024-07-21
1
-11/+0
*
gh-121977: Add tips for handling unhashable data (#122075)
Raymond Hettinger
2024-07-21
1
-0/+6
*
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Barney Gale
2024-07-20
3
-3/+45
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
7
-5/+448
*
Docs: Fix duplicate object description warnings (#122068)
Adam Turner
2024-07-20
3
-1/+7
*
gh-121988: Fix test hang when pyrepl is not available (#121990)
Sam Gross
2024-07-20
1
-1/+5
*
GH-121970: Modernise the patchlevel extension (#121995)
Adam Turner
2024-07-20
3
-54/+62
*
Docs: Fix a typo in What's New in Python 3.13 (#122051)
Rafael Fontenelle
2024-07-20
1
-1/+1
*
gh-121621: Disable asyncio freelist in free-threaded build (#122046)
Sam Gross
2024-07-19
1
-5/+17
*
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
mpage
2024-07-19
3
-150/+245
*
gh-122026: Fix identification of mismatched parentheses inside f-strings (#12...
Pablo Galindo Salgado
2024-07-19
3
-0/+6
*
gh-122014: Account for abi_thread in test_sysconfig.test_user_similar (gh-122...
Karolina Surma
2024-07-19
1
-2/+2
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
6
-20/+33
*
Docs: move deprecations into include files (#121241)
Hugo van Kemenade
2024-07-19
5
-309/+312
*
gh-121160: Note that readline libraries using different history formats. (GH-...
Petr Viktorin
2024-07-19
1
-0/+4
*
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner
2024-07-19
6
-1067/+1156
*
GH-121970: Use Ruff to check and format the docs tools (#122018)
Adam Turner
2024-07-19
6
-52/+157
*
GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971)
Adam Turner
2024-07-19
1
-44/+24
*
GH-121970: Improve the glossary preview in HTML search (#121991)
Adam Turner
2024-07-19
3
-93/+91
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
100
-241/+241
*
Docs: Upgrade Sphinx to 7.4 (#121987)
Adam Turner
2024-07-19
1
-3/+3
*
GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (#121972)
Adam Turner
2024-07-19
1
-20/+16
*
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
Kirill Podoprigora
2024-07-19
1
-1/+1
*
gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)
Serhiy Storchaka
2024-07-19
5
-13/+66
*
gh-120289: Add external timer in traverse of _lsprof.Profiler (#121998)
Tian Gao
2024-07-19
1
-0/+1
*
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher
2024-07-18
11
-108/+372
*
GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)
Adam Turner
2024-07-18
1
-1/+1
*
gh-120289: Disallow disable() and clear() in external timer to prevent use-af...
Tian Gao
2024-07-18
3
-1/+58
*
GH-121970: Combine custom Pygments lexers into a package (#121976)
Adam Turner
2024-07-18
4
-26/+22
*
gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)
Sam Gross
2024-07-18
1
-5/+5
*
gh-112301: Add fortify source level 3 to default compiler options (gh-121520)
Nate Ohlson
2024-07-18
3
-0/+42
*
gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666)
Vlastimil Zíma
2024-07-18
1
-0/+14
*
gh-120930: Remove extra blank occuring in wrapped encoded words in email head...
Matthieu Caneill
2024-07-18
3
-0/+16
*
gh-121657: Additional `yield from` error test using lambda (GH-121722)
Gregor
2024-07-18
1
-0/+5
*
GH-121784: Generate an error during code gen if a variable is marked `unused`...
Mark Shannon
2024-07-18
9
-255/+443
*
GH-120024: Use pointer for stack pointer (GH-121923)
Mark Shannon
2024-07-18
5
-43/+55
*
gh-121874: Define audit-event open parameters consistently (GH-121883)
Bernhard M. Wiedemann
2024-07-18
1
-1/+1
*
gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)
Jelle Zijlstra
2024-07-18
2
-4/+6
*
gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (#121493)
Victor Stinner
2024-07-18
1
-3/+3
*
gh-121621: Move asyncio_running_loop to private struct (#121939)
Sam Gross
2024-07-17
4
-8/+8
[next]