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
*
Fix typo in perf profiling docs (#112112)
Ryuji Tsutsui
2023-11-15
1
-1/+1
*
gh-108303: Delete `imp_dummy` test file (#112110)
Nikita Sobolev
2023-11-15
1
-3/+0
*
gh-111789: Use PyDict_GetItemRef() in Modules/_asynciomodule.c (GH-112072)
Serhiy Storchaka
2023-11-15
1
-6/+2
*
Docs: Add the time to the HTML last updated format (#110091)
Adam Turner
2023-11-15
1
-3/+2
*
gh-112062: Make `_struct` module thread-safe in `--disable-gil` builds (#112094)
Radislav Chugunov
2023-11-15
1
-7/+6
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
9
-1/+147
*
gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...
DPR
2023-11-15
3
-5/+45
*
gh-111995: Add getnameinfo extension flag (#111994)
adder32
2023-11-15
2
-0/+5
*
gh-111545: Add Include/cpython/pyhash.h header file (#112063)
Victor Stinner
2023-11-15
5
-13/+24
*
gh-111942: Fix SystemError in the TextIOWrapper constructor (#112061)
Serhiy Storchaka
2023-11-14
3
-5/+9
*
gh-111906: Fix warnings during mimalloc build on FreeBSD (#111907)
Furkan Onder
2023-11-14
1
-2/+2
*
gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976)
Serhiy Storchaka
2023-11-14
3
-5/+122
*
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
Mark Shannon
2023-11-14
7
-129/+184
*
gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978)
Serhiy Storchaka
2023-11-14
3
-140/+51
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
15
-73/+335
*
gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)
Tian Gao
2023-11-14
3
-1/+39
*
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross
2023-11-14
5
-8/+117
*
gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980)
Serhiy Storchaka
2023-11-14
1
-18/+14
*
gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979)
Serhiy Storchaka
2023-11-14
1
-18/+17
*
gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828)
Serhiy Storchaka
2023-11-14
2
-78/+61
*
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
Serhiy Storchaka
2023-11-14
5
-120/+76
*
gh-111622: Fix doc for items views (#112051)
Terry Jan Reedy
2023-11-14
1
-5/+8
*
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher
2023-11-14
3
-28/+24
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
5
-39/+43
*
gh-112007: Re-organize help utility intro message (#112017)
Terry Jan Reedy
2023-11-13
1
-11/+13
*
GH-110417: Fix `glob` docs ordering (#110418)
Barney Gale
2023-11-13
1
-34/+35
*
GH-72904: Add `glob.translate()` function (#106703)
Barney Gale
2023-11-13
7
-106/+229
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
8
-127/+303
*
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
AN Long
2023-11-13
2
-3/+10
*
gh-111460: Restore ncurses widechar support on macOS (#111878)
Davide Rizzo
2023-11-13
3
-3/+8
*
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
Markus Mohrhard
2023-11-13
3
-0/+16
*
gh-110944: Move pty helper to test.support and add basic pdb completion test ...
Tian Gao
2023-11-13
3
-54/+91
*
gh-102837: more tests for the math module (GH-111930)
Sergey B Kirpichev
2023-11-13
1
-0/+55
*
Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...
Hugo van Kemenade
2023-11-13
2
-0/+7
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
8
-39/+74
*
gh-111928: make "memo" dict local to scan_once call (gh-112005)
AN Long
2023-11-13
1
-23/+19
*
gh-111944: Add assignment expression parentheses requirements (#111977)
Terry Jan Reedy
2023-11-13
1
-4/+5
*
GH-111429: Speed up `pathlib.PurePath.[is_]relative_to()` (#111431)
Barney Gale
2023-11-12
2
-4/+10
*
gh-111969: refactor to make it easier to construct a dis.Instruction object (...
Irit Katriel
2023-11-12
2
-64/+101
*
gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002)
Serhiy Storchaka
2023-11-12
1
-12/+7
*
gh-111933: fix broken link to A.Neumaier article (gh-111937)
Sergey B Kirpichev
2023-11-12
1
-1/+4
*
gh-111777: Fix assertion errors on incorrectly still-tracked GC object destru...
T. Wouters
2023-11-12
1
-1/+3
*
Fix undefined behaviour in datetime.time.fromisoformat() (#111982)
T. Wouters
2023-11-11
1
-1/+1
*
gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)
Stephen Gildea
2023-11-11
5
-1/+247
*
gh-110481: fix 'unused function' warning for `is_shared_refcnt_dead`. (gh-111...
Sam Gross
2023-11-10
1
-4/+6
*
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#10...
Nikita Sobolev
2023-11-10
3
-4/+12
*
Remove dead code left after gh-110721 (#111905)
Serhiy Storchaka
2023-11-10
1
-37/+0
*
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao
2023-11-10
4
-3/+43
*
gh-111789: Simplify the sqlite code (GH-111829)
Serhiy Storchaka
2023-11-10
2
-17/+6
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
4
-13/+18
[next]