Commits
User selector
Commit History
Commits on Feb 25, 2022
bpo-1635741: Fix winreg reference leaks (GH-31560)
Show description for 4657bf7authored
Commits on Feb 7, 2022
Commits on Feb 4, 2022
- authored
Optimize images by IMGbot (GH-21348)
Show description for ba650afandauthored
Commits on Feb 2, 2022
bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
Show description for 38e0b9eauthoredbpo-45459: Add Py_buffer to limited API (GH-29991)
Show description for f66c857authored
Commits on Jan 13, 2022
Commits on Jan 11, 2022
bpo-46303: Fix fileutils.h compiler warnings (GH-30550)
Show description for 08bc1baauthored
Commits on Jan 6, 2022
bpo-45923: Handle call events in bytecode (GH-30364)
Show description for e028ae9authored
Commits on Jan 2, 2022
Update copyright year to 2022. (GH-30335)
Show description for ba00f0dauthored
Commits on Dec 10, 2021
bpo-43931: Export Python version as API data (GH-25577)
Show description for 5066908authored
Commits on Dec 7, 2021
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
Show description for 8319114authored
Commits on Dec 3, 2021
bpo-45582: Port getpath[p].c to Python (GH-29041)
Show description for 99fcf15authored
Commits on Nov 29, 2021
Commits on Nov 24, 2021
Commits on Nov 9, 2021
Commits on Nov 5, 2021
Commits on Nov 4, 2021
Commits on Oct 22, 2021
Commits on Oct 21, 2021
bpo-45522: Allow to disable freelists on build time (GH-29056)
Show description for 9942f42authored- authored
Commits on Oct 15, 2021
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Show description for 00ffc45authored
Commits on Oct 13, 2021
bpo-45440: Require math.h isinf() to build (GH-28894)
Show description for 194a952authoredbpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29afauthored- authored
Commits on Oct 6, 2021
Commits on Oct 5, 2021
Commits on Sep 28, 2021
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Show description for 0c50b8cauthored
Commits on Sep 27, 2021
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Show description for ae7839bauthored
Commits on Sep 21, 2021
[codemod] Fix non-matching bracket pairs (GH-28473)
Show description for 8f943caauthored
Commits on Sep 15, 2021
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)
Show description for 09b4ad1authored
Commits on Sep 7, 2021
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Show description for 2c3474aandauthored