| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46008: Add _PyInterpreterState_Main(). (gh-29978) | Eric Snow | 2021-12-08 | 1 | -2/+2 |
|
|
* | bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973) | Eric Snow | 2021-12-08 | 1 | -2/+2 |
|
|
* | bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971) | Eric Snow | 2021-12-07 | 1 | -4/+4 |
|
|
* | bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969) | Christian Heimes | 2021-12-07 | 1 | -1/+1 |
|
|
* | bpo-45582: Fix framework path and bootstrap build (GH-29954) | Christian Heimes | 2021-12-07 | 1 | -9/+12 |
|
|
* | bpo-45947: Place dict and values pointer at fixed (negative) offset just befo... | Mark Shannon | 2021-12-07 | 2 | -40/+41 |
|
|
* | bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948) | Steve Dower | 2021-12-07 | 1 | -0/+2 |
|
|
* | bpo-45582: framework build: modPath must not be const (GH-29944) | Christian Heimes | 2021-12-06 | 1 | -1/+1 |
|
|
* | bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930) | neonene | 2021-12-06 | 1 | -1/+1 |
|
|
* | bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936) | Christian Heimes | 2021-12-06 | 1 | -1/+2 |
|
|
* | bpo-37295: Optimize math.comb() and math.perm() (GH-29090) | Serhiy Storchaka | 2021-12-05 | 1 | -93/+192 |
|
|
* | bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921) | Christian Heimes | 2021-12-05 | 1 | -1/+1 |
|
|
* | bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) | Serhiy Storchaka | 2021-12-05 | 1 | -13/+10 |
|
|
* | bpo-45847: Update whatsnew and add place holder entries for missing extension... | Christian Heimes | 2021-12-04 | 1 | -0/+12 |
|
|
* | bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747) | Christian Heimes | 2021-12-04 | 1 | -0/+4 |
|
|
* | bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906) | neonene | 2021-12-03 | 1 | -3/+9 |
|
|
* | bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before the... | Irit Katriel | 2021-12-03 | 1 | -7/+12 |
|
|
* | bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902) | Christian Heimes | 2021-12-03 | 1 | -1/+1 |
|
|
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 7 | -1407/+1538 |
|
|
* | bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829) | Gideon | 2021-11-29 | 1 | -0/+4 |
|
|
* | bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591) | Erlend Egeberg Aasland | 2021-11-29 | 1 | -1/+1 |
|
|
* | bpo-45786: Allocate space for frame in frame object. (GH-29729) | Mark Shannon | 2021-11-29 | 1 | -1/+0 |
|
|
* | bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833) | Christian Heimes | 2021-11-29 | 4 | -11/+84 |
|
|
* | bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768) | Erlend Egeberg Aasland | 2021-11-28 | 1 | -0/+1 |
|
|
* | bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) | Ma Lin | 2021-11-27 | 1 | -2/+3 |
|
|
* | bpo-40280: Move hard-coded feature checks to configure (GH-29789) | Christian Heimes | 2021-11-26 | 1 | -20/+0 |
|
|
* | bpo-40280: Add configure check for socket shutdown (GH-29795) | Christian Heimes | 2021-11-26 | 1 | -0/+4 |
|
|
* | bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784) | Christian Heimes | 2021-11-26 | 1 | -2/+2 |
|
|
* | bpo-41498: Fix build on platforms without sigset_t (GH-29770) | Christian Heimes | 2021-11-25 | 4 | -18/+31 |
|
|
* | bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) | Pablo Galindo Salgado | 2021-11-24 | 1 | -1/+1 |
|
|
* | bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741) | Christian Heimes | 2021-11-24 | 2 | -4/+8 |
|
|
* | bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738) | Erlend Egeberg Aasland | 2021-11-24 | 1 | -0/+3 |
|
|
* | bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720) | Christian Heimes | 2021-11-23 | 1 | -0/+5 |
|
|
* | bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727) | Christian Heimes | 2021-11-23 | 1 | -0/+5 |
|
|
* | bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725) | Christian Heimes | 2021-11-23 | 1 | -0/+2 |
|
|
* | bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713) | Erlend Egeberg Aasland | 2021-11-23 | 1 | -0/+1 |
|
|
* | bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+5 |
|
|
* | bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706) | Christian Heimes | 2021-11-22 | 1 | -0/+1 |
|
|
* | bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+3 |
|
|
* | bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699) | Christian Heimes | 2021-11-22 | 1 | -1/+4 |
|
|
* | bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702) | Christian Heimes | 2021-11-22 | 1 | -0/+7 |
|
|
* | bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+3 |
|
|
* | bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+1 |
|
|
* | bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing ... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+6 |
|
|
* | bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+6 |
|
|
* | bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE ... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+6 |
|
|
* | bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685) | Christian Heimes | 2021-11-21 | 1 | -0/+8 |
|
|
* | bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668) | Christian Heimes | 2021-11-21 | 1 | -1/+7 |
|
|
* | bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660) | Christian Heimes | 2021-11-20 | 1 | -0/+15 |
|
|
* | bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644) | Christian Heimes | 2021-11-20 | 2 | -2/+9 |
|
|