aboutsummaryrefslogtreecommitdiff
path: root/Modules
AgeCommit message (Expand)Author
2021-12-09bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...Pablo Galindo Salgado
2021-12-08bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)David CARLIER
2021-12-08bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)Steve Dower
2021-12-08bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...Steve Dower
2021-12-07bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)Eric Snow
2021-12-07bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)Eric Snow
2021-12-07bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)Eric Snow
2021-12-07bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)Christian Heimes
2021-12-07bpo-45582: Fix framework path and bootstrap build (GH-29954)Christian Heimes
2021-12-07bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...Mark Shannon
2021-12-07bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)Steve Dower
2021-12-06bpo-45582: framework build: modPath must not be const (GH-29944)Christian Heimes
2021-12-06bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)neonene
2021-12-06bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)Christian Heimes
2021-12-05bpo-37295: Optimize math.comb() and math.perm() (GH-29090)Serhiy Storchaka
2021-12-05bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)Christian Heimes
2021-12-05bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Serhiy Storchaka
2021-12-04bpo-45847: Update whatsnew and add place holder entries for missing extension...Christian Heimes
2021-12-04bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)Christian Heimes
2021-12-03bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906)neonene
2021-12-03bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before the...Irit Katriel
2021-12-03bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)Christian Heimes
2021-12-03bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower
2021-11-29bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)Gideon
2021-11-29bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)Erlend Egeberg Aasland
2021-11-29bpo-45786: Allocate space for frame in frame object. (GH-29729)Mark Shannon
2021-11-29bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)Christian Heimes
2021-11-28bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)Erlend Egeberg Aasland
2021-11-26bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)Ma Lin
2021-11-26bpo-40280: Move hard-coded feature checks to configure (GH-29789)Christian Heimes
2021-11-26bpo-40280: Add configure check for socket shutdown (GH-29795)Christian Heimes
2021-11-26bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)Christian Heimes
2021-11-25bpo-41498: Fix build on platforms without sigset_t (GH-29770)Christian Heimes
2021-11-24bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)Pablo Galindo Salgado
2021-11-24bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)Christian Heimes
2021-11-24bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)Erlend Egeberg Aasland
2021-11-23bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)Christian Heimes
2021-11-23bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)Christian Heimes
2021-11-23bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)Christian Heimes
2021-11-23bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)Erlend Egeberg Aasland
2021-11-22bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)Erlend Egeberg Aasland
2021-11-22bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706)Christian Heimes
2021-11-22bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (...Erlend Egeberg Aasland
2021-11-22bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)Christian Heimes
2021-11-22bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702)Christian Heimes
2021-11-22bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703)Erlend Egeberg Aasland
2021-11-22bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696)Erlend Egeberg Aasland
2021-11-22bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing ...Erlend Egeberg Aasland
2021-11-22bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY...Erlend Egeberg Aasland
2021-11-22bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE ...Erlend Egeberg Aasland