| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix whitespace. | Brett Cannon | 2009-09-22 | 1 | -42/+43 |
|
|
* | When range checking was added to time.strftime() a check was placed on tm_isdst | Brett Cannon | 2009-09-22 | 1 | -5/+7 |
|
|
* | issue 4804: Provide checks for the format string of strftime, and for the "m... | Kristján Valur Jónsson | 2009-02-04 | 1 | -0/+17 |
|
|
* | Issue 3289. Removed two lines that ended doing nothing. | Facundo Batista | 2008-07-05 | 1 | -2/+0 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -3/+3 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | type | Skip Montanaro | 2008-04-06 | 1 | -1/+1 |
|
|
* | Declare inittimezone static. | Skip Montanaro | 2008-04-05 | 1 | -2/+3 |
|
|
* | add %f format to datetime - issue 1158 | Skip Montanaro | 2008-03-15 | 1 | -1/+1 |
|
|
* | Modified PyImport_Import and PyImport_ImportModule to always use absolute imp... | Christian Heimes | 2008-01-03 | 1 | -2/+2 |
|
|
* | Fix the docstrings of time.localtime() and gmtime() for the tm_mday field. | Brett Cannon | 2007-12-24 | 1 | -2/+3 |
|
|
* | In Windows' time.clock(), when QueryPerformanceFrequency() fails, | Georg Brandl | 2007-03-29 | 1 | -1/+2 |
|
|
* | Fix typo. | Walter Dörwald | 2006-12-21 | 1 | -1/+1 |
|
|
* | Remove an XXX marker in a comment. | Brett Cannon | 2006-07-21 | 1 | -1/+1 |
|
|
* | Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds | Brett Cannon | 2006-07-18 | 1 | -4/+28 |
|
|
* | Fix build problems with the platform SDK on windows. It is not sufficient to... | Kristján Valur Jónsson | 2006-07-03 | 1 | -1/+1 |
|
|
* | Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR... | Kristján Valur Jónsson | 2006-06-12 | 1 | -0/+8 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+2 |
|
|
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -24/+11 |
|
|
* | Repair idiot typo, and complete the job of trying to | Tim Peters | 2006-05-25 | 1 | -4/+4 |
|
|
* | Some Win64 pre-release in 2000 didn't support | Tim Peters | 2006-05-25 | 1 | -4/+3 |
|
|
* | Patch #1490224: set time.altzone correctly on Cygwin. | Georg Brandl | 2006-05-17 | 1 | -1/+1 |
|
|
* | Patch 1471925 - Weak linking support for OSX | Ronald Oussoren | 2006-04-23 | 1 | -0/+13 |
|
|
* | Initialize structseq types only once. | Martin v. Löwis | 2006-04-16 | 1 | -1/+6 |
|
|
* | C++ compiler changes. casts, rename variables with reserved names. | Anthony Baxter | 2006-04-13 | 1 | -1/+1 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi... | Fred Drake | 2004-08-03 | 1 | -9/+30 |
|
|
* | Fix SF #994580, typo in time.tzsets docstring. Backport candidate | Neal Norwitz | 2004-07-20 | 1 | -1/+1 |
|
|
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 | 1 | -7/+5 |
|
|
* | Raise ValueError when value being stored in a time_t variable will result in | Brett Cannon | 2004-06-19 | 1 | -5/+40 |
|
|
* | Have strftime() check its time tuple argument to make sure the tuple's values | Brett Cannon | 2004-03-02 | 1 | -0/+42 |
|
|
* | Getting rid of all the code inside #ifdef macintosh too. | Jack Jansen | 2003-11-20 | 1 | -56/+0 |
|
|
* | Make temporary change of using _strptime for time.strptime permanent. | Brett Cannon | 2003-07-01 | 1 | -41/+1 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+5 |
|
|
* | SF patch #718867: Fix reference leak for time.strptime | Raymond Hettinger | 2003-04-10 | 1 | -1/+4 |
|
|
* | - New function time.tzset() provides access to the C library tzet() | Guido van Rossum | 2003-03-14 | 1 | -74/+144 |
|
|
* | Windows flavor of floatsleep(): folded long lines, introduced a temp | Tim Peters | 2003-01-19 | 1 | -12/+17 |
|
|
* | When time.localtime() is passed a tick count the platform C localtime() | Tim Peters | 2003-01-17 | 1 | -1/+1 |
|
|
* | Patch #623780: Replace obsolete struct macros. | Martin v. Löwis | 2002-10-16 | 1 | -2/+2 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch to call the Pure python strptime implementation if there's no | Guido van Rossum | 2002-07-19 | 1 | -3/+18 |
|
|
* | Fix bug 581232 - [Windows] Can not interrupt time.sleep() | Mark Hammond | 2002-07-16 | 1 | -3/+46 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -40/+8 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -23/+23 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions. | Jack Jansen | 2002-04-11 | 1 | -16/+0 |
|
|
* | Remove all but one use of the module dict. | Fred Drake | 2002-04-01 | 1 | -44/+38 |
|
|
* | Update docstrings to use te attribute names of the new structures returned | Fred Drake | 2002-03-12 | 1 | -2/+3 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -1/+7 |
|
|
* | Windows time_clock(): rewrite to get rid of horrid casting tricks. | Tim Peters | 2002-02-13 | 1 | -12/+10 |
|
|
* | Ensure we also build on VC7. Involves replacing largeint.h helper functions ... | Mark Hammond | 2002-02-12 | 1 | -21/+17 |
|
|