| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746) | Pieter Eendebak | 2024-12-11 | 1 | -96/+84 |
|
|
* | gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042) | Justin Applegate | 2024-12-11 | 1 | -7/+4 |
|
|
* | gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793) | Peter Bierma | 2024-12-11 | 3 | -38/+56 |
|
|
* | gh-59705: Set OS thread name when Thread.name is changed (#127702) | Victor Stinner | 2024-12-10 | 1 | -2/+1 |
|
|
* | gh-126937: ctypes: fix TypeError when a field's size is >65535 bytes (GH-126938) | Melissa0x1f992 | 2024-12-10 | 2 | -4/+10 |
|
|
* | gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) | Petr Viktorin | 2024-12-10 | 1 | -0/+10 |
|
|
* | gh-87138: convert SHA-3 object type to heap type (GH-127670) | Bénédikt Tran | 2024-12-08 | 1 | -10/+29 |
|
|
* | gh-59705: Add _thread.set_name() function (#127338) | Victor Stinner | 2024-12-06 | 2 | -0/+212 |
|
|
* | gh-127627: Add `posix._emscripten_debugger` function (#127628) | Hood Chatham | 2024-12-06 | 2 | -2/+48 |
|
|
* | gh-122431: Disallow negative values in `readline.append_history_file` (#122469) | Peter Bierma | 2024-12-05 | 1 | -0/+6 |
|
|
* | 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 |
|
|