summaryrefslogtreecommitdiff
path: root/Modules/resource.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-8/+25
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-186/+186
* Issue #5933: Fix gcc -Wextra compiler warnings (and remove someMark Dickinson2009-05-081-6/+6
* Patch #1557515: Add RLIMIT_SBSIZE.Martin v. Löwis2006-09-161-0/+4
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-5/+2
* Initialize structseq types only once.Martin v. Löwis2006-04-161-1/+6
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Patch #1005568: Use _SC_PAGESIZE on Irix.Martin v. Löwis2004-08-121-0/+5
* Get build working with pre-C99 compilersNeal Norwitz2003-03-301-1/+1
* Patch #650412: Check whether the address of flock and getpagesizeMartin v. Löwis2003-03-301-1/+13
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-3/+3
* Fix SF #632624, test_resource failure on alpha/64bitNeal Norwitz2002-11-021-1/+1
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-6/+6
* Check for overflow errors in setrlimit(),Jeremy Hylton2002-04-231-1/+10
* Patch #512005: getrusage() returns struct-like object.Martin v. Löwis2002-04-081-23/+70
* Expose RLIM_INFINITY constant. Closes SF patch 489066.Neil Schemenauer2002-03-241-1/+13
* Use PyModule_AddIntConstant() instead of creating a private helper function.Fred Drake2002-02-141-30/+22
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-4/+4
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-1/+0
* [Patch #462255, from Jason Tishler] Re-enables building the resouceAndrew M. Kuchling2001-09-171-1/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-1/+0
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-4/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* ANSI-ficationPeter Schneider-Kamp2000-07-101-12/+4
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-4/+4
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-3/+22
* Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.Guido van Rossum1997-12-091-1/+1
* Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).Guido van Rossum1997-10-311-0/+1
* Apply two changes, systematically:Guido van Rossum1997-10-011-5/+1
* Different strategy regarding whether to declare getrusage() andGuido van Rossum1997-08-171-11/+9
* Added std copyright notice.Guido van Rossum1997-08-151-0/+31
* purported linux portability patch (Oliver Andrich)Guido van Rossum1997-08-051-0/+4
* Quieted gcc -Wall by removing unused local variables.Barry Warsaw1997-01-141-2/+0
* Added Jeremy's resource module.Guido van Rossum1996-12-181-0/+240