| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. | Tim Peters | 2001-05-14 | 1 | -3/+5 |
|
|
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -2/+10 |
|
|
* | SF patch 407758, "timemodule patches for Cygwin", from Norman Vine. | Tim Peters | 2001-03-20 | 1 | -0/+7 |
|
|
* | Use Py_CHARMASK for ctype macros. Fixes bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -1/+1 |
|
|
* | Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.) | Guido van Rossum | 2001-03-02 | 1 | -1/+1 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -1/+5 |
|
|
* | Make the 'time' argument to the timemodule functions strftime, asctime, | Thomas Wouters | 2001-01-19 | 1 | -30/+54 |
|
|
* | The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSI | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -8/+7 |
|
|
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 1 | -4/+1 |
|
|
* | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -6/+6 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -4/+4 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -10/+0 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -3/+3 |
|
|
* | Fix floattime prototype ((void), not (double)) | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | ANSIfy some more forward declarations. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | ANSIfy yet another hidden function definition. | Thomas Wouters | 2000-07-24 | 1 | -5/+0 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -2/+3 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -3/+3 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -45/+15 |
|
|
* | 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 |
|
|