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-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
*
gh-69214: Fix fcntl.ioctl() request type (#119498)
Victor Stinner
2024-05-24
2
-8/+9
*
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Victor Stinner
2024-05-23
1
-0/+1
*
gh-117398: Statically Allocate the Datetime C-API (GH-119472)
Eric Snow
2024-05-23
1
-35/+83
*
gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424)
Petr Viktorin
2024-05-23
2
-53/+45
*
gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)
neonene
2024-05-22
1
-6/+0
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
6
-12/+12
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
2
-1/+81
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-4/+5
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Nice Zombies
2024-05-21
2
-341/+414
*
gh-117657: Fix itertools.count thread safety (#119268)
Arnon Yaari
2024-05-21
1
-9/+31
*
gh-118928: sqlite3: correctly bail if sequences of params are used with named...
Erlend E. Aasland
2024-05-20
1
-0/+1
*
gh-119049: Fix incorrect display of warning which is constructed by C API (GH...
Kirill Podoprigora
2024-05-16
1
-0/+10
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Steve Dower
2024-05-15
1
-1/+1
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
1
-6/+2
[next]