| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -5/+5 |
|
|
* | Mac only: two epoch problem workarounds are no longer needed for GUSI | Jack Jansen | 2000-07-03 | 1 | -2/+2 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-29 | 1 | -4/+11 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-29 | 1 | -5/+6 |
|
|
* | Trent Mick: use size_t instead of int where appropriate (time_strftime()). | Guido van Rossum | 2000-06-28 | 1 | -2/+2 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -1/+4 |
|
|
* | Jack Jansen: | Guido van Rossum | 2000-04-26 | 1 | -0/+17 |
|
|
* | Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of | Andrew M. Kuchling | 2000-03-24 | 1 | -1/+1 |
|
|
* | Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. | Jeremy Hylton | 2000-03-14 | 1 | -5/+4 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -4/+4 |
|
|
* | The functions asctime() and mktime() are documented to take a 9-tuple | Guido van Rossum | 2000-01-12 | 1 | -4/+10 |
|
|
* | Jack Jansen: Mac has no EINTR. | Guido van Rossum | 1999-11-08 | 1 | -0/+4 |
|
|
* | In floatsleep(), when using select(), ignore EINTR error. | Guido van Rossum | 1999-08-19 | 1 | -2/+4 |
|
|
* | Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. | Guido van Rossum | 1999-04-23 | 1 | -3/+3 |
|
|
* | Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on | Guido van Rossum | 1999-04-05 | 1 | -3/+3 |
|
|
* | #$@%! Forgot to remove a #error directive used for testing. Sorry. | Guido van Rossum | 1999-03-29 | 1 | -1/+0 |
|
|
* | Chris Lawrence writes: | Guido van Rossum | 1999-03-29 | 1 | -18/+28 |
|
|
* | Patch by Chris Herborth for BeOS code. | Guido van Rossum | 1999-03-09 | 1 | -14/+8 |
|
|
* | Patch by Tadayoshi Funaba (with some changes) to be smarter about | Guido van Rossum | 1999-02-23 | 1 | -6/+12 |
|
|
* | We don't support leap seconds, so the seconds field of a time 9-tuple | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | The doc string for strptime had the arguments reversed -- the string | Guido van Rossum | 1999-01-07 | 1 | -1/+1 |
|
|
* | Get rid of the strptype() declaration -- on some BSD systems, it's a | Guido van Rossum | 1999-01-03 | 1 | -1/+1 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Make gcc -Wall happy: | Guido van Rossum | 1998-10-07 | 1 | -6/+8 |
|
|
* | Fixes for OS/2 by Jeff Rush. | Guido van Rossum | 1998-09-28 | 1 | -9/+9 |
|
|
* | Y2K fix affecting asctime(), mktime(), strftime(). | Guido van Rossum | 1998-08-25 | 1 | -19/+37 |
|
|
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -4/+38 |
|
|
* | Added doc strings. | Guido van Rossum | 1998-06-27 | 1 | -11/+114 |
|
|
* | Added strptime, if it exists. Modified after a patch by Jesse Hallio. | Guido van Rossum | 1998-06-09 | 1 | -10/+53 |
|
|
* | Instead of calling mktime(), which has all sorts of unwanted side | Guido van Rossum | 1998-04-27 | 1 | -6/+2 |
|
|
* | Check for HAVE_MKTIME (if you don't have it, some tests will fail, but | Guido van Rossum | 1998-03-06 | 1 | -0/+9 |
|
|
* | Raise ValueError: "unconvertible time" when ctime() returns NULL, | Guido van Rossum | 1998-03-03 | 1 | -0/+4 |
|
|
* | At Jeff Rush' request, add Py_BEGIN/END_ALLOW_THREADS around call to | Guido van Rossum | 1997-12-29 | 1 | -0/+3 |
|
|
* | (1) call mktime() just before strftime(); it normalizes the buffer and | Guido van Rossum | 1997-12-08 | 1 | -0/+8 |
|
|
* | Patch for QNX, by Chris Herborth. | Guido van Rossum | 1997-12-02 | 1 | -5/+5 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -1/+21 |
|
|
* | Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() | Guido van Rossum | 1997-11-03 | 1 | -7/+15 |
|
|
* | timezone support for macintosh (Jack) | Guido van Rossum | 1997-10-08 | 1 | -0/+36 |
|
|
* | Win32 precision clock() -- Mark Hammond. | Guido van Rossum | 1997-04-02 | 1 | -1/+44 |
|
|
* | Issue a more meaningful error if strftime keeps returning a NULL pointer. | Guido van Rossum | 1997-02-14 | 1 | -2/+5 |
|
|
* | Formatting, and minor error detection | Barry Warsaw | 1997-01-13 | 1 | -49/+52 |
|
|
* | Added #ifdef around ``extern int ftime();'' for MS WINDOWS (which has | Guido van Rossum | 1996-12-09 | 1 | -2/+4 |
|
|
* | ins(): missed a renaming in a string: dictinsert => | Barry Warsaw | 1996-12-09 | 1 | -1/+1 |
|
|
* | Greatly renamed. | Barry Warsaw | 1996-12-06 | 1 | -86/+88 |
|
|
* | Add extern decl of ftime() to make gcc -Wall happy. | Guido van Rossum | 1996-12-06 | 1 | -0/+1 |
|
|
* | 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 |
|
|