aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_datetime.py
Commit message (Expand)AuthorAge
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-17
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Added __format__ method to datetime.datetime, datetime.date, and datetime.time.Eric Smith2007-09-11
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-24
* Make test_datetime.py pass by killing all references to cPickle in it.Guido van Rossum2007-07-19
* Change Py_BuildValue to generate Unicode objects forMartin v. Löwis2007-07-18
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-11
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Change %c format specifier for PyArg_ParseTuple() so that it acceptsWalter Dörwald2007-06-20
* Fix datetime and its test.Guido van Rossum2007-05-23
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-15
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Fix the datetime comparison conundrum.Guido van Rossum2006-08-24
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-17
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* similar to SF bug 847019: a quick check in the time() constructor, whichArmin Rigo2005-11-07
* Use descriptors.Guido van Rossum2005-01-16
* Add strptime() constructor to datetime class. Thanks to Josh Spoerri forSkip Montanaro2005-01-13
* SF bug #1028306: date-datetime comparisonTim Peters2004-09-16
* Bug 975996: Add _PyTime_DoubleToTimet to C APITim Peters2004-06-20
* SF 952807: Unpickling pickled instances of subclasses of datetime.date,Tim Peters2004-06-07
* SF bug 847019 datetime.datetime initialization needs more strict checkingTim Peters2004-03-21
* SF bug #761337: datetime.strftime fails on trivial format stringRaymond Hettinger2003-06-27
* datetime.timedelta is now subclassable in Python. The new test showsTim Peters2003-05-17
* datetime.datetime and datetime.time can now be subclassed in Python. Brr.Tim Peters2003-05-17
* test_subclass_date(): Beefed this up, to check that new instanceTim Peters2003-05-17
* The date class is now properly subclassable. (SF bug #720908)Guido van Rossum2003-04-14
* Whitespace normalization.Tim Peters2003-02-19
* The Python implementation of datetime was changed in ways that no longerTim Peters2003-02-08
* Comparison for timedelta, time, date and datetime objects: __eq__ andTim Peters2003-02-07
* Merge the test part of the below checkin to the sandbox and Zope3, soGuido van Rossum2003-02-07
* SF bug 680864: test_datetime fails for non-unix epochTim Peters2003-02-06
* Build pickler_choices list in a lazier way.Tim Peters2003-02-05
* cPickle now implements enough of protocol 2 to enable allGuido van Rossum2003-02-03
* There's no good reason for datetime objects to expose __getstate__()Tim Peters2003-02-01
* Changed the tests to stop using __setstate__(). __setstate__() noTim Peters2003-01-31
* Change the approach to pickling to use __reduce__ everywhere. MostGuido van Rossum2003-01-30
* date and datetime comparison: when we don't know how toTim Peters2003-01-24