index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower
2023-12-13
1
-2/+0
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-2/+2
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner
2023-11-01
1
-1/+1
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-0/+6
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
1
-23/+21
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+5
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
1
-4/+5
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-4/+0
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-6/+5
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-9/+2
*
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland
2023-06-01
1
-0/+3
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-94512: Fix forced arg format in AC-processed resource (GH-94515)
Oleg Iarygin
2022-07-29
1
-7/+13
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+2
*
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
David CARLIER
2021-02-18
1
-0/+4
*
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes
2020-12-23
1
-13/+43
*
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner
2020-10-29
1
-5/+2
*
bpo-1635741: Port resource extension module to multiphase initialization (PEP...
Hai Shi
2020-04-02
1
-53/+72
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
1
-0/+10
*
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson
2018-09-14
1
-3/+0
*
bpo-20185: Convert the resource moduel to Argument Clinic. (#545)
Serhiy Storchaka
2017-03-12
1
-36/+75
*
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
Serhiy Storchaka
2016-12-19
1
-33/+31
|
\
|
*
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
Serhiy Storchaka
2016-12-19
1
-33/+31
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-3/+3
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-4/+0
|
/
*
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc...
Christian Heimes
2013-12-08
1
-0/+14
*
Issue #16595: Add prlimit() to resource module
Christian Heimes
2013-10-22
1
-26/+86
*
Issue #19324: Expose Linux-specific constants in resource module
Christian Heimes
2013-10-22
1
-0/+22
*
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner
2013-07-22
1
-3/+6
*
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali
2013-05-20
1
-17/+17
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-8/+25
|
\
|
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-8/+25
*
|
alias resource.error to OSError
Benjamin Peterson
2011-12-10
1
-11/+5
|
/
*
Include structseq.h in Python.h, and remove now-redundant includes in individ...
Georg Brandl
2010-11-30
1
-1/+0
*
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Antoine Pitrou
2010-11-17
1
-0/+4
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-194/+194
*
Clean up some int/long detection remnants in resource module.
Mark Dickinson
2009-05-08
1
-4/+2
*
Merged revisions 72479 via svnmerge from
Mark Dickinson
2009-05-08
1
-6/+6
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-3/+17
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-19/+19
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+4
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-5/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+6
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Patch #1005568: Use _SC_PAGESIZE on Irix.
Martin v. Löwis
2004-08-12
1
-0/+5
*
Get build working with pre-C99 compilers
Neal Norwitz
2003-03-30
1
-1/+1
*
Patch #650412: Check whether the address of flock and getpagesize
Martin v. Löwis
2003-03-30
1
-1/+13
*
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis
2003-03-29
1
-3/+3
*
Fix SF #632624, test_resource failure on alpha/64bit
Neal Norwitz
2002-11-02
1
-1/+1
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
[next]