summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-46376: Return existing pointer when possible in ctypes (#107131)Konstantin2023-07-311-0/+29
* gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)Charlie Zhao2023-07-301-4/+28
* gh-106881: Check for linux/limits.h before including it (#107397)justdan62023-07-281-1/+1
* gh-106078: Isolate `decimal` module (#107287)Charlie Zhao2023-07-281-182/+269
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-274-31/+21
* gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)Christopher Chavez2023-07-272-7/+25
* gh-103731: Remove unneeded checks for TCL_WIDE_INT_TYPE (GH-103732)Christopher Chavez2023-07-271-4/+0
* gh-107279 Add `<stddef.h>` to `Modules/zlibmodule.c` to fix failing builds (#...shailshouryya2023-07-271-0/+1
* gh-103735: Tkinter: remove handling for uninteresting "procbody" Tcl value ty...Christopher Chavez2023-07-261-6/+0
* gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)Christopher Chavez2023-07-251-2/+3
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-2548-253/+261
* gh-86493: Modernize modules initialization code (GH-106858)Serhiy Storchaka2023-07-2525-275/+78
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-243-15/+18
* gh-106320: Remove private _PyDict C API (#107145)Victor Stinner2023-07-242-3/+5
* Docs: fix typo in os.pwrite docstring (#107087)Jérôme Carretero2023-07-232-4/+4
* gh-106320: Remove _PyBytes_Join() C API (#107144)Victor Stinner2023-07-231-1/+2
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-233-76/+81
* gh-106320: Remove _PyIsSelectable_fd() C API (#107142)Victor Stinner2023-07-231-0/+1
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-232-1/+56
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-232-1/+55
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-223-4/+4
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-222-0/+2
* gh-106320: Remove _PyOS_ReadlineTState API (#107034)Victor Stinner2023-07-221-0/+3
* gh-106320: Move _PyNone_Type to the internal C API (#107030)Victor Stinner2023-07-221-0/+1
* gh-106320: Move private _PyHash API to the internal C API (#107026)Victor Stinner2023-07-224-1/+9
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-211-0/+191
* gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...Serhiy Storchaka2023-07-211-1/+1
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-202-1/+94
* gh-106078: Prepare to isolate decimal module (#106880)Charlie Zhao2023-07-201-21/+53
* gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)Serhiy Storchaka2023-07-1811-88/+20
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-182-1/+255
* gh-86493: Fix possible leaks in some modules initialization (GH-106768)Serhiy Storchaka2023-07-188-45/+37
* gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decim...Serhiy Storchaka2023-07-184-55/+37
* gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)Nikita Sobolev2023-07-171-3/+4
* gh-106687: _ssl: use uint64_t for SSL options (#106700)Victor Stinner2023-07-171-26/+54
* gh-81283: compiler: remove indent from docstring (#106411)Inada Naoki2023-07-152-2/+79
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-142-1/+407
* gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL cont...Grant Ramsay2023-07-141-5/+9
* gh-105235: Prevent reading outside buffer during mmap.find() (#105252)Dennis Sweeney2023-07-132-1/+120
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-1218-60/+60
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-112-22/+15
* gh-106078: Move external C-API functions to decimal module global state (#106...Charlie Zhao2023-07-111-23/+24
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-101-0/+25
* gh-106078: Move static variables initialized once to decimal module global st...Charlie Zhao2023-07-101-22/+28
* GH-104787: use managed weakrefs in `_asyncio` (#106516)Kumar Aditya2023-07-101-21/+6
* gh-99593: Add tests for Unicode C API (part 3) (GH-104728)Serhiy Storchaka2023-07-101-1/+506
* gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)Victor Stinner2023-07-091-1/+1
* gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)littlebutt's workshop2023-07-092-25/+140
* gh-106508: Improve debugging of the _sre module (GH-106509)Serhiy Storchaka2023-07-083-5/+31
* gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...Radislav Chugunov2023-07-081-1/+1