summaryrefslogtreecommitdiff
path: root/rdflib/graph.py
Commit message (Expand)AuthorAgeFilesLines
* Change Graph.serialize to throw for invalid destinationsIwan Aucamp2021-09-121-3/+2
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-9/+8
* Do not return self on store closewssbck2021-09-051-2/+1
* adjust testswssbck2021-09-041-35/+70
* Make graph methods chainablewssbck2021-09-041-2/+19
* added type hinting from Comment https://github.com/RDFLib/rdflib/pull/1382/fi...Nicholas Car2021-08-281-2/+5
* tiny tweaks to new and existing docoNicholas Car2021-08-281-4/+5
* Iterate over dataset return quadsJuan José González2021-07-291-0/+21
* blacked everything6.0.0Nicholas Car2021-07-201-20/+26
* fix docc build warningsNicholas Car2021-07-151-11/+10
* Merge branch 'master' into BerkeleyDBNicholas Car2021-07-021-4/+17
|\
| * Use type(self)() instead of self.__class__().shreyasnagare2021-07-011-3/+3
| * Add fallback for subclasses with required init argsshreyasnagare2021-06-301-3/+12
| * Update graph operator overloading for subclassesshreyasnagare2021-06-301-3/+3
| * Add pathlib.PurePath support for Graph.{serialize,parse}Iwan Aucamp2021-06-291-1/+5
* | Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-281-17/+93
|\ \ | |/
| * Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-9/+85
| * Fix transitive_objects/subjects docstrings and signaturesIwan Aucamp2021-05-111-8/+8
* | trivial comments spellingNicholas Car2021-04-251-1/+1
* | removed non-resolving links, added new multi-graph e.g., fixed e.g. file docc...Nicholas Car2021-04-241-3/+3
|/
* Merge pull request #1183 from RDFLib/serialize1Nicholas Car2020-12-271-6/+22
|\
| * Serialize Changes:Ashley Sommer2020-10-081-6/+22
* | Add documentation and type hints for rdflib.query.Result. Update documentatio...Edmond Chuc2020-12-081-5/+5
|/
* Apply suggestions from code reviewMatthias Urban2020-10-011-2/+3
* Fix serialize with multiple disks on windowsMatthias Urban2020-09-251-2/+2
* fix Graph.serialize docFlorian Ludwig2020-09-111-3/+4
* update doctests to match new graph.py importsAshley Sommer2020-08-271-18/+17
* Deprecate some more Graph API surface that will be removed in RDFLib 6.0.0Ashley Sommer2020-08-271-6/+25
* Add deprecation warning on graph.load()Ashley Sommer2020-08-271-11/+10
* re-run blackAshley Sommer2020-08-271-1/+3
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-23/+37
|\
| * Merge pull request #1140 from RDFLib/improve_graph_parseAshley Sommer2020-08-271-15/+21
| |\
| | * Merge branch 'master' into improve_graph_parseimprove_graph_parseNicholas Car2020-08-271-3/+9
| | |\
| | * | improved Graph().parse()Nicholas Car2020-08-141-13/+21
| * | | Merge pull request #1133 from ashleysommer/in_memory_storeNicholas Car2020-08-271-7/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Removed IOMemory storeAshley Sommer2020-08-191-7/+7
| | |/
| * | More Black formatting changesAshley Sommer2020-08-191-4/+12
| |/
* | 2to3 whole sourcebaset0b32020-06-221-4/+0
|/
* prefer specific LBYL vs less-specific EAFPDonny Winston2020-05-261-3/+3
* Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-261-49/+50
|\
| * 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
* | fix indent -- unconditionally re-raiseDonny Winston2020-05-121-1/+1
* | refactor imports; fix try blockDonny Winston2020-05-121-6/+7
* | Log warning if assumed xml and could not parseDonny Winston2020-05-111-0/+10
* | Use guess_format util to autodetect formatDonny Winston2020-05-111-3/+6
|/
* 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