Commits
User selector
Commit History
Commits on Mar 28, 2026
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
Show description for a933e9candauthored
Commits on Feb 22, 2026
Commits on Oct 8, 2025
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Show description for 3d3f126authored
Commits on Sep 23, 2025
gh-129813, PEP 782: Use PyBytesWriter in utf8_encoder() (#138874)
Show description for 8cfd7b4authored
Commits on Aug 18, 2025
Commits on Jul 13, 2025
Commits on Apr 1, 2025
Commits on Mar 27, 2025
gh-131525: Cache the result of tuple_hash (#131529)
Show description for 8614f86authored
Commits on Mar 20, 2025
Commits on Feb 25, 2025
gh-87790: support thousands separators for formatting fractional part of floats (#125304)
Show description for f39a07bauthored
Commits on Nov 8, 2024
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Show description for 061e50fauthored
Commits on Oct 9, 2024
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0authored
Commits on Oct 8, 2024
Commits on Jun 27, 2024
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ecandauthored
Commits on Jun 17, 2024
Commits on Jun 13, 2024
Commits on Jun 4, 2024
Commits on May 28, 2024
gh-119396: Optimize unicode_repr() (#119617)
Show description for 0518edcauthored- authored
Commits on Apr 12, 2024
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)
Show description for deb921fandauthored
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 31, 2023
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Show description for ad73674authored
Commits on Aug 26, 2023
gh-106320: Remove private AC converter functions (#108505)
Show description for 8ba4714authored
Commits on Aug 24, 2023
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Show description for 4e5a728authored
Commits on Jul 2, 2023
gh-106320: Add pycore_complexobject.h header file (#106339)
Show description for c38c666authored
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093authoredgh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Show description for 7d07e58authored
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7cauthored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8authored
Commits on Oct 11, 2022
gh-97982: Remove asciilib_count() (#98164)
Show description for df3a6d9authored
Commits on Sep 13, 2022
Commits on Aug 13, 2022
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6authored
Commits on Jun 20, 2022
Commits on May 24, 2022
gh-93033: Use wmemchr in stringlib (GH-93034)
Show description for 7108bdfauthored