| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) | Kumar Aditya | 2022-01-22 | 1 | -16/+2 |
|
|
* | bpo-46249: Move set lastrowid out of the sqlite3 query loop (GH-30489) | Erlend Egeberg Aasland | 2022-01-22 | 1 | -11/+11 |
|
|
* | bpo-46417: Add _PyType_GetSubclasses() function (GH-30761) | Victor Stinner | 2022-01-21 | 1 | -9/+9 |
|
|
* | bpo-30512: Add CAN Socket support for NetBSD (GH-30066) | Thomas Klausner | 2022-01-21 | 2 | -3/+7 |
|
|
* | bpo-46417: signal uses PyStructSequence_NewType() (GH-30735) | Victor Stinner | 2022-01-21 | 1 | -7/+9 |
|
|
* | bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736) | Victor Stinner | 2022-01-21 | 1 | -12/+10 |
|
|
* | bpo-46417: time module uses PyStructSequence_NewType() (GH-30734) | Victor Stinner | 2022-01-21 | 1 | -37/+81 |
|
|
* | bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733) | Victor Stinner | 2022-01-21 | 1 | -12/+14 |
|
|
* | bpo-41857: mention timeout argument units in select.poll() and select.depoll(... | Zane Bitter | 2022-01-20 | 2 | -3/+15 |
|
|
* | bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144) | Steve Dower | 2022-01-18 | 1 | -1/+12 |
|
|
* | bpo-46361: Fix "small" `int` caching (GH-30583) | Brandt Bucher | 2022-01-16 | 1 | -0/+7 |
|
|
* | bpo-46258: Streamline isqrt fast path (#30333) | Mark Dickinson | 2022-01-15 | 1 | -14/+43 |
|
|
* | bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) | Christian Heimes | 2022-01-15 | 1 | -1/+1 |
|
|
* | bpo-46280: Fix tracemalloc_copy_domain() (GH-30591) | Victor Stinner | 2022-01-14 | 1 | -0/+3 |
|
|
* | bpo-45953: Statically initialize all the non-object PyInterpreterState fields... | Eric Snow | 2022-01-14 | 1 | -15/+11 |
|
|
* | bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571) | neonene | 2022-01-13 | 2 | -5/+46 |
|
|
* | bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) | Christian Heimes | 2022-01-13 | 1 | -1/+1 |
|
|
* | bpo-46070: _PyGC_Fini() untracks objects (GH-30577) | Victor Stinner | 2022-01-13 | 1 | -0/+24 |
|
|
* | bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) | Christian Heimes | 2022-01-13 | 1 | -232/+338 |
|
|
* | bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) | Christian Heimes | 2022-01-13 | 5 | -3/+26 |
|
|
* | bpo-45953: Statically allocate the main interpreter (and initial thread state... | Eric Snow | 2022-01-12 | 1 | -1/+1 |
|
|
* | bpo-40280: Allow to compile _testcapi as builtin module (GH-30559) | Christian Heimes | 2022-01-12 | 2 | -2/+3 |
|
|
* | bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552) | Christian Heimes | 2022-01-12 | 1 | -1/+1 |
|
|
* | bpo-46303: Fix fileutils.h compiler warnings (GH-30550) | Victor Stinner | 2022-01-11 | 1 | -0/+6 |
|
|
* | bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) | Victor Stinner | 2022-01-11 | 7 | -96/+117 |
|
|
* | bpo-37295: Use constant-time comb() and perm() for larger n depending on k (G... | Serhiy Storchaka | 2022-01-09 | 1 | -130/+186 |
|
|
* | bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in ... | Daniel | 2022-01-07 | 1 | -12/+5 |
|
|
* | bpo-46070: Fix asyncio initialisation guard (GH-30423) | Erlend Egeberg Aasland | 2022-01-07 | 1 | -6/+4 |
|
|
* | bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377) | Erlend Egeberg Aasland | 2022-01-03 | 2 | -20/+0 |
|
|
* | bpo-44092: Don't reset statements/cursors before rollback (GH-26026) | Erlend Egeberg Aasland | 2022-01-03 | 1 | -24/+0 |
|
|
* | bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327) | David CARLIER | 2022-01-03 | 1 | -0/+4 |
|
|
* | bpo-45615: Add missing test for printing traceback for non-exception. Fix tra... | Irit Katriel | 2022-01-02 | 1 | -6/+6 |
|
|
* | bpo-37295: More direct computation of power-of-two factor in math.comb (GH-30... | Mark Dickinson | 2021-12-31 | 1 | -7/+25 |
|
|
* | bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3... | Sebastian Pipping | 2021-12-31 | 1 | -49/+91 |
|
|
* | bpo-46176: mmap module adding MAP_STACK constant. (GH-30252) | David CARLIER | 2021-12-29 | 1 | -0/+5 |
|
|
* | bpo-37295: Speed up math.comb(n, k) for 0 <= k <= n <= 67 (GH-30275) | Mark Dickinson | 2021-12-28 | 1 | -0/+89 |
|
|
* | bpo-40915: Avoid compiler warnings by fixing mmapmodule conversion from LARGE... | neonene | 2021-12-18 | 1 | -1/+2 |
|
|
* | bpo-45711: Remove type and traceback from exc_info (GH-30122) | Irit Katriel | 2021-12-17 | 1 | -8/+2 |
|
|
* | bpo-46072: Add --with-pystats configure option to simplify gathering of VM st... | Mark Shannon | 2021-12-15 | 1 | -1/+1 |
|
|
* | bpo-46023: Skip build if module is marked as DISABLED (GH-30100) | Christian Heimes | 2021-12-14 | 2 | -1/+5 |
|
|
* | bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined (GH-29266) | Gareth Rees | 2021-12-13 | 1 | -0/+3 |
|
|
* | bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I... | Kumar Aditya | 2021-12-12 | 6 | -11/+11 |
|
|
* | bpo-46049: Fixes ._pth support on non-Windows (GH-30051) | Steve Dower | 2021-12-11 | 2 | -19/+17 |
|
|
* | bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3... | Steve Dower | 2021-12-11 | 1 | -3/+3 |
|
|
* | bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) | neonene | 2021-12-10 | 1 | -1/+1 |
|
|
* | bpo-46023: Fix makesetup handling of disabled rule (GH-30001) | Christian Heimes | 2021-12-10 | 1 | -0/+3 |
|
|
* | bpo-46000: Improve NetBSD curses compatibility (GH-29947) | Thomas Klausner | 2021-12-10 | 1 | -2/+2 |
|
|
* | bpo-43931: Export Python version as API data (GH-25577) | Gabriele N. Tornetta | 2021-12-10 | 1 | -0/+1 |
|
|
* | bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) | Steve Dower | 2021-12-09 | 1 | -2/+6 |
|
|
* | bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ... | Pablo Galindo Salgado | 2021-12-09 | 1 | -1/+4 |
|
|