summaryrefslogtreecommitdiff
path: root/test/test_literal.py
Commit message (Expand)AuthorAgeFilesLines
* zfill for gYear/gYearMonth to try to fix test errorNicholas Car2021-07-031-2/+2
* try excluding the breaking test; tidy some other testsNicholas Car2021-07-021-5/+5
* merge masterNicholas Car2021-07-021-0/+5
|\
| * Fix formatting of xsd:decimalIwan Aucamp2021-06-111-0/+5
* | revert to f-stringNicholas Car2021-06-261-1/+1
* | revert to f-stringNicholas Car2021-06-261-1/+1
* | attempted test fixNicholas Car2021-06-261-11/+5
* | typo fixNicholas Car2021-06-251-1/+1
* | fixing some test pathsNicholas Car2021-06-191-1/+1
|/
* Add special handling for gYear and gYearMonth in _SpecificPythonToXSDRulesIwan Aucamp2021-05-161-0/+76
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-1/+1
|\
| * improved Graph().parse()Nicholas Car2020-08-141-1/+1
* | 2to3 whole sourcebaset0b32020-06-221-2/+2
|/
* blacked all python filesNicholas Car2020-05-161-26/+30
* removal of all uses of package sixNicholas Car2020-05-161-6/+3
* Readd one of the blank linesNatanael Arndt2020-04-061-4/+5
* Removed extra white space linesarushi0192020-04-061-2/+0
* Change to allow for Python 2.7 in _parseBoolean testarushi0192020-04-061-2/+2
* Rectified import error in last commitarushi0192020-04-061-1/+1
* Added tests for _parseBoolean functionarushi0192020-04-061-1/+25
* added all code from PR 388Nicholas Car2020-03-171-1/+25
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-27/+28
* remove format_doctest from py3compatGunnar Aastrand Grimnes2017-01-311-6/+9
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* converted all testsGunnar Aastrand Grimnes2017-01-301-1/+2
* Merge branch 'master' into 5.0.0-devJoern Hees2017-01-261-6/+6
|\
| * updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-6/+6
| * dropped test for md5_term_hash as it's deprecatedJoern Hees2015-08-271-8/+0
* | removed md5_term_hash, fixes #240rm_md5_term_hashGunnar Aastrand Grimnes2014-04-111-9/+0
|/
* Revert "removed md5_term_hash, fixes #240" for PATCH releaseJoern Hees2014-04-111-0/+9
* whitespace gardeningGunnar Aastrand Grimnes2014-03-041-23/+22
* removed md5_term_hash, fixes #240Gunnar Aastrand Grimnes2014-03-041-9/+0
* made plain literals have their lexical representation as value. Cleaned up li...Gunnar Aastrand Grimnes2013-05-081-0/+13
* property function for bi-directional python object <->literal lexical form bi...gromgull2013-03-051-1/+41
* test for #237 double literal corruptionDrew Perttula2013-02-141-1/+7
* Refine tox dependencies, add a py2/3 uformatGraham Higgins2012-01-241-1/+1
* fixed URIRef __repr__ to handle unicode and quotes correctlygromgull2012-01-231-1/+1
* Fix a load of simple doctest failures due to repr changes for Python 3.Thomas Kluyver2011-11-161-5/+6
* Exposed the XSD namespace as "rdflib.namespace.XSD". Refactored internal use ...lindstream2010-02-061-2/+1
* merge of /branches/literalnew-81 for http://code.google.com/p/rdflib/issues/d...drewpca2010-02-041-0/+37
* Update issue 66eikeon2010-02-021-0/+16
* Fixes issue 88eikeon2010-02-021-7/+11
* fix import error that was breaking md5_term_hash; add docstrings discouraging...drewpca2010-02-021-0/+9
* cleaning up imports (importing directly instead via their alias, pep 8, etc)eikeon2009-02-221-1/+1
* removed deprecated bits; removed sparql bits; fixed up imports and test cases...eikeon2009-02-221-2/+2
* added test case for issue #28eikeon@eikeon.com2009-02-111-0/+24