I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Jan 12, 2025 — Jan 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-143704) More... 1 day ago
gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-143025) More... 1 day ago
gh-128335: Make slice generic at runtime (#128336) More... 1 day ago
gh-127750: Fix annotations in singledispatchmethod signature tests (GH-143571) More... 1 day ago
gh-139038: Update JIT perf figures for 3.14a4 (GH-143705) More... 1 day ago
gh-143420: Clarify sequence behavior for slice indexes (#143422) More... 1 day ago
gh-86139: Correct NamedTuple and TypedDict's type in typing.rst (#143692) More... 1 day ago
gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) More... 1 day ago
gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation (GH-143664) More... 1 day ago
Remove outdated comment about `excess_args` warning in `object.__init__` (#143669) More... 1 day ago
Sync the batched() example with the grouper() example. (gh-143676) More... 2 days ago
Add derangements() recipe (gh-143671) More... 2 days ago
Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (#143654) More... 2 days ago
gh-143377: fix crashes in `_interpreters.capture_exception` (#143418) More... 2 days ago
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646) More... 2 days ago
gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (#143642) More... 3 days ago
gh-143586: Add Counter comparison tests to enforce missing element semantics (gh-143587) More... 3 days ago
gh-142764: Restore REPLACE_OPCODE_IF_EVALUATES_PURE optimization for some ops (GH-143335) More... 3 days ago
gh-143421: Allocate all JIT state in one go (GH-143626) More... 3 days ago
gh-141004: Document remaining constants from patchlevel.h (GH-143598) More... 3 days ago
gh-136438: Make sure `test_interpreters` pass with all optimization levels (GH-136499) More... 3 days ago
gh-143006: Fix and optimize mixed comparison of float and int (GH-143084) More... 3 days ago
gh-143421: Lazily allocate tracer code and opt buffers (GH-143597) More... 3 days ago
gh-143460: Skip infinite recusion tests for infinite stack size (#143606) More... 3 days ago
gh-106318: Add examples for str.rfind() method (#143582) More... 3 days ago
gh-106318: Improve str.removeprefix() and str.removesuffix() docs (#143580) More... 3 days ago
gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601) More... 3 days ago
gh-142829: Fix use-after-free in `Context.__eq__` via re-entrant `ContextVar.set` (#142905) More... 3 days ago
gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Future (#143288) More... 3 days ago
gh-143547: Fix PyErr_FormatUnraisable() fallback (#143557) More... 3 days ago