summaryrefslogtreecommitdiff
path: root/rdflib/compare.py
Commit message (Expand)AuthorAgeFilesLines
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-1/+1
* Toplevel n80x (#2046)Graham Higgins2022-07-281-2/+2
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-261-11/+14
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-15/+12
* Reformat per blackAlex Nelson2022-01-251-2/+6
* Apply IdentifiedNode type signature revisions to compare.pyAlex Nelson2022-01-251-4/+4
* backing all filesnicholascar2021-12-071-1/+1
* Flak8 improvementsnicholascar2021-12-071-2/+1
* Fix typos discovered by codespellChristian Clauss2021-10-141-1/+1
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-4/+4
* Add unit tests for issue #1294 with @expectedFailureIwan Aucamp2021-07-131-31/+73
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-1/+1
|\
| * More Black formatting changesAshley Sommer2020-08-191-1/+1
* | 2to3 whole sourcebaset0b32020-06-221-1/+1
|/
* changes for flake8Nicholas Car2020-05-171-5/+1
* blacked all python filesNicholas Car2020-05-161-48/+58
* removal of all uses of package sixNicholas Car2020-05-161-3/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-6/+3
* Merge branch 'issue725' of https://github.com/jimmccusker/rdflib into issue725Jim McCusker2017-04-091-2/+8
|\
| * Merge branch 'master' into issue725Jim McCusker2017-04-091-2/+8
| |\
| | * IsomorphicGraph no explicitly redefines __hash__Jörn Hees2017-02-171-0/+3
| | * Added test for Issue 682 and fixed.Jim McCusker2017-02-161-2/+5
* | | Removed extraneous debug statements.Jim McCusker2017-04-091-2/+0
|/ /
* | Fixed #725 by fully refining all bnode colors and combining color groups if t...Jim McCusker2017-04-091-6/+24
|/
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-2/+2
* six: compare.py: headers, unicodeJoern Hees2017-01-301-2/+7
* removed compat code for supporting legacy python versionsGunnar Aastrand Grimnes2017-01-271-7/+1
* properly cite RGDA1cite_rgda1Jörn Hees2016-05-101-1/+5
* minor: tuple literalfix_canonicalizationJoern Hees2015-08-101-1/+1
* Fixed bnode collision bug.Jim McCusker2015-08-091-3/+6
* removed unintended singletonJim McCusker2014-12-101-2/+4
* misnamed performance decoratorJim McCusker2014-12-091-1/+1
* Fixed up some of the style adjustments to pass tests.Jim McCusker2014-12-091-2/+2
* Merge remote-tracking branch 'joernhees/canonicalization' into canonicalizationJim McCusker2014-12-081-72/+97
|\
| * minor: code style guidesJoern Hees2014-12-081-70/+95
* | Privatized some decorators and utility functions.Jim McCusker2014-12-081-9/+9
|/
* Updated comments and citations, removed badly performing equality measure and...Jim McCusker2014-12-071-31/+22
* .n3() always returns unicode (right?) and the only other possible thing is in...Jim McCusker2014-12-071-2/+2
* Another unicode tweak, works locally on python 2.7.7 (anaconda)Jim McCusker2014-12-071-1/+1
* Support for python 2.6 and hopefully 3.xJim McCusker2014-12-071-13/+12
* More tests working, but it looks like JSON-LD doesn't do safe roundtrip conve...Jim McCusker2014-12-071-10/+13
* more automorphism detectionJim McCusker2014-11-301-4/+43
* added benchmark and related instrumentationJim McCusker2014-11-181-25/+80
* naive pruning of automorphismsJim McCusker2014-11-161-1/+7
* Final bugfixes and a round of performance improvementsJim McCusker2014-11-161-32/+24
* First pass at a traces implementation, not full pruning yetJim McCusker2014-11-151-40/+209
* rdflib.compare fix, md5 sum was never reinitialised, re: #297Gunnar Aastrand Grimnes2013-07-291-3/+3
* apply autopep8 standards.Graham Higgins2013-01-111-87/+42
* doc cleanup - made trix serializer/parser check context-awarenessgromgull2012-07-181-1/+1
* Re-enable doctests, adjust docstrings for use with py3compat.Graham Higgins2012-02-181-1/+5