COMMITS
/ Modules/_scproxy.c May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 11, 2024
V
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner committed
December 13, 2023
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 1, 2023
V
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 17, 2023
V
gh-85283: Build _scproxy extension with limited C API (#111008)
Victor Stinner committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
May 9, 2023
S
gh-104180: Read SOCKS proxies from macOS System Configuration (#104181)
samschott committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
September 9, 2020
M
bpo-1635741: port scproxy to multi-phase init (GH-22164)
Mohamed Koubaa committed
September 11, 2018
M
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)
Max Bélanger committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
September 7, 2016
B
Eliminate a tautological-pointer-compare warning found by Clang.
Brett Cannon committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
March 17, 2015
V
Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat
Victor Stinner committed
September 28, 2010
R
Fix for issue #9568.
Ronald Oussoren committed
June 27, 2010
R
Merged revisions 82150 via svnmerge from
Ronald Oussoren committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 18, 2010
R
For for issue #7154: Port the code that uses
Ronald Oussoren committed