summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the PyGetSetDef documentation (GH-116056)Serhiy Storchaka2024-03-051-3/+3
* gh-115777: Fix double versionadded directives (GH-116269)Serhiy Storchaka2024-03-056-24/+8
* GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)Mark Shannon2024-03-058-44/+50
* GH-115819: Eliminate Boolean guards when value is known (GH-116355)Mark Shannon2024-03-056-2/+102
* gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (#1...Nikita Sobolev2024-03-051-20/+32
* GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...Mark Shannon2024-03-055-55/+150
* gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...Nikita Sobolev2024-03-053-1/+9
* gh-112075: Enable freeing with qsbr and fallback to lock on key changed (GH-1...Dino Viehland2024-03-051-6/+3
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...Brett Cannon2024-03-056-7/+12
* gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)Donghee Na2024-03-052-50/+87
* gh-116029: Fix unused function warning on macOS (#116340)Sam Gross2024-03-051-2/+2
* gh-116265: Remove obsolete sentence. (#116284)Terry Jan Reedy2024-03-041-4/+2
* gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...Eric Snow2024-03-046-19/+60
* gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (#...Nikita Sobolev2024-03-041-23/+25
* gh-76785: Simplify Channels XID Types (gh-116318)Eric Snow2024-03-041-78/+49
* GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)Brandt Bucher2024-03-044-3/+42
* GH-115802: Don't JIT zero-length jumps (GH-116177)Brandt Bucher2024-03-041-17/+68
* gh-116316: Fix typo in `UNARY_FUNC(PyNumber_Positive)` macros (GH-116317)Kirill Podoprigora2024-03-041-1/+1
* gh-57141: Add dircmp shallow option (GH-109499)Tobias Rautenkranz2024-03-044-31/+120
* gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)Sergey B Kirpichev2024-03-043-13/+1
* gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...Yuriy Chernyshov2024-03-044-6/+8
* gh-115832: Fix instrumentation version mismatch during interpreter shutdown (...Brett Simmers2024-03-044-2/+53
* Consistently spell out *predicate* instead of *pred*. (gh-116308)Raymond Hettinger2024-03-042-26/+19
* gh-115256: Remove refcycles from tarfile writing (GH-115257)pan3242024-03-043-2/+28
* gh-114258: Argument Clinic: refactor getset implementation (#116170)Erlend E. Aasland2024-03-043-35/+18
* GH-116271 Docs: provide clarification for object assignments in the Tutorial ...Kerim Kabirov2024-03-041-7/+24
* gh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled additio...Gregory P. Smith2024-03-042-6/+6
* gh-116296: Fix refleak in reduce_newobj() corner case (#116297)Erlend E. Aasland2024-03-042-0/+2
* pathlib ABCs: follow all symlinks in `PathBase.glob()` (#116293)Barney Gale2024-03-042-39/+34
* gh-116010: Remove link to deprecated PEP 6 in FAQ guide (#116246)Iman Tabrizian2024-03-031-3/+5
* gh-116281: Remove wrong '\' from '\*' in some doc signatures (#116282)HarryLHW2024-03-033-6/+6
* Docs: update using/configure.rst (#116274)Hugo van Kemenade2024-03-031-23/+31
* gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)Serhiy Storchaka2024-03-033-36/+56
* gh-108562: Fix compiler warnings for libmpdec (#114751)Sergey B Kirpichev2024-03-035-3/+16
* gh-72971: Clarify the special no-TypeError behavior for equality (#110729)Gouvernathor2024-03-031-1/+4
* gh-115103: Update gc.collect to process delayed objects (gh-116251)Donghee Na2024-03-020-0/+0
* gh-115103: Update refleak checker to trigger _PyMem_ProcessDelayed (gh-116238)Donghee Na2024-03-021-0/+18
* gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop (GH-21731)Marco Trevisan2024-03-022-3/+11
* GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)Brett Cannon2024-03-022-0/+13
* gh-116102: Silence a Compiler Warning in _xxinterpqueues (gh-116230)Eric Snow2024-03-021-1/+1
* gh-112087: Use QSBR technique for list_new/clear for free-thread build (gh-11...Donghee Na2024-03-011-6/+29
* GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)Brett Cannon2024-03-011-1/+2
* gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G...mpage2024-03-015-101/+225
* gh-115941: fixes in dictobject.c doc block(#116196)Humbulani2024-03-011-1/+2
* gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)Ken Jin2024-03-013-8/+66
* gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)RĂ©mi Lapeyre2024-03-013-39/+62
* gh-115773: Add missing preprocessor guard in _testexternalinspection (#116212)Malcolm Smith2024-03-011-1/+1
* gh-116171: Argument Clinic: disallow overriding return converter for __init__...Erlend E. Aasland2024-03-013-41/+10
* gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)Erlend E. Aasland2024-03-012-3/+3
* gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115...AN Long2024-03-011-0/+6