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-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
*
bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318)
Dennis Sweeney
2022-03-25
4
-7/+11
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
7
-10/+46
*
Add an issue template config for the migration (GH-32101)
Ezio Melotti
2022-03-24
1
-0/+5
*
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
Christian Heimes
2022-03-24
3
-0/+34
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
7
-106/+381
*
bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)
Irit Katriel
2022-03-24
1
-2/+0
*
bpo-40465: Document random module changes in 3.11 What's new (#31818)
Tomáš Hrnčiar
2022-03-24
2
-1/+6
*
bpo-46480: rephrase typing.assert_type docs (GH-32069)
Shantanu
2022-03-24
2
-2/+2
*
Fix GPG signing in Windows release build (GH-32089)
Steve Dower
2022-03-23
2
-41/+26
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
2
-47/+20
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
3
-1/+20
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
10
-29/+128
*
bpo-47086: Remove dead link to old CHM documentation (GH-32075)
Steve Dower
2022-03-23
1
-4/+0
*
bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects ...
Eric Snow
2022-03-23
2
-12/+36
[next]