summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-4/+38
* Added doc strings.Guido van Rossum1998-06-271-11/+114
* Added strptime, if it exists. Modified after a patch by Jesse Hallio.Guido van Rossum1998-06-091-10/+53
* Instead of calling mktime(), which has all sorts of unwanted sideGuido van Rossum1998-04-271-6/+2
* Check for HAVE_MKTIME (if you don't have it, some tests will fail, butGuido van Rossum1998-03-061-0/+9
* Raise ValueError: "unconvertible time" when ctime() returns NULL,Guido van Rossum1998-03-031-0/+4
* At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call toGuido van Rossum1997-12-291-0/+3
* (1) call mktime() just before strftime(); it normalizes the buffer andGuido van Rossum1997-12-081-0/+8
* Patch for QNX, by Chris Herborth.Guido van Rossum1997-12-021-5/+5
* os2 patch by Jeff RushGuido van Rossum1997-11-221-1/+21
* Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep()Guido van Rossum1997-11-031-7/+15
* timezone support for macintosh (Jack)Guido van Rossum1997-10-081-0/+36
* Win32 precision clock() -- Mark Hammond.Guido van Rossum1997-04-021-1/+44
* Issue a more meaningful error if strftime keeps returning a NULL pointer.Guido van Rossum1997-02-141-2/+5
* Formatting, and minor error detectionBarry Warsaw1997-01-131-49/+52
* Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which hasGuido van Rossum1996-12-091-2/+4
* ins(): missed a renaming in a string: dictinsert =>Barry Warsaw1996-12-091-1/+1
* Greatly renamed.Barry Warsaw1996-12-061-86/+88
* Add extern decl of ftime() to make gcc -Wall happy.Guido van Rossum1996-12-061-0/+1
* Should compare errno to 0, not NULLGuido van Rossum1996-11-021-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Check for NULL pointer returned from localtime()/gmtime().Guido van Rossum1996-10-081-1/+10
* Sleep() turns out to be win32 specific.Guido van Rossum1996-09-071-7/+6
* Some changes for better Windows portability.Guido van Rossum1996-09-061-7/+11
* Include "mymath.h" instead of manually declaring math functions.Guido van Rossum1996-08-081-2/+4
* Watcom changes.Guido van Rossum1996-05-231-1/+18
* default CLOCKS_PER_SEC to CLK_TCK if it existsGuido van Rossum1996-02-251-0/+4
* mark strftime as varargsGuido van Rossum1996-02-131-1/+1
* Removed unused variableJack Jansen1995-10-031-1/+1
* added time.strftime()Guido van Rossum1995-09-131-0/+50
* tiny additions for Windows 3.1Guido van Rossum1995-03-141-0/+3
* changes for MPWGuido van Rossum1995-03-091-0/+4
* fix leaksGuido van Rossum1995-01-221-12/+23
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-0/+5
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-291-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-263/+142
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-0/+7
* * config.c: different default PYTHONPATH for MS-DOSGuido van Rossum1993-07-091-6/+3
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-1/+12
* * pythonmain.c: -k option, usage message, more environment flags.Guido van Rossum1993-06-241-50/+60
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-6/+130
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-19/+22
* * Makefile: use cp -r to install the libraryGuido van Rossum1993-01-091-30/+22
* * Configure.py: use #!/usr/local/bin/pythonGuido van Rossum1993-01-041-1/+17
* * macmodule.c: include allobjects.h, not .cGuido van Rossum1992-08-141-0/+4
* * Makefile: cosmeticsGuido van Rossum1992-08-051-16/+26
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-0/+8
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-12/+1
* Fix for SEQUENT by Jaap VermeulenGuido van Rossum1992-06-121-0/+8