| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788) | Serhiy Storchaka | 2024-08-08 | 1 | -0/+2 |
|
|
* | gh-105201: Add PyIter_NextItem() (#122331) | Erlend E. Aasland | 2024-08-07 | 1 | -0/+2 |
|
|
* | gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122... | Serhiy Storchaka | 2024-08-07 | 1 | -0/+1 |
|
|
* | gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) | Serhiy Storchaka | 2024-08-07 | 1 | -0/+3 |
|
|
* | gh-118761: Improve import time of `pprint` (#122725) | Hugo van Kemenade | 2024-08-07 | 1 | -0/+2 |
|
|
* | gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat... | Lucas Esposito | 2024-08-07 | 1 | -0/+1 |
|
|
* | gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu... | Ali Hamdan | 2024-08-07 | 1 | -0/+2 |
|
|
* | gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9... | pukkandan | 2024-08-07 | 1 | -0/+2 |
|
|
* | GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) | Barney Gale | 2024-08-07 | 1 | -1/+1 |
|
|
* | gh-122728: Fix SystemError in PyEval_GetLocals() (#122735) | Victor Stinner | 2024-08-06 | 1 | -0/+2 |
|
|
* | gh-122744: Bump bundled pip to 24.2 (#122745) | Pradyun Gedam | 2024-08-06 | 1 | -0/+1 |
|
|
* | gh-122417: Implement per-thread heap type refcounts (#122418) | Sam Gross | 2024-08-06 | 1 | -0/+4 |
|
|
* | gh-112301: Add macOS warning tracking tooling (#122211) | Nate Ohlson | 2024-08-06 | 1 | -0/+2 |
|
|
* | gh-120104: IDLE: Fix padding in config and search dialogs (#120107) | Serhiy Storchaka | 2024-08-06 | 1 | -0/+1 |
|
|
* | gh-116622: Android logging fixes (#122698) | Malcolm Smith | 2024-08-06 | 1 | -0/+1 |
|
|
* | GH-118943: Handle races when moving jit_stencils.h (GH-120690) | Miro Hrončok | 2024-08-05 | 1 | -0/+3 |
|
|
* | gh-122459: Optimize pickling by name objects without __module__ (GH-122460) | Serhiy Storchaka | 2024-08-05 | 1 | -0/+2 |
|
|
* | gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) | Jonathan Protzenko | 2024-08-04 | 1 | -0/+1 |
|
|
* | gh-122637: fix tanh(±0+infj) and tanh(±0+nanj) to return ±0+nanj (#122638) | Sergey B Kirpichev | 2024-08-04 | 1 | -0/+1 |
|
|
* | gh-121889: cmath.acosh(0+nanj) returns nan+pi/2j (#121892) | Sergey B Kirpichev | 2024-08-04 | 1 | -0/+1 |
|
|
* | gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577) | Sam Gross | 2024-08-02 | 1 | -0/+4 |
|
|
* | gh-122445: populate only modified fields in __static_attributes__ (#122446) | Irit Katriel | 2024-08-02 | 1 | -0/+1 |
|
|
* | gh-122334: Fix crash when importing ssl after re-initialization (#122481) | neonene | 2024-08-02 | 1 | -0/+1 |
|
|
* | gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand... | Bénédikt Tran | 2024-08-02 | 1 | -0/+3 |
|
|
* | gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605) | John Riggles | 2024-08-02 | 1 | -0/+1 |
|
|
* | gh-116622: Don't expose `FICLONE` ioctl on Android (#122522) | Malcolm Smith | 2024-08-01 | 1 | -0/+2 |
|
|
* | gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-... | CF Bolz-Tereick | 2024-07-31 | 1 | -0/+3 |
|
|
* | gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383) | Cody Maloney | 2024-07-31 | 1 | -0/+2 |
|
|
* | gh-116622: Fix testPyObjectPrintOSError on Android (#122487) | Malcolm Smith | 2024-07-31 | 1 | -0/+3 |
|
|
* | GH-122482: Make About IDLE direct discussion to DPO (#122483) | Terry Jan Reedy | 2024-07-30 | 1 | -0/+2 |
|
|
* | gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) | Petr Viktorin | 2024-07-30 | 1 | -0/+5 |
|
|
* | gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309) | Petr Viktorin | 2024-07-30 | 1 | -0/+1 |
|
|
* | gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480) | Clinton | 2024-07-30 | 1 | -0/+2 |
|
|
* | gh-122400: Handle ValueError in filecmp (GH-122401) | Bénédikt Tran | 2024-07-30 | 1 | -0/+3 |
|
|
* | gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-... | Petr Viktorin | 2024-07-30 | 1 | -0/+2 |
|
|
* | gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ... | Seth Michael Larson | 2024-07-29 | 1 | -0/+5 |
|
|
* | GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413) | Brandt Bucher | 2024-07-29 | 1 | -0/+2 |
|
|
* | gh-122311: Fix some error messages in pickle (GH-122386) | Serhiy Storchaka | 2024-07-29 | 1 | -0/+1 |
|
|
* | gh-122234: fix accuracy issues for sum() (#122236) | Sergey B Kirpichev | 2024-07-29 | 1 | -0/+4 |
|
|
* | gh-119180: Add evaluate functions for type params and type aliases (#122212) | Jelle Zijlstra | 2024-07-27 | 1 | -0/+7 |
|
|
* | gh-119180: Use type descriptors to access annotations (PEP 749) (#122074) | Jelle Zijlstra | 2024-07-27 | 1 | -0/+2 |
|
|
* | gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176) | Bénédikt Tran | 2024-07-27 | 1 | -0/+2 |
|
|
* | gh-112301: Compiler warning management tooling (#121730) | Nate Ohlson | 2024-07-27 | 1 | -0/+2 |
|
|
* | gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338) | Peter Bierma | 2024-07-27 | 1 | -0/+2 |
|
|
* | gh-122245: Add test case of generic type with __debug__ (#122322) | Irit Katriel | 2024-07-26 | 1 | -2/+2 |
|
|
* | gh-122300: Preserve AST nodes for format specifiers with single elements (#12... | Pablo Galindo Salgado | 2024-07-26 | 1 | -0/+2 |
|
|
* | gh-121999: Change default tarfile filter to 'data' (GH-122002) | WilliamRoyNelson | 2024-07-26 | 1 | -0/+2 |
|
|
* | gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12... | Irit Katriel | 2024-07-26 | 1 | -0/+4 |
|
|
* | gh-121489: Export private _PyBytes_Join() again (#122267) | Marc Mueller | 2024-07-25 | 1 | -0/+1 |
|
|
* | GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164) | Mark Shannon | 2024-07-25 | 1 | -0/+1 |
|
|