Commits
User selector
Commit History
Commits on Sep 6, 2022
[3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
Show description for 15ec1afauthored
Commits on May 23, 2022
[3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)
Show description for 3a4ca49authored
Commits on Feb 21, 2022
Update copyright year to 2022. (GH-30335) (GH-31477)
Show description for 24a549fandauthored
Commits on Mar 29, 2021
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075). (GH-25085)
Show description for 2f01c56authored
Commits on Jan 1, 2021
Bring Python into the new year. (GH-24036) (GH-24052)
Show description for 117830dandauthored
Commits on Jul 6, 2020
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21298)
Show description for 110dd15authored
Commits on May 29, 2020
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
Show description for 5aa40e5andauthored
Commits on May 22, 2020
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192)
Show description for 4330014authored
Commits on May 18, 2020
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Show description for 930baddandauthoredbpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
Show description for 8e49c1fandauthored
Commits on May 6, 2020
[3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19935)
Show description for d64fd61authored
Commits on Mar 24, 2020
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136) (GH-19137)
Show description for d1c0989authored
Commits on Mar 12, 2020
[3.7] bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) (GH-18959)
Show description for feaf0c3authored
Commits on Mar 11, 2020
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Show description for d0837d2andauthored
Commits on Mar 8, 2020
[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18765)
Show description for 89fabe5authored
Commits on Mar 3, 2020
bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746)
Show description for 852aee6authored[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760)
Show description for 499c926andauthored
Commits on Jan 3, 2020
[3.7] Bring Python into the next decade. (GH-17801). (GH-17803)
Show description for 8978ae9authored andcommitted
Commits on Dec 14, 2019
[3.7] Fix elif start column offset when there is an else following (GH-17596) (GH-17601)
Show description for 4b75466andauthored
Commits on Dec 13, 2019
[3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (#17584)
Show description for 0ed45d0andauthored
Commits on Dec 8, 2019
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Show description for 9baa870andauthored
Commits on Nov 20, 2019
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Show description for 63f09e7andauthored
Commits on Oct 26, 2019
[3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930)
Show description for 91fc9cfauthored
Commits on Oct 25, 2019
Fix typo in formatter_unicode (GH-16831)
Show description for 5207cc0andauthored
Commits on Oct 21, 2019
- authored
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)
Show description for 3dec84fandauthored
Commits on Oct 15, 2019
Typo fix - implemention should be implementation (GH-16806)
Show description for 079a1e6andauthored
Commits on Oct 11, 2019
Typo fix: "throuhgh" should be "through". (GH-16704)
Show description for 08afed7andauthored
Commits on Oct 10, 2019
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Show description for d27a9b1andauthored
Commits on Oct 9, 2019
Typo fix: "empy" should be "empty". (GH-16666)
Show description for 443370dandauthored
Commits on Oct 8, 2019
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
Show description for 13bc152andauthored
Commits on Sep 12, 2019
- authored andcommitted
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Show description for 8892a1dandauthored
Commits on Sep 11, 2019
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Show description for f3480adandauthored
Commits on Aug 23, 2019
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Show description for f8dc3e8andauthored