summaryrefslogtreecommitdiff
path: root/test/test_datetime.py
Commit message (Expand)AuthorAgeFilesLines
* blacked all python filesNicholas Car2020-05-161-20/+18
* removal of all uses of package sixNicholas Car2020-05-161-2/+1
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-4/+5
* cleanup test-skippingGunnar Aastrand Grimnes2018-10-301-4/+0
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* converted all testsGunnar Aastrand Grimnes2017-01-301-3/+3
* updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-13/+13
* reworking literal __eq__ and added eq, rich comparison methods are still randomGunnar Aastrand Grimnes2012-11-221-1/+1
* Parsedate patch applied, fixes issue 169Graham Higgins2012-01-121-21/+49
* Amend tests to skip known pypy/jython issuesGraham Higgins2012-01-061-0/+4
* applied patch to parse milliseconds in timestamps. (Fixes issue 153)gromgull2011-01-281-0/+7
* Exposed the XSD namespace as "rdflib.namespace.XSD". Refactored internal use ...lindstream2010-02-061-1/+1
* Update issue 46ed.summers2009-06-161-7/+20
* use new %f format in datetime.datetime.strptime to parse microseconds. Only w...ed.summers2009-06-161-0/+13
* cleaning up imports (importing directly instead via their alias, pep 8, etc)eikeon2009-02-221-1/+2
* added test case for issue #35eikeon@eikeon.com2009-02-111-0/+17