summaryrefslogtreecommitdiff
path: root/rdflib/graph.py
Commit message (Expand)AuthorAgeFilesLines
* changes for flake8Nicholas Car2020-05-171-37/+32
* blacked all python filesNicholas Car2020-05-161-9/+15
* removal of all uses of package sixNicholas Car2020-05-161-4/+3
* Merge branch 'master' into 357-batch-add-graphNatanael Arndt2020-05-021-295/+379
|\
| * Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-171-8/+8
| * inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-161-9/+12
| * improved handling of base, including at Graph() initNicholas Car2020-04-161-4/+10
| * Merge remote-tracking branch 'nicholascar/graph_docco' into graph_doccoNicholas Car2020-03-271-50/+0
| |\
| | * Merge branch 'master' into graph_doccoNicholas Car2020-03-271-50/+0
| | |\
| * | | fixing the doctests I broke!Nicholas Car2020-03-271-43/+43
| |/ /
| * | docc updates onlyNicholas Car2020-03-271-110/+114
| * | style changes only: ran black on graph.py & some change by handNicholas Car2020-03-141-190/+262
| * | adds capability to include reified triples in cdb() extraction, as per spec, ...Nicholas Car2020-03-131-0/+11
| * | adds cbd() function to Graph() and tests and dependency on blackNicholas Car2020-03-131-0/+38
| |/
* | Adding support for batching calls to addNMark Watts2020-03-201-8/+19
* | Passing testsMark Watts2020-03-201-4/+7
* | Adding a wrapper for batching add() calls to a GraphMark Watts2020-03-161-1/+55
|/
* Added replace param to Graph.bindSebastian Trueg2019-05-241-2/+4
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-56/+52
* Add possibility to set authority and basepath to skolemize graphNatanael Arndt2018-01-161-5/+5
* remove format_doctest from py3compatGunnar Aastrand Grimnes2017-01-311-61/+61
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-4/+4
* six: graph.py: method sig tuple assignments, iteratorsJoern Hees2017-01-301-16/+23
* six: graph.py: headers, importsJoern Hees2017-01-301-16/+11
* Merge branch 'master' into 5.0.0-devJoern Hees2017-01-261-0/+23
|\
| * Added __iadd__ method to collections, much faster for adding multiple items.Gunnar Aastrand Grimnes2017-01-191-0/+23
* | Merge branch 'master' into 5.0.0-devJoern Hees2016-10-151-4/+6
|\ \ | |/
| * Update list of builtin serialisers in docstringValentin Grouès2016-04-151-1/+1
| * Graph.update() uses own namespaces if none given, consistent with Graph.query()Joern Hees2016-02-161-3/+5
* | Merge branch 'master' (4.2.2-dev) into 5.0.0-devJoern Hees2016-01-281-7/+10
|\ \ | |/
| * DOC: minor typo in paramaterYaroslav Halchenko2015-12-111-1/+1
| * DOC: unamed -> unnamedYaroslav Halchenko2015-12-101-1/+1
| * fix bug in ConjunctiveGraph.parse() arg parsing to Graph.parse()Joern Hees2015-08-271-2/+1
| * make sure that Graph.parse closes all files it opened itselfJoern Hees2015-08-271-3/+7
* | Merge branch 'rm_md5_term_hash' into 5.0.0-dev, closes #439Joern Hees2015-08-271-5/+0
|\ \ | |/ |/|
| * removed md5_term_hash, fixes #240rm_md5_term_hashGunnar Aastrand Grimnes2014-04-111-5/+0
* | made Dataset.graphs an alias of Dataset.contextsissue-495-graphs-methodJoern Hees2015-08-021-8/+4
* | Added a 'graphs' method to the Dataset object (the documentation already had ...Ivan Herman2015-08-011-1/+7
* | added asserts for graph.set([s,p,o]) so s and p aren't NoneJoern Hees2015-03-041-2/+6
* | slight performance increase for graph.all_nodes()Joern Hees2015-02-241-3/+3
* | cleanup logging and show logs in interactive modeJoern Hees2014-07-281-1/+1
* | tiny doc cleanupGunnar Aastrand Grimnes2014-04-271-4/+2
* | Fix ambiguity between Literal(False) and None in Graph.items(...)Benjamin Cogrel2014-04-201-1/+1
|/
* Revert "removed md5_term_hash, fixes #240" for PATCH releaseJoern Hees2014-04-111-0/+5
* removed md5_term_hash, fixes #240Gunnar Aastrand Grimnes2014-03-041-5/+0
* added test and fixed #313Gunnar Aastrand Grimnes2013-12-311-2/+2
* I'm going into 2014 and you're all coming with, kick and scream all you want....Gunnar Aastrand Grimnes2013-12-301-127/+1
* documentation changesGunnar Aastrand Grimnes2013-12-301-0/+9
* "Fix" for issue #296, GraphValue has no articulated role and no apparent use.Graham Higgins2013-11-091-28/+2
* Dataset.parse() returns the parsed ConjunctiveGraphJoern Hees2013-11-081-0/+1