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-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
18
-22/+1952
*
gh-112075: Add try-incref functions from nogil branch for use in dict thread ...
Dino Viehland
2024-01-25
1
-0/+136
*
gh-111051: Check if file is modifed during debugging in `pdb` (#111052)
Tian Gao
2024-01-25
3
-0/+103
*
Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-113619)
Ned Batchelder
2024-01-25
1
-3/+0
*
gh-77465: Increase test coverage for the numbers module (GH-111738)
AN Long
2024-01-25
1
-1/+157
*
gh-114265: remove i_loc_propagated, jump threading does not consider line num...
Irit Katriel
2024-01-25
2
-42/+49
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
11
-1/+199
*
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
Steve Dower
2024-01-25
4
-25/+45
*
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...
Vincent Cunningham
2024-01-25
2
-0/+70
*
gh-108731: Add description of __slots__ to MemberDescriptorType docs (GH-108745)
plokmijnuhby
2024-01-24
1
-0/+4
*
Update outdated comment in ``Python/bytecodes.c`` (#114522)
Kirill Podoprigora
2024-01-24
1
-2/+2
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
16
-184/+238
*
Docs: mark up the FTP_TLS() docs with param list (#114510)
Erlend E. Aasland
2024-01-24
1
-10/+46
*
gh-104360: remove reference to removed module-level wrap_socket (GH-104361)
Thomas Grainger
2024-01-24
1
-5/+1
*
gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (#113564)
Hugo van Kemenade
2024-01-24
2
-10/+10
*
gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (#114521)
Nikita Sobolev
2024-01-24
2
-21/+22
*
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Mark Shannon
2024-01-24
7
-6/+66
*
gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)
Nikita Sobolev
2024-01-24
2
-18/+16
*
gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...
Serhiy Storchaka
2024-01-24
1
-0/+1
*
Fix a typo in the contextlib documentation (#114507)
Daniel Hollas
2024-01-24
1
-1/+1
*
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)
Brett Cannon
2024-01-23
4
-6/+13
*
gh-112075: Adapt more dict methods to Argument Clinic (#114256)
Dino Viehland
2024-01-23
2
-81/+191
*
gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)
Serhiy Storchaka
2024-01-23
2
-0/+4
*
gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)
Sam Gross
2024-01-23
2
-10/+21
*
Docs: use placeholders in dbm flag param docs (#114482)
Erlend E. Aasland
2024-01-23
1
-60/+43
*
gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161)
mpage
2024-01-23
3
-90/+137
*
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross
2024-01-23
10
-29/+336
*
gh-112984: Fix link error on free-threaded Windows build (GH-114455)
Sam Gross
2024-01-23
1
-0/+3
*
gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)
Nikita Sobolev
2024-01-23
4
-1/+4
*
Docs: mark up FTP.connect() and FTP.login() with param lists (#114395)
Erlend E. Aasland
2024-01-23
1
-33/+70
*
Docs: mark up FTP.retrbinary and FTP.storbinary with param lists (#114399)
Erlend E. Aasland
2024-01-23
2
-17/+46
*
gh-114423: Remove DummyThread from threading._active when thread dies (GH-114...
Fabio Zadrozny
2024-01-23
3
-28/+76
*
gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (#114425)
Nikita Sobolev
2024-01-23
2
-14/+48
*
gh-113317: Don't use global clinic instance in bad_argument() (#114330)
Erlend E. Aasland
2024-01-23
1
-12/+11
*
gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)
Jim Porter
2024-01-23
6
-10/+9
*
GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)
Barney Gale
2024-01-23
1
-3/+7
*
GH-82695: Clarify `pathlib.Path.mkdir()` documentation (#114032)
Barney Gale
2024-01-23
1
-3/+3
*
GH-99334: Explain that `PurePath.is_relative_to()` is purely lexical. (#114031)
Barney Gale
2024-01-23
1
-0/+7
*
gh-66944: Note that the `contextlib.closing` example is for illustrative purp...
Ville Skyttä
2024-01-23
1
-0/+8
*
Docs: minor amendments to runpy.rst (#18416)
Géry Ogam
2024-01-23
1
-20/+20
*
Add me to codeowners for hashlib & multiprocessing (#114454)
Gregory P. Smith
2024-01-22
1
-7/+10
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
28
-173/+172
*
gh-113655: Revert extra stack reserve in PGO builds unless UseExtraStackReser...
Steve Dower
2024-01-22
2
-2/+2
*
gh-112532: Improve mimalloc page visiting (#114133)
Sam Gross
2024-01-22
3
-34/+134
*
GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-1...
Michael Droettboom
2024-01-22
1
-4/+7
*
Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)
Brett Cannon
2024-01-22
1
-1/+2
*
gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)
AN Long
2024-01-22
3
-2/+10
*
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...
Irit Katriel
2024-01-22
3
-143/+191
*
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...
Serhiy Storchaka
2024-01-22
2
-3/+19
*
gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)
Hugo van Kemenade
2024-01-22
2
-27/+26
[next]