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-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
*
gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712)
Victor Stinner
2024-05-29
11
-16/+34
*
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev
2024-05-29
4
-110/+108
*
gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)
Eric Snow
2024-05-28
1
-22/+60
*
gh-117398: gh-119655: datetime: Init static state once & don't free it (GH-11...
Petr Viktorin
2024-05-28
1
-5/+13
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
7
-82/+369
*
gh-117398: Add multiphase support to _datetime (gh-119373)
Erlend E. Aasland
2024-05-27
1
-15/+11
*
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow
2024-05-27
1
-0/+3
*
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow
2024-05-25
1
-2/+89
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-24
2
-285/+362
[next]