Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
beec61ae4e811f55f58d0197c8af994e252ab9ae
/
Modules
/
resource.c
71c23d4
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
by Georg Brandl
· 14 years ago
b6d4ee5
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
by Antoine Pitrou
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 14 years ago
bb67214
Clean up some int/long detection remnants in resource module.
by Mark Dickinson
· 15 years ago
d8e821a
Merged revisions 72479 via svnmerge from
by Mark Dickinson
· 15 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
0cb3c63
Patch #1005568: Use _SC_PAGESIZE on Irix. Backported to 2.3.
by Martin v. Löwis
· 20 years ago
1ac3e39
Get build working with pre-C99 compilers
by Neal Norwitz
· 22 years ago
f26d63b
Patch #650412: Check whether the address of flock and getpagesize
by Martin v. Löwis
· 22 years ago
b9a0f91
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
by Martin v. Löwis
· 22 years ago
94a83fd
Fix SF #632624, test_resource failure on alpha/64bit
by Neal Norwitz
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
d95efe4
Check for overflow errors in setrlimit(), and reflow a long line.
by Jeremy Hylton
· 23 years ago
688357e
Patch #512005: getrusage() returns struct-like object.
by Martin v. Löwis
· 23 years ago
29ac3cb
Expose RLIM_INFINITY constant. Closes SF patch 489066.
by Neil Schemenauer
· 23 years ago
cca657b
Use PyModule_AddIntConstant() instead of creating a private helper function.
by Fred Drake
· 23 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
cdc4451
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 23 years ago
fda3c3d
[Patch #462255, from Jason Tishler] Re-enables building the resouce
by Andrew M. Kuchling
· 23 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
7e01890
merge Include/my*.h into Include/pyport.h
by Peter Schneider-Kamp
· 24 years ago
1e0c2f4
Create a new section of pyport.h to hold all external function declarations
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
416d413
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 24 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 24 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
763737b
Changes for long file support by Steve Clift.
by Guido van Rossum
· 26 years ago
ebd05eb
Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
by Guido van Rossum
· 27 years ago
86aeb90
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
by Guido van Rossum
· 27 years ago
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
607b33a
Different strategy regarding whether to declare getrusage() and
by Guido van Rossum
· 27 years ago
f84a539
Added std copyright notice.
by Guido van Rossum
· 27 years ago
668e441
purported linux portability patch (Oliver Andrich)
by Guido van Rossum
· 27 years ago
54dbf02
Quieted gcc -Wall by removing unused local variables.
by Barry Warsaw
· 28 years ago
2e63139
Added Jeremy's resource module.
by Guido van Rossum
· 28 years ago