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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
2
-1/+14
*
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
Victor Stinner
2024-06-21
1
-261/+187
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-0/+152
*
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
2024-06-21
1
-0/+6
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
13
-83/+87
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-8/+8
*
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
Jelle Zijlstra
2024-06-20
2
-1/+47
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
2
-2/+1
*
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Barney Gale
2024-06-19
1
-0/+5
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+8
*
gh-120674: Protect multi-line macros in _testbuffer.c and _testcapimodule.c (...
Bénédikt Tran
2024-06-18
2
-60/+86
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-0/+221
*
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...
Bénédikt Tran
2024-06-17
1
-3/+3
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
1
-1/+1
*
gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)
Nikita Sobolev
2024-06-17
1
-1/+3
*
gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_se...
Nikita Sobolev
2024-06-16
1
-1/+1
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
1
-46/+2
*
gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)
neonene
2024-06-13
1
-3/+45
*
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...
neonene
2024-06-12
1
-7/+7
*
gh-120155: Add assertion to sre.c match_getindex() (#120402)
Victor Stinner
2024-06-12
1
-0/+2
*
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Bénédikt Tran
2024-06-12
1
-1/+0
*
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...
Bénédikt Tran
2024-06-12
1
-0/+2
*
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...
Nikita Sobolev
2024-06-12
1
-0/+9
*
gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode...
Pablo Galindo Salgado
2024-06-11
1
-1/+2
*
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner
2024-06-10
2
-1/+34
*
gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)
Victor Stinner
2024-06-10
1
-1/+1
*
gh-120296: Fix format string of fcntl.ioctl() audit (#120301)
Clinton
2024-06-10
1
-1/+1
*
gh-120244: Fix re.sub() reference leak (GH-120245)
neonene
2024-06-08
1
-0/+1
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
2
-17/+19
*
gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...
Jacob Walls
2024-06-07
1
-1/+1
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
2
-9/+27
*
gh-120155: Initialize variables in _tkinter.c (#120156)
Victor Stinner
2024-06-06
1
-2/+7
*
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt
2024-06-05
1
-0/+3
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
2
-1/+70
*
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)
Christopher Chavez
2024-06-04
1
-14/+24
*
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka
2024-06-04
2
-37/+83
*
gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)
Bénédikt Tran
2024-06-04
1
-1/+3
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
1
-55/+142
*
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
Eric Snow
2024-06-03
1
-1/+1
*
gh-117398: Add datetime Module State (gh-119810)
Eric Snow
2024-06-03
1
-162/+370
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
1
-15/+9
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+14
*
gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)
Radislav Chugunov
2024-06-03
1
-9/+22
*
gh-119770: Make termios ioctl() constants positive (#119840)
Victor Stinner
2024-05-31
1
-3/+15
*
gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clea...
Sam Gross
2024-05-31
1
-0/+9
*
gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)
Christopher Chavez
2024-05-31
1
-18/+32
*
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
Irit Katriel
2024-05-30
1
-0/+1
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Steve Dower
2024-05-29
2
-28/+33
*
gh-119655: Fix reference leak in the ``_datetimemodule.c`` (gh-119713)
Kirill Podoprigora
2024-05-29
1
-2/+5
*
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens
2024-05-29
5
-132/+2229
[next]