| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -10/+5 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+7 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -15/+24 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -5/+0 |
|
|
* | Finish getting rid of statichere/staticforward | Neal Norwitz | 2006-03-22 | 1 | -3/+3 |
|
|
* | More unconsting. | Martin v. Löwis | 2006-02-27 | 1 | -11/+11 |
|
|
* | Remove two instances of trailing commas. Resolves patch #1209781. | Georg Brandl | 2006-02-19 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -16/+16 |
|
|
* | similar to SF bug 847019: a quick check in the time() constructor, which | Armin Rigo | 2005-11-07 | 1 | -1/+2 |
|
|
* | Add strptime() constructor to datetime class. Thanks to Josh Spoerri for | Skip Montanaro | 2005-01-13 | 1 | -0/+45 |
|
|
* | Bug #1087216: datetime module documentation missing critical detail | Raymond Hettinger | 2004-12-19 | 1 | -3/+9 |
|
|
* | SF bug #1028306: date-datetime comparison | Tim Peters | 2004-09-16 | 1 | -1/+11 |
|
|
* | SF patch 876130: add C API to datetime module, from Anthony Tuininga. | Tim Peters | 2004-06-20 | 1 | -0/+30 |
|
|
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 | 1 | -5/+15 |
|
|
* | SF 952807: Unpickling pickled instances of subclasses of datetime.date, | Tim Peters | 2004-06-07 | 1 | -6/+3 |
|
|
* | SF bug 847019 datetime.datetime initialization needs more strict checking | Tim Peters | 2004-03-21 | 1 | -2/+10 |
|
|
* | Have strftime() check its time tuple argument to make sure the tuple's values | Brett Cannon | 2004-03-02 | 1 | -2/+2 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -2/+2 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -4/+4 |
|
|
* | SF bug #761337: datetime.strftime fails on trivial format string | Raymond Hettinger | 2003-06-27 | 1 | -1/+1 |
|
|
* | Added more words about the abuse of the tp_alloc nitems argument | Tim Peters | 2003-05-18 | 1 | -1/+12 |
|
|
* | datetime.timedelta is now subclassable in Python. The new test shows | Tim Peters | 2003-05-17 | 1 | -165/+170 |
|
|
* | datetime.datetime and datetime.time can now be subclassed in Python. Brr. | Tim Peters | 2003-05-17 | 1 | -30/+46 |
|
|
* | Turns out there wasn't a need to define tp_free for any of the types here. | Tim Peters | 2003-05-16 | 1 | -4/+4 |
|
|
* | Stopped using the old macro form of _PyObject_Del. | Tim Peters | 2003-05-16 | 1 | -4/+4 |
|
|
* | SF patch 731504: Typo in datetimemodule.c comment. | Tim Peters | 2003-05-02 | 1 | -1/+1 |
|
|
* | The date class is now properly subclassable. (SF bug #720908) | Guido van Rossum | 2003-04-14 | 1 | -5/+8 |
|
|
* | timedelta comparison and datetime addition: as the Python implementation | Tim Peters | 2003-02-08 | 1 | -4/+4 |
|
|
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -38/+52 |
|
|
* | Whitespace normalization | Neal Norwitz | 2003-02-04 | 1 | -1/+1 |
|
|
* | New functions alloc_{time,datetime}. Got rid of all setstate-like | Tim Peters | 2003-02-01 | 1 | -168/+123 |
|
|
* | There's no good reason for datetime objects to expose __getstate__() | Tim Peters | 2003-02-01 | 1 | -52/+4 |
|
|
* | Removed all uses of the out-of-favor __safe_for_unpickling__ magic | Tim Peters | 2003-02-01 | 1 | -27/+0 |
|
|
* | All over: changed comments to reflect pickling is straightforward now, | Tim Peters | 2003-02-01 | 1 | -7/+5 |
|
|
* | delta_setstate(): This waS no longer referenced, so nukeit. | Tim Peters | 2003-02-01 | 1 | -38/+2 |
|
|
* | The various datetime object __setstate__() methods are no longer public | Tim Peters | 2003-01-31 | 1 | -116/+105 |
|
|
* | Backward branches are disgusting, at least when a forward branch | Tim Peters | 2003-01-31 | 1 | -6/+6 |
|
|
* | Change the approach to pickling to use __reduce__ everywhere. Most | Guido van Rossum | 2003-01-30 | 1 | -242/+221 |
|
|
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -1/+13 |
|
|
* | Updated the astimezone() proof to recover from all the last week's | Tim Peters | 2003-01-24 | 1 | -77/+94 |
|
|
* | Fix typo | Neal Norwitz | 2003-01-23 | 1 | -1/+1 |
|
|
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -12/+20 |
|
|
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -7/+17 |
|
|
* | fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! | Tim Peters | 2003-01-23 | 1 | -1/+1 |
|
|
* | Bringing the code and test suite into line with doc and NEWS changes | Tim Peters | 2003-01-23 | 1 | -92/+127 |
|
|
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 1 | -21/+3 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 1 | -1004/+635 |
|
|
* | Minor fiddling to make the next part easier. Introduced an internal | Tim Peters | 2003-01-11 | 1 | -17/+20 |
|
|