| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -5488/+0 |
|
|
* | Issue #5288: Eliminated round-trips between timdelta and int offsets | Alexander Belopolsky | 2010-07-07 | 1 | -475/+398 |
|
|
* | Issue #9000: datetime.timezone objects now have eval-friendly repr. | Alexander Belopolsky | 2010-07-06 | 1 | -2/+22 |
|
|
* | Issue #9152: Removed dead code in datetime module | Alexander Belopolsky | 2010-07-04 | 1 | -5/+0 |
|
|
* | Merged revisions 82466 via svnmerge from | Alexander Belopolsky | 2010-07-03 | 1 | -2/+1 |
|
|
* | Added missing white space | Alexander Belopolsky | 2010-06-28 | 1 | -1/+1 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+2 |
|
|
* | Issue #9051: Instances of timezone class can now be pickled. | Alexander Belopolsky | 2010-06-23 | 1 | -0/+11 |
|
|
* | Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. | Alexander Belopolsky | 2010-06-21 | 1 | -9/+3 |
|
|
* | Issue #6641: Original commit for this issue, r82053, introduced a | Alexander Belopolsky | 2010-06-18 | 1 | -2/+2 |
|
|
* | Issue #6641: The datetime.strptime method now supports the %z directive. | Alexander Belopolsky | 2010-06-17 | 1 | -66/+7 |
|
|
* | Issue 5094: minor documentation fixes | Alexander Belopolsky | 2010-06-15 | 1 | -3/+3 |
|
|
* | Issue #5094: The ``datetime`` module now has a simple concrete class | Alexander Belopolsky | 2010-06-14 | 1 | -1/+284 |
|
|
* | Fix naming inconsistency. | Mark Dickinson | 2010-06-07 | 1 | -1/+1 |
|
|
* | Issue8810: Clearing up docstring for tzinfo.utcoffset. | Sean Reifscheider | 2010-06-04 | 1 | -2/+2 |
|
|
* | Issue #1289118: datetime.timedelta objects can now be multiplied by float | Alexander Belopolsky | 2010-05-31 | 1 | -1/+112 |
|
|
* | Merged revisions 81566 via svnmerge from | Alexander Belopolsky | 2010-05-27 | 1 | -13/+16 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -3439/+3439 |
|
|
* | Issue #8644: Improve accuracy of timedelta.total_seconds, by doing intermediate | Mark Dickinson | 2010-05-08 | 1 | -3/+19 |
|
|
* | Rework delta_divmod to avoid use of PyTuple_SetItem. | Mark Dickinson | 2010-04-20 | 1 | -5/+8 |
|
|
* | Fix memory leak. | Mark Dickinson | 2010-04-20 | 1 | -3/+2 |
|
|
* | Issue #2706: Add support for dividing a timedelta by another timedelta. | Mark Dickinson | 2010-04-20 | 1 | -3/+147 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -4/+4 |
|
|
* | Merged revisions 76529 via svnmerge from | Antoine Pitrou | 2009-11-25 | 1 | -1/+12 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -5/+4 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -6/+6 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -2/+2 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -0/+7 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -24/+37 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -11/+12 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -29/+29 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 1 | -2/+1 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -1/+1 |
|
|
* | Fix datetime_strptime following svnmerge from trunk; it was | Mark Dickinson | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -21/+80 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -16/+1 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -4/+4 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -23/+23 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 1 | -3/+6 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -26/+26 |
|
|
* | Use PyString instead of PyBytes in wrap_strftime(). | Walter Dörwald | 2007-11-22 | 1 | -10/+10 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -18/+18 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -2/+2 |
|
|
* | Change a variable to Py_ssize_t to silence a compiler warning (and because it | Brett Cannon | 2007-11-06 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -13/+7 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -1/+1 |
|
|
* | Added __format__ method to datetime.datetime, datetime.date, and datetime.time. | Eric Smith | 2007-09-11 | 1 | -0/+36 |
|
|
* | Remove checking redundantly for checks of PyInt and PyLong. | Neal Norwitz | 2007-08-31 | 1 | -5/+5 |
|
|