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-122313: Clean up deep recursion guarding code in the compiler (GH-122640)
Serhiy Storchaka
2024-08-03
3
-162/+164
*
gh-122560: add test that comprehension loop var appears only in one scope of ...
Irit Katriel
2024-08-02
1
-0/+21
*
gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)
Sam Gross
2024-08-02
4
-7/+41
*
GH-117224: Move the body of a few large-ish micro-ops into helper functions (...
Mark Shannon
2024-08-02
5
-335/+163
*
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel
2024-08-02
5
-10/+18
*
gh-122334: Fix crash when importing ssl after re-initialization (#122481)
neonene
2024-08-02
3
-0/+33
*
gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122...
Sam Gross
2024-08-02
3
-31/+67
*
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...
Bénédikt Tran
2024-08-02
4
-50/+124
*
Update PyObject_Del() documentation (#122597)
Victor Stinner
2024-08-02
4
-18/+13
*
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka
2024-08-02
3
-10/+8
*
gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (#122568)
Damien
2024-08-02
1
-1/+1
*
gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605)
John Riggles
2024-08-02
3
-2/+11
*
Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)
Jonathon Vandezande
2024-08-02
1
-1/+1
*
gh-122562: Remove ste_free and ste_child_free from symtable (#122563)
Jelle Zijlstra
2024-08-01
2
-15/+0
*
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
Mark Shannon
2024-08-01
10
-207/+317
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
13
-18/+18
*
gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)
Bénédikt Tran
2024-08-01
2
-11/+0
*
gh-122384: Mark strings from Download page for translation (#122385)
Rafael Fontenelle
2024-08-01
1
-32/+42
*
GH-122155: Track local variables between pops and pushes in cases generator (...
Mark Shannon
2024-08-01
13
-159/+463
*
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan
2024-08-01
6
-6/+6
*
gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)
Malcolm Smith
2024-08-01
2
-0/+7
*
gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't s...
Malcolm Smith
2024-07-31
1
-2/+2
*
gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...
CF Bolz-Tereick
2024-07-31
4
-3/+76
*
Move change detection to separate workflow in CI (#122336)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-07-31
2
-118/+163
*
gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...
Russell Keith-Magee
2024-07-31
2
-77/+64
*
Docs: bump Sphinx to 8.0 and update constraints (#122496)
Hugo van Kemenade
2024-07-31
2
-8/+8
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
8
-62/+21
*
gh-116622: Fix testPyObjectPrintOSError on Android (#122487)
Malcolm Smith
2024-07-31
4
-9/+39
*
GH-122482: Make About IDLE direct discussion to DPO (#122483)
Terry Jan Reedy
2024-07-30
3
-7/+13
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-30
10
-4/+160
*
gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)
Petr Viktorin
2024-07-30
3
-60/+208
*
gh-112301: Add argument aliases and tee compiler output for check warnings (G...
Nate Ohlson
2024-07-30
2
-2/+5
*
Remove outdated note about instance methods from datamodel.rst (#122471)
Thomas Grainger
2024-07-30
1
-8/+1
*
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom
2024-07-30
7
-295/+307
*
gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#12...
Sam Gross
2024-07-30
2
-2/+2
*
gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447)
Łukasz Langa
2024-07-30
1
-15/+24
*
gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466)
Sam Gross
2024-07-30
1
-5/+5
*
gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
Dino Viehland
2024-07-30
4
-4/+14
*
gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)
Clinton
2024-07-30
3
-0/+8
*
gh-122400: Handle ValueError in filecmp (GH-122401)
Bénédikt Tran
2024-07-30
3
-4/+42
*
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...
Petr Viktorin
2024-07-30
5
-17/+14
*
GH-121970: Extract ``audit_events`` into a new extension (#122325)
Adam Turner
2024-07-30
3
-207/+263
*
gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122...
Sam Gross
2024-07-29
1
-1/+1
*
GH-118093: Improve handling of short and mid-loop traces (GH-122252)
Brandt Bucher
2024-07-29
2
-35/+34
*
gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...
Seth Michael Larson
2024-07-29
3
-3/+147
*
GH-122085: Use include files for C API deprecations (#109843)
Adam Turner
2024-07-29
7
-181/+121
*
gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)
Donghee Na
2024-07-29
2
-11/+19
*
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
Brandt Bucher
2024-07-29
6
-12/+14
*
gh-122311: Fix a refleak in pickle (GH-122411)
Serhiy Storchaka
2024-07-29
1
-0/+1
*
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Eric Snow
2024-07-29
4
-48/+143
[prev]
[next]