summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)Miss Islington (bot)2024-06-231-21/+25
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-212-1/+14
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-8/+8
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-202-2/+2
* [3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...Miss Islington (bot)2024-06-191-9/+22
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-0/+8
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-3/+3
* [3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (...Miss Islington (bot)2024-06-171-1/+3
* [3.13] gh-120584: Fix "unused thread_critical_sections" warning in `test_crit...Miss Islington (bot)2024-06-161-1/+1
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-46/+2
* [3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...Miss Islington (bot)2024-06-131-3/+45
* [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...Miss Islington (bot)2024-06-121-7/+7
* [3.13] gh-120155: Add assertion to sre.c match_getindex() (GH-120402) (#120409)Miss Islington (bot)2024-06-121-0/+2
* [3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspe...Miss Islington (bot)2024-06-111-1/+2
* [3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#12...Miss Islington (bot)2024-06-101-1/+1
* [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)Miss Islington (bot)2024-06-081-0/+1
* [3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)Miss Islington (bot)2024-06-071-14/+24
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-071-1/+1
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-062-9/+27
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Łukasz Langa2024-06-042-1/+70
* [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)Miss Islington (bot)2024-06-042-37/+83
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-031-55/+142
* [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)Miss Islington (bot)2024-06-031-1/+1
* [3.13] gh-117398: Add datetime Module State (gh-120004)Miss Islington (bot)2024-06-031-162/+370
* [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)Sam Gross2024-06-031-9/+31
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-031-15/+9
* [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (...Victor Stinner2024-06-012-9/+8
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Miss Islington (bot)2024-05-312-28/+33
* [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Miss Islington (bot)2024-05-311-0/+9
* [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...Miss Islington (bot)2024-05-311-18/+32
* [3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)...Miss Islington (bot)2024-05-301-22/+63
* [3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (...Miss Islington (bot)2024-05-302-53/+45
* [3.13] gh-117398: Add multiphase support to _datetime (gh-119694)Eric Snow2024-05-291-15/+11
* [3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (...Victor Stinner2024-05-2911-16/+34
* [3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641)Eric Snow2024-05-281-110/+188
* [3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119...Eric Snow2024-05-281-11/+15
* [3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)Miss Islington (bot)2024-05-271-15/+11
* [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)Miss Islington (bot)2024-05-271-0/+3
* [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...Miss Islington (bot)2024-05-271-2/+89
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Miss Islington (bot)2024-05-242-285/+362
* [3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (#119504)Miss Islington (bot)2024-05-242-8/+9
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-4/+5
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-222-1/+81
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Miss Islington (bot)2024-05-222-341/+414
* [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...Miss Islington (bot)2024-05-171-0/+10
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Miss Islington (bot)2024-05-151-1/+1
* [3.13] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-...Miss Islington (bot)2024-05-131-10/+17
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-0/+3
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Miss Islington (bot)2024-05-101-48/+328
* [3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...Miss Islington (bot)2024-05-091-9/+0