summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+5
* SF patch #718867: Fix reference leak for time.strptimeRaymond Hettinger2003-04-101-1/+4
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-141-74/+144
* Windows flavor of floatsleep(): folded long lines, introduced a tempTim Peters2003-01-191-12/+17
* When time.localtime() is passed a tick count the platform C localtime()Tim Peters2003-01-171-1/+1
* Patch #623780: Replace obsolete struct macros.Martin v. Löwis2002-10-161-2/+2
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch to call the Pure python strptime implementation if there's noGuido van Rossum2002-07-191-3/+18
* Fix bug 581232 - [Windows] Can not interrupt time.sleep()Mark Hammond2002-07-161-3/+46
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-40/+8
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-23/+23
* Got rid of ifdefs for long-obsolete GUSI versions.Jack Jansen2002-04-111-16/+0
* Remove all but one use of the module dict.Fred Drake2002-04-011-44/+38
* Update docstrings to use te attribute names of the new structures returnedFred Drake2002-03-121-2/+3
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-1/+7
* Windows time_clock(): rewrite to get rid of horrid casting tricks.Tim Peters2002-02-131-12/+10
* Ensure we also build on VC7. Involves replacing largeint.h helper functions ...Mark Hammond2002-02-121-21/+17
* Patch #504225: add plan9 ifdef to timemodule floatsleep.Martin v. Löwis2002-01-161-23/+25
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Patch #481718: Time module doc string changes.Martin v. Löwis2001-12-021-2/+4
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-2/+0
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-10/+49
* SF patch #459385 (Norman Vine): time.timezone fix for Cygwin.Guido van Rossum2001-09-251-19/+19
* make the gettmarg error message more correct by making it more vague ;-)Skip Montanaro2001-08-221-1/+1
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-1/+1
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-3/+5
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-101-2/+10
* SF patch 407758, "timemodule patches for Cygwin", from Norman Vine.Tim Peters2001-03-201-0/+7
* Use Py_CHARMASK for ctype macros. Fixes bug #232787.Martin v. Löwis2001-03-061-1/+1
* Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.)Guido van Rossum2001-03-021-1/+1
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-1/+5
* Make the 'time' argument to the timemodule functions strftime, asctime,Thomas Wouters2001-01-191-30/+54
* The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSIJack Jansen2000-12-121-2/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-8/+7
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-4/+1
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-031-6/+6
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-4/+4
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-10/+0
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-3/+3
* Fix floattime prototype ((void), not (double))Thomas Wouters2000-07-241-1/+1
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-1/+1
* ANSIfy yet another hidden function definition.Thomas Wouters2000-07-241-5/+0
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-2/+3
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-3/+3
* ANSI-ficationPeter Schneider-Kamp2000-07-101-45/+15
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-5/+5
* Mac only: two epoch problem workarounds are no longer needed for GUSIJack Jansen2000-07-031-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0