summaryrefslogtreecommitdiff
path: root/rdflib/compat.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: eliminate unneeded `rdflib.compat` imports (#2336)Iwan Aucamp2023-04-091-7/+0
* fix: SPARQL XML result parsing (#2044)Iwan Aucamp2022-07-261-9/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-2/+1
* Remove unused compatability functionIwan Aucamp2022-03-201-10/+0
* Eliminate the use of `str.translate` in unquotingIwan Aucamp2022-01-161-3/+1
* Fixed the handling of escape sequences in the ntriples and nquads parsers.Iwan Aucamp2022-01-151-21/+41
* Remove narrow build detectionIwan Aucamp2022-01-101-23/+0
* Merge pull request #1324 from rchateauneu/speedup_decodeUnicodeEscapeNicholas Car2021-06-261-0/+5
|\
| * Consider maketransRemi Chateauneu2021-05-201-0/+1
| * Speedup decodeUnicodeEscape by avoiding useless string replace.Remi Chateauneu2021-05-201-0/+4
* | Simplify importing of etreeIwan Aucamp2021-06-011-19/+1
* | Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-13/+18
|/
* fix escaping (deprecated since py 3.6)t0b32020-06-221-1/+1
* 2to3 whole sourcebaset0b32020-06-221-3/+0
* blacked all python filesNicholas Car2020-05-161-24/+25
* removal of all uses of package sixNicholas Car2020-05-161-56/+33
* DOC: Fix some warningsChris Markiewicz2020-04-161-1/+1
* Moved backwards compatability changes to rdflib/compat.pyTroy Sincomb2020-02-121-0/+7
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-18/+23
* moved all compat code to rdflib.compatsix_2to3Gunnar Aastrand Grimnes2017-01-311-3/+121
* removed compat code for supporting legacy python versionsGunnar Aastrand Grimnes2017-01-271-49/+0
* cmp_to_key for py2.6Gunnar Aastrand Grimnes2017-01-191-0/+26
* be more compatible when importing elementtree, and only in one placeGunnar Aastrand Grimnes2017-01-121-0/+31
* special comparison for decimal/floats in py<2.7. fixes #254Gunnar Aastrand Grimnes2013-03-091-0/+21
* doc update - get rid of 2.4 work-aroundsgromgull2013-03-041-50/+1
* Conform to PEP8Graham Higgins2013-02-071-0/+1
* apply autopep8 standards.Graham Higgins2013-01-111-2/+9
* added fall-back implementation of defaultdict for py2.4Gunnar Aastrand Grimnes2012-09-231-0/+45
* we're already requiring 2.4.0 mineikeon2009-03-081-12/+0
* detabifiedeikeon2005-12-131-1/+1
* added 2.3 compatiblity re: rspliteikeon2005-06-081-0/+12