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-123110: correct note about _Bool in the struct module docs (GH-123111)
Sergey B Kirpichev
2024-08-18
1
-3/+3
*
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick
2024-08-18
4
-16/+54
*
Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)
Adam Turner
2024-08-17
1
-17/+32
*
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross
2024-08-17
4
-5/+40
*
gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)
Sam Gross
2024-08-17
1
-0/+12
*
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...
Serhiy Storchaka
2024-08-17
3
-26/+47
*
GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)
Adam Turner
2024-08-17
1
-102/+156
*
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...
Sergey B Kirpichev
2024-08-17
1
-3/+3
*
fix typo in dis.rst (#121612)
mathysEthical
2024-08-17
1
-1/+1
*
Remove unneeded verb in the phrase in sys.rst (#122718)
Rafael Fontenelle
2024-08-17
1
-1/+1
*
gh-122519: Adding socket module shutdown() constants description (#122543)
Damien
2024-08-17
1
-0/+7
*
gh-122681: remove m_atan2()/c_atan2() helpers (#122715)
Sergey B Kirpichev
2024-08-17
3
-42/+3
*
gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of...
Kirill Podoprigora
2024-08-17
1
-19/+15
*
GH-120754: Disable buffering in Path.read_bytes (#122111)
Cody Maloney
2024-08-16
3
-2/+3
*
gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject...
Mateusz Nowak
2024-08-16
4
-2/+86
*
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
[prev]
[next]