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: Specialize `CALL_KW` (GH-123006)
Mark Shannon
2024-08-16
17
-273/+1083
*
gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usage...
Irit Katriel
2024-08-16
1
-96/+102
*
mention pypy somewhat more prominently in the pyrepl section of whatsnew (#12...
CF Bolz-Tereick
2024-08-16
1
-1/+3
*
gh-123046: Fix regexp to catch cases where the module name is omitted from th...
Kirill Podoprigora
2024-08-16
1
-12/+19
*
gh-116622: Add Android test script (#121595)
Malcolm Smith
2024-08-16
14
-92/+636
*
gh-116608: Apply style and compatibility changes from importlib_metadata. (#1...
Jason R. Coombs
2024-08-15
2
-36/+50
*
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado
2024-08-15
4
-5/+86
*
GH-121634: have `wasi.py` accept the host target triple as an argument (GH-12...
Brett Cannon
2024-08-15
2
-6/+13
*
gh-117139: Garbage collector support for deferred refcounting (#122956)
Sam Gross
2024-08-15
6
-21/+122
*
gh-122584: Import mimalloc headers in a C++ context (#122587)
Michael Droettboom
2024-08-15
1
-0/+9
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
5
-42/+42
*
gh-121404: split compiler's push/pop_inlined_comprehension_state into codegen...
Irit Katriel
2024-08-15
1
-63/+102
*
gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)
Malcolm Smith
2024-08-15
3
-1/+22
*
GH-109975: Copyedit 3.13 What's New: New Features (#122990)
Adam Turner
2024-08-15
2
-181/+199
*
GH-103484: Tell linkcheck to ignore debian manpage redirects (#123019)
Rafael Fontenelle
2024-08-14
1
-0/+2
*
gh-112301: Add warning count to warning check tooling (#122711)
Nate Ohlson
2024-08-14
4
-14/+46
*
gh-123005: Add version added in enum.Flag.__len__ (GH-123007)
Damien
2024-08-14
1
-0/+2
*
GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)
Brandt Bucher
2024-08-14
5
-42/+42
*
GH-113464: Speed up JIT builds (GH-122839)
Brandt Bucher
2024-08-14
2
-5/+19
*
gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (#122966)
sobolevn
2024-08-14
2
-6/+20
*
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon
2024-08-14
16
-517/+820
*
Fix doctrees directory for the gettext builder (#122997)
Rafael Fontenelle
2024-08-14
1
-1/+1
*
gh-111178: Avoid calling long_hash from incompatible pointer type (GH-122972)
Bénédikt Tran
2024-08-14
1
-2/+3
*
gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
Irit Katriel
2024-08-14
3
-9/+7
*
Ensure that iOS test re-runs don't try to spawn a process. (#122994)
Russell Keith-Magee
2024-08-14
1
-0/+1
*
Add a --rerun option to the iOS testbed. (#122992)
Russell Keith-Magee
2024-08-14
1
-0/+1
*
GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated...
Bénédikt Tran
2024-08-13
2
-1/+2
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
55
-5133/+11594
*
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Eric Snow
2024-08-13
5
-12/+32
*
GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...
Barney Gale
2024-08-13
1
-8/+12
*
Fix `print` usage in `turtle` doctests (#122940)
sobolevn
2024-08-13
1
-3/+3
*
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner
2024-08-13
8
-45/+77
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
4
-58/+119
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
16
-326/+299
*
GH-122821: Simplify compilation of while statements to ensure consistency of ...
Mark Shannon
2024-08-13
6
-87/+122
*
GH-122578: update to WASI SDK 24 (GH-122960)
Brett Cannon
2024-08-12
3
-4/+5
*
GH-118093: Handle some polymorphism before requiring progress in tier two (GH...
Brandt Bucher
2024-08-12
6
-42/+73
*
gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...
Eric Snow
2024-08-12
6
-54/+268
*
gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)
Sam Gross
2024-08-12
6
-34/+13
*
gh-117139: Fix a few `_PyStackRef` related bugs (#122831)
Sam Gross
2024-08-12
3
-16/+14
*
gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)
Damien
2024-08-12
4
-10/+10
*
GH-122869: Add missing tier two optimizer cases (GH-122936)
Mark Shannon
2024-08-12
2
-4/+31
*
gh-122888: Fix crash on certain calls to str() (#122889)
Jelle Zijlstra
2024-08-12
3
-12/+44
*
Fix old-style `print` statement in `gettext` comments (#122939)
sobolevn
2024-08-12
1
-1/+1
*
gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...
Serhiy Storchaka
2024-08-12
3
-153/+427
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
18
-28/+28
*
Remove "print >>obj" exception hint for Python 2 (#122853)
Victor Stinner
2024-08-12
2
-46/+0
*
gh-122903: Honor directories in zipfile.Path.glob. (#122908)
Jason R. Coombs
2024-08-12
4
-9/+40
*
gh-122905: Sanitize names in zipfile.Path. (#122906)
Jason R. Coombs
2024-08-11
3
-1/+81
*
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra
2024-08-11
3
-33/+68
[next]