..
_blake2
_ctypes
gh-99337: Fix compile errors with gcc 12 on macOS ( #99470 )
2022-11-21 10:50:20 +01:00
_decimal
gh-99300: Use Py_NewRef() in Modules/ directory ( #99466 )
2022-11-14 13:08:15 +01:00
_io
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults ( #18640 )
2022-11-28 16:16:40 +05:30
_multiprocessing
_sha3
_sqlite
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
_sre
gh-99300: Use Py_NewRef() in Modules/ directory ( #99468 )
2022-11-14 13:44:56 +01:00
_ssl
gh-99300: Use Py_NewRef() in Modules/ directory ( #99468 )
2022-11-14 13:44:56 +01:00
_testcapi
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
2022-11-29 09:59:56 +02:00
_xxtestfuzz
cjkcodecs
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
clinic
GH-91375: Port _asyncio static types to heap types and module state ( #99122 )
2022-11-29 15:37:37 +05:30
expat
_abc.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_asynciomodule.c
GH-91375: Port _asyncio static types to heap types and module state ( #99122 )
2022-11-29 15:37:37 +05:30
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
_contextvarsmodule.c
_cryptmodule.c
_csv.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99466 )
2022-11-14 13:08:15 +01:00
_curses_panel.c
gh-98724: Fix warnings on Py_SETREF() usage ( #99781 )
2022-11-26 00:30:37 +01:00
_cursesmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99466 )
2022-11-14 13:08:15 +01:00
_datetimemodule.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_dbmmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99466 )
2022-11-14 13:08:15 +01:00
_elementtree.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_functoolsmodule.c
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
_gdbmmodule.c
gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (GH-99427)
2022-11-14 15:25:34 +02:00
_hashopenssl.c
_heapqmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99466 )
2022-11-14 13:08:15 +01:00
_json.c
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
_localemodule.c
_lsprof.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99467 )
2022-11-14 13:08:43 +01:00
_lzmamodule.c
_math.h
_opcode.c
_operator.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99467 )
2022-11-14 13:08:43 +01:00
_pickle.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_posixsubprocess.c
_queuemodule.c
_randommodule.c
_scproxy.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_ssl.c
gh-96828: Add an ssl.OP_ENABLE_KTLS option (GH-96830)
2022-11-23 18:24:09 -08:00
_ssl.h
_ssl_data.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_testbuffer.c
gh-99300: Replace Py_INCREF() with Py_NewRef() ( #99513 )
2022-11-16 10:39:47 +01:00
_testcapi_feature_macros.inc
_testcapimodule.c
Revert "gh-98724: Fix Py_CLEAR() macro side effects" ( #99737 )
2022-11-24 22:17:33 +01:00
_testclinic.c
gh-64490: Fix bugs in argument clinic varargs processing ( #32092 )
2022-11-24 20:56:50 +01:00
_testimportmultiple.c
_testinternalcapi.c
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
_testmultiphase.c
_testsinglephase.c
_threadmodule.c
gh-99377: Add audit events for thread creation and clear (GH-99378)
2022-11-16 17:15:52 +00:00
_tkinter.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_tracemalloc.c
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
2022-11-15 09:45:11 -07:00
_typingmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99468 )
2022-11-14 13:44:56 +01:00
_uuidmodule.c
_weakref.c
_winapi.c
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
2022-11-25 17:39:48 +00:00
_xxsubinterpretersmodule.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
_zoneinfo.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
addrinfo.h
arraymodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99468 )
2022-11-14 13:44:56 +01:00
atexitmodule.c
audioop.c
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c
gh-99845: Clean up _PyObject_VAR_SIZE() usage ( #99847 )
2022-11-29 12:15:21 +01:00
getaddrinfo.c
getbuildinfo.c
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
2022-11-15 09:45:11 -07:00
getnameinfo.c
getpath.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99469 )
2022-11-14 16:21:23 +01:00
getpath.py
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
2022-11-14 15:05:14 +00:00
getpath_noop.c
grpmodule.c
hashlib.h
itertoolsmodule.c
gh-99537: Use Py_SETREF() function in C code ( #99656 )
2022-11-22 14:22:22 +01:00
ld_so_aix.in
main.c
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
2022-11-16 09:37:14 -07:00
makesetup
gh-96269: static and shared ext need different deps ( #96316 )
2022-11-16 14:03:35 +01:00
makexp_aix
mathmodule.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
md5module.c
mmapmodule.c
gh-99300: Replace Py_INCREF() with Py_NewRef() ( #99513 )
2022-11-16 10:39:47 +01:00
nismodule.c
gh-99537: Use Py_SETREF(var, NULL) in C code ( #99687 )
2022-11-23 14:57:50 +01:00
ossaudiodev.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99469 )
2022-11-14 16:21:23 +01:00
overlapped.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99469 )
2022-11-14 16:21:23 +01:00
posixmodule.c
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler ( #95897 )
2022-11-26 15:01:42 +05:30
posixmodule.h
pwdmodule.c
pyexpat.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99469 )
2022-11-14 16:21:23 +01:00
readline.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99469 )
2022-11-14 16:21:23 +01:00
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
gh-99300: Replace Py_INCREF() with Py_NewRef() ( #99513 )
2022-11-16 10:39:47 +01:00
Setup
Setup.bootstrap.in
Setup.stdlib.in
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
2022-11-22 08:25:43 +01:00
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
gh-98930: improve the docstring of signal.strsignal ( #99290 )
2022-11-13 11:41:23 -08:00
socketmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99469 )
2022-11-14 16:21:23 +01:00
socketmodule.h
spwdmodule.c
symtablemodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00
syslogmodule.c
gh-99300: Replace Py_INCREF() with Py_NewRef() ( #99513 )
2022-11-16 10:39:47 +01:00
termios.c
GH-97001: Release GIL in termios extension ( #99503 )
2022-11-22 11:14:23 +01:00
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00
xxlimited_35.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00
xxmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00
xxsubtype.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00
zlibmodule.c
gh-99300: Use Py_NewRef() in Modules/ directory ( #99473 )
2022-11-14 16:21:40 +01:00