| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593) | Victor Stinner | 2024-12-05 | 1 | -0/+3 |
|
|
* | gh-127481: Add `EPOLLWAKEUP` to the `select` module (GH-127482) | RUANG (James Roy) | 2024-12-04 | 1 | -0/+4 |
|
|
* | gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH... | Bénédikt Tran | 2024-12-04 | 1 | -0/+167 |
|
|
* | gh-127572: Fix `test_structmembers` initialization (GH-127577) | Sam Gross | 2024-12-04 | 1 | -1/+1 |
|
|
* | gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio... | Daniele Parmeggiani | 2024-12-03 | 1 | -3/+7 |
|
|
* | gh-126585: Add EHWPOISON error code (#126586) | RUANG (James Roy) | 2024-12-03 | 1 | -0/+3 |
|
|
* | gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream... | Giovanni Siragusa | 2024-12-02 | 1 | -0/+6 |
|
|
* | gh-126618: fix repr(itertools.count(sys.maxsize)) (#127048) | Sergey B Kirpichev | 2024-12-02 | 1 | -6/+3 |
|
|
* | gh-126890: Restore stripped `ssl` docstrings (GH-127281) | Peter Bierma | 2024-12-02 | 2 | -14/+114 |
|
|
* | GH-126491: GC: Mark objects reachable from roots before doing cycle collectio... | Mark Shannon | 2024-12-02 | 1 | -0/+6 |
|
|
* | gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings... | Peter Bierma | 2024-11-29 | 4 | -163/+61 |
|
|
* | gh-127190: Fix local_setattro() error handling (#127366) | Victor Stinner | 2024-11-28 | 1 | -1/+1 |
|
|
* | gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1... | Petr Viktorin | 2024-11-28 | 4 | -4/+682 |
|
|
* | gh-124008: Fix calculation of the number of written bytes for the Windows con... | Serhiy Storchaka | 2024-11-27 | 1 | -28/+90 |
|
|
* | gh-127072: Remove outdated `socket.NETLINK_*` constants. (GH-127256) | RUANG (James Roy) | 2024-11-27 | 1 | -18/+2 |
|
|
* | gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829) | Sergey B Kirpichev | 2024-11-26 | 1 | -3/+47 |
|
|
* | GH-126985: move pyvenv.cfg detection from site to getpath (#126987) | Filipe Laíns 🇵🇸 | 2024-11-26 | 1 | -15/+28 |
|
|
* | gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu... | sobolevn | 2024-11-25 | 1 | -14/+16 |
|
|
* | gh-109746: Make _thread.start_new_thread delete state of new thread on its st... | Radislav Chugunov | 2024-11-22 | 1 | -0/+1 |
|
|
* | gh-127065: Make `methodcaller` thread-safe in free threading build (#127109) | Sam Gross | 2024-11-22 | 1 | -0/+9 |
|
|
* | gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) | Victor Stinner | 2024-11-21 | 2 | -22/+97 |
|
|
* | gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) | Serhiy Storchaka | 2024-11-21 | 1 | -24/+41 |
|
|
* | gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990) | Justin Applegate | 2024-11-19 | 1 | -0/+1 |
|
|
* | gh-118201: Simplify conv_confname (#126089) | Malcolm Smith | 2024-11-19 | 2 | -105/+52 |
|
|
* | Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c... | Hugo van Kemenade | 2024-11-19 | 1 | -7/+0 |
|
|
* | gh-126876: Fix socket internal_select() for large timeout (#126968) | Victor Stinner | 2024-11-19 | 1 | -1/+4 |
|
|
* | getpath: fix warning typo (#126978) | Filipe Laíns 🇵🇸 | 2024-11-18 | 1 | -1/+1 |
|
|
* | GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816) | Brandt Bucher | 2024-11-18 | 1 | -1/+1 |
|
|
* | GH-126491: GC: Mark objects reachable from roots before doing cycle collectio... | Mark Shannon | 2024-11-18 | 1 | -0/+7 |
|
|
* | gh-101955: Fix SystemError in possesive quantifier with alternative and group... | Serhiy Storchaka | 2024-11-18 | 1 | -0/+18 |
|
|
* | gh-67877: Fix memory leaks in terminated RE matching (GH-126840) | Serhiy Storchaka | 2024-11-18 | 4 | -14/+205 |
|
|
* | gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555) | George Alexopoulos | 2024-11-15 | 2 | -31/+95 |
|
|
* | gh-126433: Update hacl-star (GH-126791) | Victor Stinner | 2024-11-15 | 9 | -10/+17 |
|
|
* | gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156) | Marc Culler | 2024-11-14 | 1 | -1/+4 |
|
|
* | gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) | Seth Michael Larson | 2024-11-13 | 4 | -11/+79 |
|
|
* | gh-123619: Add an unstable C API function for enabling deferred reference cou... | Peter Bierma | 2024-11-13 | 2 | -1/+17 |
|
|
* | gh-126688: Reinit import lock after fork (#126692) | Sam Gross | 2024-11-12 | 1 | -0/+1 |
|
|
* | gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707) | Eric Snow | 2024-11-12 | 5 | -12/+46 |
|
|
* | gh-95382: Use cache for indentations in the JSON encoder (GH-118636) | Serhiy Storchaka | 2024-11-12 | 1 | -64/+118 |
|
|
* | gh-126133: Only use start year in PSF copyright, remove end years (#126236) | Hugo van Kemenade | 2024-11-12 | 3 | -3/+3 |
|
|
* | gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065) | RUANG (James Roy) | 2024-11-12 | 1 | -0/+27 |
|
|
* | gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917) | Sayandip Dutta | 2024-11-12 | 2 | -10/+39 |
|
|
* | gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617) | Bénédikt Tran | 2024-11-12 | 1 | -0/+3 |
|
|
* | gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126... | Kumar Aditya | 2024-11-12 | 1 | -0/+2 |
|
|
* | gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704) | Eric Snow | 2024-11-11 | 1 | -1/+1 |
|
|
* | gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602) | Eric Snow | 2024-11-11 | 1 | -1/+1 |
|
|
* | gh-126654: Fix crash in several functions in `_interpreters` module (#126678) | sobolevn | 2024-11-11 | 1 | -0/+5 |
|
|
* | remove minor redundant code from `_asyncio` (#126578) | Kumar Aditya | 2024-11-08 | 1 | -3/+1 |
|
|
* | GH-107803: use circular double linked list for tasks in `_asyncio` (#126577) | Kumar Aditya | 2024-11-08 | 1 | -52/+21 |
|
|
* | gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564) | Serhiy Storchaka | 2024-11-08 | 62 | -492/+922 |
|
|