summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/operators.py
Commit message (Expand)AuthorAgeFilesLines
* blacked everything6.0.0Nicholas Car2021-07-201-41/+43
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-201-9/+9
* Refactor usage of rdf:langString.Edmond Chuc2021-07-091-5/+1
* Refactor for DefinedNamespace behaviourEdmond Chuc2021-07-081-1/+1
* Merge pull request #1154 from FlorianLudwig/support_date_typeNicholas Car2021-07-031-3/+15
|\
| * reformat edited files using blackFlorian Ludwig2020-10-231-2/+1
| * support day, nonth and year function for dateFlorian Ludwig2020-10-231-3/+16
* | Merge branch 'master' into sparql-timezoneNicholas Car2020-12-271-0/+2
|\ \
| * | small cleanupsFlorian Ludwig2020-10-231-0/+2
| |/
* | Do not use current time in sparql TIMEZONEFlorian Ludwig2020-10-241-1/+1
|/
* Merge pull request #1061 from Akash-Sharma-1/masterAshley Sommer2020-09-181-14/+130
|\
| * Merge branch 'master' into masterAshley Sommer2020-05-271-112/+136
| |\
| * | Updated operators.pyAkash-Sharma-12020-05-231-2/+1
| * | Updated operator.pyAkash-Sharma-12020-05-231-34/+35
| * | Fix for issue #629 - Arithmetic Operations of DateTime for SPARQL QueriesAkash-Sharma-12020-05-231-14/+130
* | | re-run blackAshley Sommer2020-08-271-1/+1
| |/ |/|
* | changes for flake8Nicholas Car2020-05-171-26/+26
* | blacked all python filesNicholas Car2020-05-161-83/+107
* | removal of all uses of package sixNicholas Car2020-05-161-9/+9
|/
* Compare Nones with is or is notBruno P. Kinoshita2020-03-071-1/+1
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-58/+61
* Merge pull request #723 from pchampin/custom-functionsGunnar Aastrand Grimnes2017-05-291-12/+55
|\
| * string formatting fixedJörn Hees2017-03-091-2/+1
| * more explicit code when calling custom functionPierre-Antoine Champin2017-03-091-10/+14
| * changed deprecated 'except' clauses in operators.pyPierre-Antoine Champin2017-03-091-4/+4
| * added a hook to add custom functions to SPARQLPierre-Antoine Champin2017-03-081-11/+51
* | removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+2
* | converted sparql engineGunnar Aastrand Grimnes2017-01-301-13/+15
|/
* make exception formatting encoding error safe by using %r instead of %s, fixe...Joern Hees2016-02-161-27/+27
* added comment referring to explanation for re.sub handling in _r()Joern Hees2015-09-241-0/+2
* introduced py3.5+ handling for better re.sub unmatched group handlingJoern Hees2015-09-231-2/+6
* doc updatesGunnar Aastrand Grimnes2013-05-091-2/+11
* autopep8Gunnar Aastrand Grimnes2013-04-301-2/+2
* move .thaw from bindings to ctxGunnar Aastrand Grimnes2013-04-301-1/+1
* Not quite a fix, but at least a work-around for : https://github.com/RDFLib/r...Gunnar Aastrand Grimnes2013-04-261-1/+2
* Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-211-0/+993