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
*
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
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-2/+2
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-12/+4
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-4/+4
*
Changes for long file support by Steve Clift.
Guido van Rossum
1999-01-06
1
-3/+22
*
Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
Guido van Rossum
1997-12-09
1
-1/+1
*
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
Guido van Rossum
1997-10-31
1
-0/+1
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-5/+1
*
Different strategy regarding whether to declare getrusage() and
Guido van Rossum
1997-08-17
1
-11/+9
*
Added std copyright notice.
Guido van Rossum
1997-08-15
1
-0/+31
*
purported linux portability patch (Oliver Andrich)
Guido van Rossum
1997-08-05
1
-0/+4
*
Quieted gcc -Wall by removing unused local variables.
Barry Warsaw
1997-01-14
1
-2/+0
*
Added Jeremy's resource module.
Guido van Rossum
1996-12-18
1
-0/+240