summaryrefslogtreecommitdiff
path: root/test/test_datetime.py
Commit message (Collapse)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
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* cleanup test-skippingGunnar Aastrand Grimnes2018-10-301-4/+0
| | | | mainly remove old skips for pypy/java
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
| | | | now six is used throughout.
* 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
| | | | and some tests to use that, instead of repeated use of the xsd URI. (Also convenience-imported that and OWL as rdflib.XSD and rdflib.OWL respectively).
* Update issue 46ed.summers2009-06-161-7/+20
| | | | | Improved testing of what happens to datetime's with microseconds when Python version < 2.6.0
* use new %f format in datetime.datetime.strptime to parse microseconds. Only ↵ed.summers2009-06-161-0/+13
| | | | will work when python >= 2.6.0. Fixes issue 46.
* 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