COMMITS
/ Modules/resource.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
August 19, 2025
S
gh-137512: Add new constants in the resource module (GH-137513)
Serhiy Storchaka committed
August 18, 2025
S
gh-137044: Make resource.RLIM_INFINITY always positive (GH-137511)
Serhiy Storchaka committed
August 7, 2025
S
gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338)
Serhiy Storchaka committed
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 resource extension with limited C API (#110989)
Victor Stinner committed
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
September 3, 2023
S
September 2, 2023
V
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner committed
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
July 25, 2023
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
June 1, 2023
E
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
July 29, 2022
O
gh-94512: Fix forced arg format in AC-processed resource (GH-94515)
Oleg Iarygin committed
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
February 18, 2021
D
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
David CARLIER committed
December 23, 2020
C
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes committed
October 29, 2020
V
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner committed
April 2, 2020
February 13, 2020
September 14, 2018
B
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson committed
March 12, 2017
S
bpo-20185: Convert the resource moduel to Argument Clinic. (#545)
Serhiy Storchaka committed
December 19, 2016
S
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
Serhiy Storchaka committed
S
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
December 8, 2013
C
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs.
Christian Heimes committed
October 22, 2013
C
Issue #16595: Add prlimit() to resource module
Christian Heimes committed
C
Issue #19324: Expose Linux-specific constants in resource module
Christian Heimes committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
February 4, 2013
S
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka committed
S
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka committed
December 10, 2011
B
alias resource.error to OSError
Benjamin Peterson committed
November 30, 2010
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
November 17, 2010
A
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 8, 2009
M
Clean up some int/long detection remnants in resource module.
Mark Dickinson committed
M
Merged revisions 72479 via svnmerge from
Mark Dickinson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed