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
/
timingmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-18/+18
*
Deprecate the timing module for removal in Python 3.0.
Brett Cannon
2008-05-12
1
-0/+4
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Convert from using METH_OLDARGS to METH_NOARGS.
Neal Norwitz
2002-03-31
1
-28/+11
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-5/+5
*
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw
2000-09-01
1
-2/+0
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-15/+5
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Renamed.
Barry Warsaw
1997-01-13
1
-49/+45
*
removed rcs cruft
Guido van Rossum
1995-06-14
1
-23/+0
*
Make more robust against Minix and Mac
Guido van Rossum
1994-01-14
1
-3/+8
*
Added George Neville-Neil's timing module
Guido van Rossum
1994-01-02
1
-0/+109