summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.cVictor Stinner2011-12-171-0/+4
|\
| * Issue #10951: Fix a compiler warning in timemodule.cVictor Stinner2011-12-171-0/+4
* | Issue #13560: Locale codec functions use the classic "errors" parameter,Victor Stinner2011-12-171-4/+5
* | Issue #13560: Add PyUnicode_EncodeLocale()Victor Stinner2011-12-171-1/+1
* | Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()Victor Stinner2011-12-161-3/+3
* | Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-1/+3
|\ \ | |/
| * Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-1/+3
* | (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding,Victor Stinner2011-12-091-11/+4
|\ \ | |/
| * Issue #5905: time.strftime() is now using the locale encoding, instead ofVictor Stinner2011-12-091-9/+4
| * Issue #10653: Fix time.strftime() on Windows, check for invalid format stringsVictor Stinner2011-10-161-4/+4
* | Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-211-28/+2
* | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+72
* | Issue #10653: Fix time.strftime() on Windows, check for invalid format stringsVictor Stinner2011-10-161-4/+4
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime()Victor Stinner2011-10-141-0/+5
|\ \ | |/
| * Issue #10653: On Windows, use strftime() instead of wcsftime() becauseVictor Stinner2011-10-141-0/+5
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-2/+3
* | Issue #12459: time.sleep() now raises a ValueError if the sleep length isVictor Stinner2011-07-051-0/+5
* | Issue #9642: Uniformize the tests on the availability of the mbcs codecVictor Stinner2011-07-041-1/+1
* | Issue #9642: Fix the definition of time.clock() on WindowsVictor Stinner2011-07-041-29/+25
* | Issue #12462: time.sleep() now calls immediatly the (Python) signal handler ifVictor Stinner2011-07-011-6/+11
* | Removed unused variableAlexander Belopolsky2011-05-021-1/+0
* | Issue #11930: Remove deprecated time.accept2dyear.Alexander Belopolsky2011-05-021-54/+1
* | merge from 3.2Senthil Kumaran2011-04-061-1/+1
|\ \ | |/
| * Merge from 3.1Senthil Kumaran2011-04-061-1/+1
| |\
| | * Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...Senthil Kumaran2011-04-061-1/+1
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-211-20/+9
|/ /
* | time.strftime(): replace PyErr_Format() by PyErr_SetString()Victor Stinner2011-03-211-3/+2
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 87919 via svnmerge fromAlexander Belopolsky2011-02-151-1/+4
| * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-111-1/+1
| * Merged revisions 87648,87656 via svnmerge fromAlexander Belopolsky2011-01-021-0/+4
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-637/+637
* | Issue #1726687: time.mktime() will now correctly compute value oneAlexander Belopolsky2011-01-111-1/+4
* | Issue #10864: limit year to [1; 9999] for strftime() on SolarisVictor Stinner2011-01-081-1/+1
* | Issue #1777412: Remove all limits on tm_year from time.strftime()Victor Stinner2011-01-081-8/+1
* | Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900Victor Stinner2011-01-081-6/+12
* | Fixed error handling branches. ThanksAlexander Belopolsky2011-01-081-14/+19
* | Issue #1777412: extended year range of strftime down to 1000.Alexander Belopolsky2011-01-081-2/+2
* | Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-15/+32
* | Further simplify gettmarg()Alexander Belopolsky2011-01-061-19/+5
* | Use PyOS_snprintf for better portability.Alexander Belopolsky2011-01-061-5/+5
* | - time.accept2dyear = True is now equivalent to time.accept2dyear = 1Alexander Belopolsky2011-01-051-34/+19
* | Whitespace cleanupAlexander Belopolsky2011-01-041-2/+1
* | Issue #8013: time.asctime and time.ctime no longer call system asctimeAlexander Belopolsky2011-01-041-22/+39
* | #8013 follow-up:Georg Brandl2011-01-021-7/+13
* | Issue #8013: Fixed time.asctime segfault when OS's asctime failsAlexander Belopolsky2011-01-021-0/+4
* | #10699: fix docstring for tzset: it does not take a parameterR. David Murray2010-12-141-1/+1
* | Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0