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-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
*
gh-122234: Add DECREFs to error paths (#122406)
Petr Viktorin
2024-07-29
1
-0/+4
*
gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)
Kirill Podoprigora
2024-07-29
5
-612/+629
*
gh-122311: Add more tests for error messages in pickle (GH-122373)
Serhiy Storchaka
2024-07-29
1
-50/+185
*
gh-122311: Fix some error messages in pickle (GH-122386)
Serhiy Storchaka
2024-07-29
4
-7/+11
*
gh-122234: fix accuracy issues for sum() (#122236)
Sergey B Kirpichev
2024-07-29
3
-11/+22
*
gh-122311: Add more tests for pickle (GH-122376)
Serhiy Storchaka
2024-07-28
2
-128/+660
*
gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)
Victor Stinner
2024-07-28
1
-4/+4
*
gh-122085: Create dedicated page for deprecations (#122352)
Hugo van Kemenade
2024-07-28
3
-0/+13
*
gh-119180: Add myself as CODEOWNER for annotationlib (#122366)
Jelle Zijlstra
2024-07-28
1
-0/+1
*
gh-122361: Use proper `PyUnicodeWriter_*` API in `constevaluator_call` (#122362)
sobolevn
2024-07-27
1
-15/+17
*
gh-119180: Add evaluate functions for type params and type aliases (#122212)
Jelle Zijlstra
2024-07-27
11
-159/+385
*
GH-121462: pathlib docs: improve table of corresponding os/os.path functions ...
Barney Gale
2024-07-27
1
-36/+51
*
gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)
Jelle Zijlstra
2024-07-27
3
-5/+117
*
gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)
Hugo van Kemenade
2024-07-27
4
-13/+32
*
gh-122044: Don't error during gitignore filtering with no files (#122045)
Seth Michael Larson
2024-07-27
1
-0/+4
*
gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)
Bénédikt Tran
2024-07-27
3
-2/+37
*
gh-112301: Compiler warning management tooling (#121730)
Nate Ohlson
2024-07-27
5
-2/+205
*
gh-122291: Intern latin-1 one-byte strings at startup (GH-122303)
Petr Viktorin
2024-07-27
2
-62/+40
*
gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)
Peter Bierma
2024-07-27
3
-1/+19
*
gh-121832: Revert test skip introduced by #122150. (#122340)
Russell Keith-Magee
2024-07-27
1
-1/+0
*
gh-120831: Correct default minimum iOS version. (#122339)
Russell Keith-Magee
2024-07-27
1
-1/+1
*
Fix underline for 'pty' in What's New in Python 3.14 (#122337)
Adam Turner
2024-07-27
1
-1/+1
*
Document ``mimetypes.MimeTypes.add_type()`` (#122301)
Subrahmanya Gaonkar
2024-07-26
1
-0/+10
*
Remove reference to docs mailing list for bug reports (#122323)
Carol Willing
2024-07-26
1
-7/+2
*
gh-122245: Add test case of generic type with __debug__ (#122322)
Irit Katriel
2024-07-26
2
-2/+6
*
Manually override bytecode definition in optimizer, to avoid build error (GH-...
Mark Shannon
2024-07-26
2
-4/+17
*
gh-122201: Lock mutex when setting handling_thread to NULL (#122204)
Sam Gross
2024-07-26
2
-4/+15
*
GH-122294: Burn in the addresses of side exits (GH-122295)
Brandt Bucher
2024-07-26
6
-19/+24
*
gh-122300: Preserve AST nodes for format specifiers with single elements (#12...
Pablo Galindo Salgado
2024-07-26
4
-3/+8
*
gh-122311: Fix typo in the pickle error formatting code (GH-122312)
Serhiy Storchaka
2024-07-26
1
-1/+1
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
6
-76/+76
*
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...
Irit Katriel
2024-07-26
5
-83/+173
*
GH-116090: Fix test and clarify behavior for exception events when exhausting...
Mark Shannon
2024-07-26
2
-6/+33
*
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is co...
Mark Shannon
2024-07-26
11
-153/+341
*
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon
2024-07-26
15
-215/+277
*
GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)
Brandt Bucher
2024-07-25
8
-153/+241
*
Move macOS matrix to the calling workflow (#121809)
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-07-25
2
-34/+33
*
GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283)
Brandt Bucher
2024-07-25
9
-99/+168
*
GH-122034: Add StackRef variants of type checks to reduce the number of PySta...
Mark Shannon
2024-07-25
4
-27/+60
*
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller
2024-07-25
4
-5/+5
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
16
-478/+306
*
gh-116322: Fix typo in the #ifdef check (#122268)
Serhiy Storchaka
2024-07-25
1
-1/+1
*
gh-121275: Fix test_logging and test_smtplib with Python build withoud IPv6 s...
AN Long
2024-07-25
1
-1/+2
[next]