..
_blake2
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_ctypes
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
_decimal
[3.13] gh-123243: Fix reference leak in `_decimal` (GH-123244) ( #123280 )
2024-08-24 04:33:49 +00:00
_hacl
gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237)
2024-03-26 00:35:26 +00:00
_io
[3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) ( #122287 )
2024-07-25 16:06:31 +00:00
_multiprocessing
[3.13] gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__` (GH-118812) ( #118856 )
2024-05-09 16:31:38 +00:00
_sqlite
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945)
2024-06-24 20:24:19 +02:00
_sre
[3.13] gh-119344: Make critical section API public (GH-119353) ( #120856 )
2024-06-21 20:20:41 +00:00
_ssl
gh-111926: Make weakrefs thread-safe in free-threaded builds ( #117168 )
2024-04-08 10:58:38 -04:00
_testcapi
[3.13] gh-111495: Add tests for PyNumber C API (GH-111996) ( #123375 )
2024-09-02 13:11:06 +02:00
_testinternalcapi
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) ( #120800 )
2024-06-20 16:00:25 +00:00
_testlimitedcapi
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
2024-08-27 12:07:17 +03:00
_xxtestfuzz
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
cjkcodecs
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
clinic
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) ( #122852 )
2024-09-02 13:03:04 +02:00
expat
gh-116741: Upgrade libexpat to 2.6.2 ( #117296 )
2024-04-22 18:15:08 -07:00
README
…
Setup
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
2024-04-24 16:18:24 +00:00
Setup.bootstrap.in
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module ( #113712 )
2024-01-08 15:10:45 +00:00
Setup.stdlib.in
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
2024-08-27 12:07:17 +03:00
_abc.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_asynciomodule.c
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
2024-09-03 12:36:42 +02:00
_bisectmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_bz2module.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_codecsmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_collectionsmodule.c
[3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120914) ( #121240 )
2024-07-01 19:40:28 +00:00
_contextvarsmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_csv.c
[3.13] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122258)
2024-07-25 07:29:36 +00:00
_curses_panel.c
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) ( #121202 )
2024-07-01 08:35:38 +00:00
_cursesmodule.c
[3.13] gh-113565: Improve and harden detection of curses dependencies (GH-119816) ( #121202 )
2024-07-01 08:35:38 +00:00
_datetimemodule.c
Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121144)" (GH-122408)
2024-07-29 21:55:28 +03:00
_dbmmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_elementtree.c
[3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) ( #123257 )
2024-09-02 13:10:09 +02:00
_functoolsmodule.c
[3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) ( #121092 )
2024-06-27 12:13:01 +00:00
_gdbmmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_hashopenssl.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_heapqmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_interpchannelsmodule.c
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811)
2024-07-15 20:15:47 +00:00
_interpqueuesmodule.c
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811)
2024-07-15 20:15:47 +00:00
_interpreters_common.h
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811)
2024-07-15 20:15:47 +00:00
_interpretersmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_json.c
gh-95382: Improve performance of json encoder with indent (GH-118105)
2024-05-06 11:04:39 +03:00
_localemodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
_lsprof.c
[3.13] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) ( #122000 )
2024-07-19 04:10:11 +00:00
_lzmamodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_math.h
gh-101678: refactor the math module to use special functions from c11 (GH-101679)
2023-02-09 00:40:52 -08:00
_opcode.c
[3.13] gh-120642: Move private PyCode APIs to the internal C API ( #120643 ) ( #121043 )
2024-06-26 15:35:19 +02:00
_operator.c
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520) (GH-120945)
2024-06-24 20:24:19 +02:00
_pickle.c
[3.13] gh-123431: Harmonize extension code checks in pickle (GH-123434) ( #123459 )
2024-09-02 13:17:16 +02:00
_posixsubprocess.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_queuemodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_randommodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_scproxy.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_ssl.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_ssl.h
GH-103092: isolate `_ssl` ( #104725 )
2023-05-22 06:14:48 +05:30
_ssl_data_31.h
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u ( #105174 )
2023-06-01 09:42:18 -07:00
_ssl_data_111.h
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u ( #105174 )
2023-06-01 09:42:18 -07:00
_ssl_data_300.h
gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u ( #105174 )
2023-06-01 09:42:18 -07:00
_stat.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_statisticsmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_struct.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
_suggestions.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_sysconfig.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_testbuffer.c
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
2024-05-06 18:59:36 +02:00
_testcapi_feature_macros.inc
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)
2024-01-29 16:45:31 +01:00
_testcapimodule.c
[3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) ( #122757 )
2024-08-06 23:37:10 +02:00
_testclinic.c
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) ( #122852 )
2024-09-02 13:03:04 +02:00
_testclinic_limited.c
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
2024-05-06 18:59:36 +02:00
_testexternalinspection.c
bpo-115773: Use the right variable name based on the field we are trying read ( #118591 )
2024-05-07 14:50:41 +00:00
_testimportmultiple.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_testinternalcapi.c
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
2024-06-26 15:32:00 -06:00
_testlimitedcapi.c
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
2024-08-27 12:07:17 +03:00
_testmultiphase.c
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
2024-05-06 18:59:36 +02:00
_testsinglephase.c
[3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)
2024-05-27 20:04:13 +00:00
_threadmodule.c
[3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655) ( #122042 )
2024-07-19 17:49:34 +00:00
_tkinter.c
[3.13] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120938)
2024-06-24 09:45:45 +00:00
_tracemalloc.c
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
2024-05-06 18:59:36 +02:00
_typingmodule.c
[3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-123449) ( #123450 )
2024-08-28 18:57:28 -07:00
_uuidmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
_weakref.c
[3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (GH-122139) ( #122186 )
2024-07-23 17:30:58 +00:00
_winapi.c
[3.13] gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementation (GH-122047) ( #122786 )
2024-09-02 12:58:53 +02:00
_zoneinfo.c
[3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) ( #120310 )
2024-06-10 10:18:18 +00:00
addrinfo.h
…
arraymodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
atexitmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
binascii.c
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
2024-05-07 11:18:45 +02:00
cmathmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
config.c.in
gh-104169: Fix test_peg_generator after tokenizer refactoring ( #110727 )
2023-10-12 09:34:35 +02:00
errnomodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
faulthandler.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
fcntlmodule.c
[3.13] gh-116622: Don't expose `FICLONE` ioctl on Android (GH-122522) ( #122539 )
2024-08-16 16:07:27 +08:00
gc_weakref.txt
…
gcmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
getaddrinfo.c
gh-108767: Replace ctype.h functions with pyctype.h functions ( #108772 )
2023-09-01 18:36:53 +02:00
getbuildinfo.c
gh-106320: Remove private pylifecycle.h functions ( #106400 )
2023-07-04 09:41:43 +00:00
getnameinfo.c
…
getpath.c
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) ( #121631 )
2024-07-11 21:00:28 +00:00
getpath.py
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) ( #121631 )
2024-07-11 21:00:28 +00:00
getpath_noop.c
…
grpmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
hashlib.h
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` ( #111864 )
2023-11-20 15:52:00 +02:00
itertoolsmodule.c
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) ( #120007 )
2024-06-03 22:47:34 +00:00
ld_so_aix.in
…
main.c
[3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115)
2024-07-22 13:36:57 +02:00
makesetup
[3.13] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (GH-122764) (GH-122842)
2024-08-09 14:45:04 -07:00
makexp_aix
…
mathmodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
md5module.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
mmapmodule.c
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
2024-05-10 12:00:00 +01:00
overlapped.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
posixmodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
posixmodule.h
gh-85283: Convert grp extension to the limited C API ( #116611 )
2024-03-12 00:46:53 +00:00
pwdmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
pyexpat.c
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-120731. ( #120748 )
2024-06-20 15:09:32 +01:00
readline.c
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
2024-05-06 18:59:36 +02:00
resource.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
rotatingtree.c
[3.13] gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (GH-121260) ( #121307 )
2024-07-03 07:59:26 +00:00
rotatingtree.h
…
selectmodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
sha1module.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
sha2module.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
sha3module.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
signalmodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
socketmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
socketmodule.h
gh-110850: Cleanup pycore_time.h includes ( #115724 )
2024-02-20 16:50:43 +00:00
symtablemodule.c
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (GH-119976) ( #120641 )
2024-06-17 08:01:49 -07:00
syslogmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
termios.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
timemodule.c
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
2024-07-19 09:13:08 +00:00
tkappinit.c
gh-103538: Remove unused TK_AQUA code (GH-103539)
2023-05-10 18:53:13 +00:00
tkinter.h
gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)
2023-04-14 09:04:16 -05:00
unicodedata.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
unicodedata_db.h
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds ( #112118 )
2023-11-15 16:42:17 +00:00
unicodename_db.h
gh-96954: Fix `make regen-unicodedata` in out-of-tree builds ( #112118 )
2023-11-15 16:42:17 +00:00
winreparse.h
…
xxlimited.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
xxlimited_35.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
xxmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
xxsubtype.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00
zlibmodule.c
gh-116322: Add Py_mod_gil module slot ( #116882 )
2024-05-03 11:30:55 -04:00