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
/
timemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Should compare errno to 0, not NULL
Guido van Rossum
1996-11-02
1
-1/+1
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Check for NULL pointer returned from localtime()/gmtime().
Guido van Rossum
1996-10-08
1
-1/+10
*
Sleep() turns out to be win32 specific.
Guido van Rossum
1996-09-07
1
-7/+6
*
Some changes for better Windows portability.
Guido van Rossum
1996-09-06
1
-7/+11
*
Include "mymath.h" instead of manually declaring math functions.
Guido van Rossum
1996-08-08
1
-2/+4
*
Watcom changes.
Guido van Rossum
1996-05-23
1
-1/+18
*
default CLOCKS_PER_SEC to CLK_TCK if it exists
Guido van Rossum
1996-02-25
1
-0/+4
*
mark strftime as varargs
Guido van Rossum
1996-02-13
1
-1/+1
*
Removed unused variable
Jack Jansen
1995-10-03
1
-1/+1
*
added time.strftime()
Guido van Rossum
1995-09-13
1
-0/+50
*
tiny additions for Windows 3.1
Guido van Rossum
1995-03-14
1
-0/+3
*
changes for MPW
Guido van Rossum
1995-03-09
1
-0/+4
*
fix leaks
Guido van Rossum
1995-01-22
1
-12/+23
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Another bulky set of minor changes.
Guido van Rossum
1995-01-02
1
-0/+5
*
Makefile.pre.in: add $(OPT) to link command
Guido van Rossum
1994-08-29
1
-1/+1
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-263/+142
*
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum
1993-11-23
1
-0/+7
*
* config.c: different default PYTHONPATH for MS-DOS
Guido van Rossum
1993-07-09
1
-6/+3
*
* Makefile: added all: and default: targets.
Guido van Rossum
1993-07-05
1
-1/+12
*
* pythonmain.c: -k option, usage message, more environment flags.
Guido van Rossum
1993-06-24
1
-50/+60
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-6/+130
*
Added separate main program for the Mac: macmain.c
Guido van Rossum
1993-01-21
1
-19/+22
*
* Makefile: use cp -r to install the library
Guido van Rossum
1993-01-09
1
-30/+22
*
* Configure.py: use #!/usr/local/bin/python
Guido van Rossum
1993-01-04
1
-1/+17
*
* macmodule.c: include allobjects.h, not .c
Guido van Rossum
1992-08-14
1
-0/+4
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-16/+26
*
* Makefile adapted to changes below.
Guido van Rossum
1992-08-04
1
-0/+8
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
1
-12/+1
*
Fix for SEQUENT by Jaap Vermeulen
Guido van Rossum
1992-06-12
1
-0/+8
*
Don't define DO_TIMES (now in posixmodule.c)
Guido van Rossum
1992-04-05
1
-9/+1
*
Initialized sigsave to shut lint up
Guido van Rossum
1992-03-27
1
-2/+9
*
Add interface to times(2).
Guido van Rossum
1992-03-12
1
-0/+49
*
AIX fix.
Guido van Rossum
1991-11-27
1
-1/+1
*
All mac compilers now use 1904 as the Epoch...
Guido van Rossum
1991-07-27
1
-6/+4
*
Generalize to macintosh; forget Think 3.0.
Guido van Rossum
1991-06-24
1
-8/+9
*
Include sys/select.h for IBM R2
Guido van Rossum
1991-05-05
1
-0/+5
*
New hacks for include files to get time_t in the most portable way.
Guido van Rossum
1991-04-16
1
-10/+54
*
Hack for THINK C time function.
Guido van Rossum
1991-04-04
1
-5/+11
*
Made millitimer() and millisleep() global (what the heck...).
Guido van Rossum
1991-04-03
1
-2/+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Added BSD implementations of millisleep.
Guido van Rossum
1991-02-19
1
-0/+34
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-13/+6
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+178