| Commit message (Expand) | Author | Age | Files | Lines |
* | Poor PLAN9, it isn't supported | Antoine Pitrou | 2010-02-22 | 1 | -16/+0 |
|
|
* | Merged revisions 75020 via svnmerge from | Brett Cannon | 2009-09-22 | 1 | -42/+43 |
|
|
* | Merged revisions 75011 via svnmerge from | Brett Cannon | 2009-09-22 | 1 | -5/+7 |
|
|
* | Issue #6183: Disables wcsftime on VC6. | Hirokazu Yamamoto | 2009-06-03 | 1 | -1/+1 |
|
|
* | Issue #5562: Use wcsftime for time.strftime where available. | Martin v. Löwis | 2009-05-30 | 1 | -9/+42 |
|
|
* | re-merge r69268 (issue4804) from trunk: | Amaury Forgeot d'Arc | 2009-03-02 | 1 | -0/+18 |
|
|
* | Issue #5249: time.strftime returned malformed string when format string | Hirokazu Yamamoto | 2009-02-16 | 1 | -3/+8 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -2/+0 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+22 |
|
|
* | Merged revisions 62177-62178,62180-62193 via svnmerge from | Martin v. Löwis | 2008-04-07 | 1 | -3/+4 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -2/+2 |
|
|
* | Merged revisions 59595-59604 via svnmerge from | Christian Heimes | 2007-12-28 | 1 | -2/+3 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -2/+2 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | Patch #1314 by Christian Heimes. | Guido van Rossum | 2007-10-23 | 1 | -3/+2 |
|
|
* | Move definition of TZNAME_ENCODING further up. | Martin v. Löwis | 2007-08-30 | 1 | -2/+2 |
|
|
* | Explicitly convert tzname to Unicode. Fixes #1040. | Martin v. Löwis | 2007-08-30 | 1 | -2/+7 |
|
|
* | Reorder code and decls so it's compilable with gcc 2.96 (C89). | Guido van Rossum | 2007-08-25 | 1 | -1/+2 |
|
|
* | Remove PyArg_Parse usage from time module. (An extra set of eyeballs on | Skip Montanaro | 2007-08-24 | 1 | -10/+51 |
|
|
* | Patch by Ero Carrera to get rid of PyString in timemodule.c. | Guido van Rossum | 2007-08-24 | 1 | -3/+10 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -24/+1 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -12/+0 |
|
|
* | Change time.strftime() to return a unicode string. | Walter Dörwald | 2007-05-31 | 1 | -5/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+2 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -1/+1 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+38 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -24/+11 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -9/+21 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+7 |
|
|
* | 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 |
|
|