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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
180909
2022-04-04
1
-0/+1
*
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
Christian Heimes
2022-04-04
1
-0/+1
*
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)
Inada Naoki
2022-04-04
1
-0/+1
*
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...
Hood Chatham
2022-04-03
1
-0/+6
*
bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)
Jason R. Coombs
2022-04-03
1
-0/+1
*
bpo-23689: re module, fix memory leak when a match is terminated by a signal ...
Ma Lin
2022-04-03
1
-0/+2
*
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Christian Heimes
2022-04-03
1
-0/+2
*
bpo-46033: Clarify for-statement execution (GH-30025)
Michał D
2022-04-03
1
-0/+1
*
bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...
Zachary Ware
2022-04-02
1
-0/+1
*
bpo-47152: Convert the re module into a package (GH-32177)
Serhiy Storchaka
2022-04-02
1
-0/+2
*
bpo-46023: makesetup: skip all duplicate modules (GH-32234)
Christian Heimes
2022-04-01
1
-0/+2
*
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel
2022-04-01
1
-0/+1
*
bpo-46841: Avoid unnecessary allocations in code object comparisons (GH-32222)
Brandt Bucher
2022-04-01
1
-0/+1
*
bpo-47009: Streamline list.append for the common case (GH-31864)
Dennis Sweeney
2022-04-01
1
-0/+1
*
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...
Victor Stinner
2022-04-01
1
-0/+6
*
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
Victor Stinner
2022-04-01
1
-0/+3
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
1
-0/+1
*
bpo-45099: Document asyncio internal API (GH-32166)
Andrew Svetlov
2022-03-31
1
-0/+1
*
bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
Gregory P. Smith
2022-03-31
1
-0/+3
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+3
*
bpo-47182: Fix crash by named unicode characters after interpreter reinitiali...
Christian Heimes
2022-03-31
1
-0/+2
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
1
-0/+2
*
bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
Steve Dower
2022-03-30
1
-0/+1
*
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
Christian Heimes
2022-03-30
1
-0/+4
*
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...
Dong-hee Na
2022-03-30
1
-0/+3
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
2
-0/+8
*
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov
2022-03-30
1
-0/+1
*
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Daniël van Noord
2022-03-30
1
-0/+1
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-0/+1
*
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
Dave Goncalves
2022-03-29
1
-0/+1
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle
2022-03-29
1
-0/+3
*
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Sam Ezeh
2022-03-29
2
-0/+2
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
1
-0/+2
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-0/+6
*
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
Vincent Bernat
2022-03-28
1
-0/+3
*
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski
2022-03-28
1
-0/+1
*
bpo-26120: make pydoc exclude __future__ imports from the data block of the m...
Irit Katriel
2022-03-28
1
-0/+1
*
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak
2022-03-28
1
-0/+3
*
bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866)
ty
2022-03-27
1
-0/+3
*
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Kumar Aditya
2022-03-27
1
-0/+1
*
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Jouke Witteveen
2022-03-27
1
-0/+4
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
1
-0/+3
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
1
-0/+2
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
1
-0/+1
*
bpo-47117: Don't crash if we fail to decode characters when the tokenizer buf...
Pablo Galindo Salgado
2022-03-26
1
-0/+2
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
1
-0/+1
*
bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318)
Dennis Sweeney
2022-03-25
1
-0/+1
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
1
-0/+2
*
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
Christian Heimes
2022-03-24
1
-0/+2
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-0/+1
[next]