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
...
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
15
-113/+147
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
10
-517/+402
*
bpo-47164: Add _PyCFunctionObject_CAST() macr (GH-32190)
Victor Stinner
2022-03-31
1
-6/+11
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
8
-36/+57
*
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner
2022-03-31
8
-78/+76
*
bpo-47146: Avoid Using make Recursively (gh-32206)
Eric Snow
2022-03-31
2
-10/+24
*
bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204)
Steve Dower
2022-03-30
1
-6/+32
*
bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
Steve Dower
2022-03-30
4
-22/+10
*
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
Christian Heimes
2022-03-30
8
-18/+99
*
Add CODEOWNERS entry for pathlib (GH-32202)
Brett Cannon
2022-03-30
1
-0/+3
*
bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...
Dong-hee Na
2022-03-30
2
-8/+4
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
6
-12/+16
*
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov
2022-03-30
4
-2/+122
*
Merge deoptimization blocks in interpreter (GH-32155)
Mark Shannon
2022-03-30
3
-36/+28
*
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Daniël van Noord
2022-03-30
3
-12/+14
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
24
-29/+28
*
bpo-46864: Suppress even more ob_shash deprecation warnings (GH-32176)
Christian Heimes
2022-03-30
1
-0/+5
*
bpo-26120: do not exclude __future__ import in pydoc of the __future__ module...
Irit Katriel
2022-03-29
2
-1/+18
*
asyncio.Task: rename internal nested variable to don't hide another declarati...
Andrew Svetlov
2022-03-29
1
-13/+13
*
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
Dave Goncalves
2022-03-29
5
-38/+118
*
Update glossary.rst (GH-32093)
Géry Ogam
2022-03-29
1
-8/+7
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle
2022-03-29
3
-0/+82
*
bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
Sam Ezeh
2022-03-29
5
-49/+63
*
bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
Ma Lin
2022-03-29
5
-19/+152
*
bpo-47053: Refactor BINARY_OP_INPLACE_ADD_UNICODE (GH-32122)
Dennis Sweeney
2022-03-29
1
-14/+18
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
10
-16/+2821
*
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
Vincent Bernat
2022-03-28
2
-1/+5
*
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski
2022-03-28
3
-11/+35
*
bpo-26120: make pydoc exclude __future__ imports from the data block of the m...
Irit Katriel
2022-03-28
3
-0/+10
*
bpo-47146: Eliminate a race between make regen-deepfreeze and make regen-glob...
Eric Snow
2022-03-28
1
-7/+8
*
bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...
Steve Dower
2022-03-28
1
-1/+3
*
Fix typo in the sqlite3 docs (GH-31915)
Jonathan
2022-03-28
1
-1/+1
*
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Pieter Eendebak
2022-03-28
6
-103/+81
*
bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)
vidhya
2022-03-28
1
-0/+3
*
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...
Yonatan Goldschmidt
2022-03-28
1
-1/+1
*
bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866)
ty
2022-03-27
2
-1/+9
*
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Kumar Aditya
2022-03-27
6
-37/+77
*
bpo-46429: tweak deepfreeze output (#32107)
Kumar Aditya
2022-03-27
1
-0/+6
*
bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
Jouke Witteveen
2022-03-27
2
-4/+1
*
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Jouke Witteveen
2022-03-27
3
-33/+51
*
bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
Christian Heimes
2022-03-26
25
-5634/+346
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
19
-17791/+149
*
bpo-47116: use _PyLong_FromUnsignedChar instead of PyLong_FromLong (GH-32110)
Pieter Eendebak
2022-03-26
2
-5/+5
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
12
-2128/+3056
*
bpo-47117: Don't crash if we fail to decode characters when the tokenizer buf...
Pablo Galindo Salgado
2022-03-26
2
-2/+9
*
bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)
Alex Hedges
2022-03-26
1
-1/+1
*
bpo-47062: Rename factory argument to loop_factory (GH-32113)
Andrew Svetlov
2022-03-25
3
-8/+8
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
6
-5/+856
*
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov
2022-03-25
1
-1/+1
*
Fix some typos in whatsnew (GH-32098)
Kurt McKee
2022-03-25
1
-4/+4
[prev]
[next]