COMMITS
/ Modules/resource.c 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
August 12, 2004
M
Patch #1005568: Use _SC_PAGESIZE on Irix.
Martin v. Löwis committed
March 30, 2003
N
Get build working with pre-C99 compilers
Neal Norwitz committed
M
Patch #650412: Check whether the address of flock and getpagesize
Martin v. Löwis committed
March 29, 2003
M
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis committed
November 2, 2002
N
Fix SF #632624, test_resource failure on alpha/64bit
Neal Norwitz committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
April 23, 2002
J
Check for overflow errors in setrlimit(),
Jeremy Hylton committed
April 8, 2002
M
Patch #512005: getrusage() returns struct-like object.
Martin v. Löwis committed
March 24, 2002
N
Expose RLIM_INFINITY constant. Closes SF patch 489066.
Neil Schemenauer committed
February 14, 2002
F
Use PyModule_AddIntConstant() instead of creating a private helper function.
Fred Drake committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
September 17, 2001
A
[Patch #462255, from Jason Tishler] Re-enables building the resouce
Andrew M. Kuchling committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed