| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused variable | Alexander Belopolsky | 2011-05-02 | 1 | -1/+0 |
|
|
* | Issue #11930: Remove deprecated time.accept2dyear. | Alexander Belopolsky | 2011-05-02 | 1 | -54/+1 |
|
|
* | merge from 3.2 | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
|\ |
|
| * | Merge from 3.1 | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #10762: Guard against invalid/non-supported format string '%f' on Windo... | Senthil Kumaran | 2011-04-06 | 1 | -1/+1 |
|
|
* | | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of | Victor Stinner | 2011-03-21 | 1 | -20/+9 |
|/ / |
|
* | | time.strftime(): replace PyErr_Format() by PyErr_SetString() | Victor Stinner | 2011-03-21 | 1 | -3/+2 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 87919 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -1/+4 |
|
|
| * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|
| * | Merged revisions 87648,87656 via svnmerge from | Alexander Belopolsky | 2011-01-02 | 1 | -0/+4 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -637/+637 |
|
|
* | | Issue #1726687: time.mktime() will now correctly compute value one | Alexander Belopolsky | 2011-01-11 | 1 | -1/+4 |
|
|
* | | Issue #10864: limit year to [1; 9999] for strftime() on Solaris | Victor Stinner | 2011-01-08 | 1 | -1/+1 |
|
|
* | | Issue #1777412: Remove all limits on tm_year from time.strftime() | Victor Stinner | 2011-01-08 | 1 | -8/+1 |
|
|
* | | Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 | Victor Stinner | 2011-01-08 | 1 | -6/+12 |
|
|
* | | Fixed error handling branches. Thanks | Alexander Belopolsky | 2011-01-08 | 1 | -14/+19 |
|
|
* | | Issue #1777412: extended year range of strftime down to 1000. | Alexander Belopolsky | 2011-01-08 | 1 | -2/+2 |
|
|
* | | Issue #10827: Changed the rules for 2-digit years. The time.asctime | Alexander Belopolsky | 2011-01-07 | 1 | -15/+32 |
|
|
* | | Further simplify gettmarg() | Alexander Belopolsky | 2011-01-06 | 1 | -19/+5 |
|
|
* | | Use PyOS_snprintf for better portability. | Alexander Belopolsky | 2011-01-06 | 1 | -5/+5 |
|
|
* | | - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 | Alexander Belopolsky | 2011-01-05 | 1 | -34/+19 |
|
|
* | | Whitespace cleanup | Alexander Belopolsky | 2011-01-04 | 1 | -2/+1 |
|
|
* | | Issue #8013: time.asctime and time.ctime no longer call system asctime | Alexander Belopolsky | 2011-01-04 | 1 | -22/+39 |
|
|
* | | #8013 follow-up: | Georg Brandl | 2011-01-02 | 1 | -7/+13 |
|
|
* | | Issue #8013: Fixed time.asctime segfault when OS's asctime fails | Alexander Belopolsky | 2011-01-02 | 1 | -0/+4 |
|
|
* | | #10699: fix docstring for tzset: it does not take a parameter | R. David Murray | 2010-12-14 | 1 | -1/+1 |
|
|
* | | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -1/+1 |
|
|
* | | time: fix gcc warning | Victor Stinner | 2010-10-07 | 1 | -27/+28 |
|
|
* | | Issue #6608: time.asctime is now checking struct tm fields its input | Alexander Belopolsky | 2010-10-01 | 1 | -62/+76 |
|
|
* | | Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() | Victor Stinner | 2010-09-29 | 1 | -21/+20 |
|
|
* | | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API | Alexander Belopolsky | 2010-08-05 | 1 | -55/+4 |
|
|
* | | Issue #9012: "Separate compilation of time and datetime modules." | Alexander Belopolsky | 2010-06-16 | 1 | -26/+0 |
|
|
* | | Merged revisions 81756 via svnmerge from | Alexander Belopolsky | 2010-06-05 | 1 | -10/+16 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -632/+632 |
|
|
* | | 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 |
|
|