| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -6/+6 |
|
|
* | Check for overflow errors in setrlimit(), | Jeremy Hylton | 2002-04-23 | 1 | -1/+10 |
|
|
* | Patch #512005: getrusage() returns struct-like object. | Martin v. Löwis | 2002-04-08 | 1 | -23/+70 |
|
|
* | Expose RLIM_INFINITY constant. Closes SF patch 489066. | Neil Schemenauer | 2002-03-24 | 1 | -1/+13 |
|
|
* | Use PyModule_AddIntConstant() instead of creating a private helper function. | Fred Drake | 2002-02-14 | 1 | -30/+22 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -4/+4 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -1/+0 |
|
|
* | [Patch #462255, from Jason Tishler] Re-enables building the resouce | Andrew M. Kuchling | 2001-09-17 | 1 | -1/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -4/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|