| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing | Stefan Krah | 2012-02-27 | 1 | -2/+3 |
|
|
* | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -167/+74 |
|
|
* | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -74/+167 |
|
|
* | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -15/+67 |
|
|
* | Issue #13847: time.clock() now raises a RuntimeError if the processor time used | Victor Stinner | 2012-01-26 | 1 | -11/+27 |
|
|
* | Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead | Victor Stinner | 2012-01-26 | 1 | -52/+62 |
|
|
* | Merge | Antoine Pitrou | 2012-01-18 | 1 | -0/+47 |
|\ |
|
| * | Issue #10278: fix a typo in the doc | Victor Stinner | 2012-01-18 | 1 | -1/+1 |
|
|
| * | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+47 |
|
|
* | | Fix error handling in timemodule.c | Antoine Pitrou | 2012-01-18 | 1 | -2/+6 |
|/ |
|
* | Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c | Victor Stinner | 2011-12-17 | 1 | -0/+4 |
|\ |
|
| * | Issue #10951: Fix a compiler warning in timemodule.c | Victor Stinner | 2011-12-17 | 1 | -0/+4 |
|
|
* | | Issue #13560: Locale codec functions use the classic "errors" parameter, | Victor Stinner | 2011-12-17 | 1 | -4/+5 |
|
|
* | | Issue #13560: Add PyUnicode_EncodeLocale() | Victor Stinner | 2011-12-17 | 1 | -1/+1 |
|
|
* | | Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() | Victor Stinner | 2011-12-16 | 1 | -3/+3 |
|
|
* | | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -1/+3 |
|
|
* | | (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding, | Victor Stinner | 2011-12-09 | 1 | -11/+4 |
|\ \
| |/ |
|
| * | Issue #5905: time.strftime() is now using the locale encoding, instead of | Victor Stinner | 2011-12-09 | 1 | -9/+4 |
|
|
| * | Issue #10653: Fix time.strftime() on Windows, check for invalid format strings | Victor Stinner | 2011-10-16 | 1 | -4/+4 |
|
|
* | | Issue #12328: Under Windows, refactor handling of Ctrl-C events and | Antoine Pitrou | 2011-11-21 | 1 | -28/+2 |
|
|
* | | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to | Victor Stinner | 2011-10-25 | 1 | -0/+72 |
|
|
* | | Issue #10653: Fix time.strftime() on Windows, check for invalid format strings | Victor Stinner | 2011-10-16 | 1 | -4/+4 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime() | Victor Stinner | 2011-10-14 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #10653: On Windows, use strftime() instead of wcsftime() because | Victor Stinner | 2011-10-14 | 1 | -0/+5 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -2/+3 |
|
|
* | | Issue #12459: time.sleep() now raises a ValueError if the sleep length is | Victor Stinner | 2011-07-05 | 1 | -0/+5 |
|
|
* | | Issue #9642: Uniformize the tests on the availability of the mbcs codec | Victor Stinner | 2011-07-04 | 1 | -1/+1 |
|
|
* | | Issue #9642: Fix the definition of time.clock() on Windows | Victor Stinner | 2011-07-04 | 1 | -29/+25 |
|
|
* | | Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if | Victor Stinner | 2011-07-01 | 1 | -6/+11 |
|
|
* | | 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 |
|
|