index
:
delta/python-packages/rdflib.git
5.0.0-dev
RDFa-initial-context-update-2017
Sweb
add-nsm-arg-to-path-n3
bdbOptimized
cite_rgda1
closednamedspace-inheritance-fix
dataset_example
default_prefixes
dependabot/add-v2-config-file
dependabot/docker/docker/latest/library/python-286f2f1
dependabot/docker/docker/unstable/library/python-286f2f1
dependabot/pip/black-21.7b0
dependabot/pip/black-21.8b0
dependabot/pip/coverage-7.2.5
dependabot/pip/flakeheaven-3.3.0
dependabot/pip/importlib-metadata-6.6.0
dependabot/pip/pytest-7.3.1
dependabot/pip/setuptools-67.7.2
dependabot/pip/sphinx-3.0.2
dependabot/pip/sphinx-3.0.3
dependabot/pip/sphinx-3.0.4
dependabot/pip/sphinx-3.1.1
dependabot/pip/sphinx-3.1.2
dependabot/pip/sphinx-3.2.0
dependabot/pip/sphinx-3.2.1
dependabot/pip/sphinx-3.3.0
dependabot/pip/sphinx-3.3.1
dependabot/pip/sphinx-3.4.0
dependabot/pip/sphinx-3.4.1
dependabot/pip/sphinx-3.4.3
dependabot/pip/sphinx-3.5.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-3.5.4
dependabot/pip/sphinx-4.2.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.3.1
dependabot/pip/sphinx-4.3.2
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.23.0
dependabot/pip/types-setuptools-67.7.0.1
docco_clean
drone_coverage
drone_py310
fix-issue-545
fix-issue-580
fix638
fix680
fixElementTreeImports
fix_913
fix_canonicalization
fix_deprecated_load
fix_sparql_raise_unbound
foaf_fix
hextuples
improve_graph_parse
improved_docco_style
initbindings-fix
issue-495-graphs-method
issue714
issue_1003
issue_980
iwana-20211218T0035-sap_pmr
iwana-20220718T0603-lxml-test
iwana-issue919-tests
jsonld_conneg
kill-Py2
main
master
microdata-to-rdf-second-edition
microdata-to-rdf-second-edition-bak
microdata-to-rdf-third-edition
namespace-geosparql
namespaces_all
path-n3-method
pr_451_redux
pre-commit-ci-update-config
rdfa-html-datatype-lang-error
rdfa-initial-context-update-2017
remove_requests
revert_black
rm_md5_term_hash
roundtrip_hext
sdo-https
serialize1
six_2to3
sparqlstore_improvements
test_drone
ttl2
update-rdfa-initial-context-csvw
update_xsd_namespace
url_source_hdrs
github.com: rdflib/rdflib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rdflib
/
graph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Graph.serialize to throw for invalid destinations
Iwan Aucamp
2021-09-12
1
-3
/
+2
*
Fix mypy type errors and add mypy to .drone.yml
Iwan Aucamp
2021-09-10
1
-9
/
+8
*
Do not return self on store close
wssbck
2021-09-05
1
-2
/
+1
*
adjust tests
wssbck
2021-09-04
1
-35
/
+70
*
Make graph methods chainable
wssbck
2021-09-04
1
-2
/
+19
*
added type hinting from Comment https://github.com/RDFLib/rdflib/pull/1382/fi...
Nicholas Car
2021-08-28
1
-2
/
+5
*
tiny tweaks to new and existing doco
Nicholas Car
2021-08-28
1
-4
/
+5
*
Iterate over dataset return quads
Juan José González
2021-07-29
1
-0
/
+21
*
blacked everything
6.0.0
Nicholas Car
2021-07-20
1
-20
/
+26
*
fix docc build warnings
Nicholas Car
2021-07-15
1
-11
/
+10
*
Merge branch 'master' into BerkeleyDB
Nicholas Car
2021-07-02
1
-4
/
+17
|
\
|
*
Use type(self)() instead of self.__class__().
shreyasnagare
2021-07-01
1
-3
/
+3
|
*
Add fallback for subclasses with required init args
shreyasnagare
2021-06-30
1
-3
/
+12
|
*
Update graph operator overloading for subclasses
shreyasnagare
2021-06-30
1
-3
/
+3
|
*
Add pathlib.PurePath support for Graph.{serialize,parse}
Iwan Aucamp
2021-06-29
1
-1
/
+5
*
|
Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydb
Nicholas Car
2021-06-28
1
-17
/
+93
|
\
\
|
|
/
|
*
Add mypy to CI pipelines and fix errors it raises
Iwan Aucamp
2021-05-30
1
-9
/
+85
|
*
Fix transitive_objects/subjects docstrings and signatures
Iwan Aucamp
2021-05-11
1
-8
/
+8
*
|
trivial comments spelling
Nicholas Car
2021-04-25
1
-1
/
+1
*
|
removed non-resolving links, added new multi-graph e.g., fixed e.g. file docc...
Nicholas Car
2021-04-24
1
-3
/
+3
|
/
*
Merge pull request #1183 from RDFLib/serialize1
Nicholas Car
2020-12-27
1
-6
/
+22
|
\
|
*
Serialize Changes:
Ashley Sommer
2020-10-08
1
-6
/
+22
*
|
Add documentation and type hints for rdflib.query.Result. Update documentatio...
Edmond Chuc
2020-12-08
1
-5
/
+5
|
/
*
Apply suggestions from code review
Matthias Urban
2020-10-01
1
-2
/
+3
*
Fix serialize with multiple disks on windows
Matthias Urban
2020-09-25
1
-2
/
+2
*
fix Graph.serialize doc
Florian Ludwig
2020-09-11
1
-3
/
+4
*
update doctests to match new graph.py imports
Ashley Sommer
2020-08-27
1
-18
/
+17
*
Deprecate some more Graph API surface that will be removed in RDFLib 6.0.0
Ashley Sommer
2020-08-27
1
-6
/
+25
*
Add deprecation warning on graph.load()
Ashley Sommer
2020-08-27
1
-11
/
+10
*
re-run black
Ashley Sommer
2020-08-27
1
-1
/
+3
*
Merge remote-tracking branch 'origin/master' into t0b3_master
Ashley Sommer
2020-08-27
1
-23
/
+37
|
\
|
*
Merge pull request #1140 from RDFLib/improve_graph_parse
Ashley Sommer
2020-08-27
1
-15
/
+21
|
|
\
|
|
*
Merge branch 'master' into improve_graph_parse
improve_graph_parse
Nicholas Car
2020-08-27
1
-3
/
+9
|
|
|
\
|
|
*
|
improved Graph().parse()
Nicholas Car
2020-08-14
1
-13
/
+21
|
*
|
|
Merge pull request #1133 from ashleysommer/in_memory_store
Nicholas Car
2020-08-27
1
-7
/
+7
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Removed IOMemory store
Ashley Sommer
2020-08-19
1
-7
/
+7
|
|
|
/
|
*
|
More Black formatting changes
Ashley Sommer
2020-08-19
1
-4
/
+12
|
|
/
*
|
2to3 whole sourcebase
t0b3
2020-06-22
1
-4
/
+0
|
/
*
prefer specific LBYL vs less-specific EAFP
Donny Winston
2020-05-26
1
-3
/
+3
*
Merge remote-tracking branch 'upstream/master' into autodetect-parse-format
Donny Winston
2020-05-26
1
-49
/
+50
|
\
|
*
changes for flake8
Nicholas Car
2020-05-17
1
-37
/
+32
|
*
blacked all python files
Nicholas Car
2020-05-16
1
-9
/
+15
|
*
removal of all uses of package six
Nicholas Car
2020-05-16
1
-4
/
+3
*
|
fix indent -- unconditionally re-raise
Donny Winston
2020-05-12
1
-1
/
+1
*
|
refactor imports; fix try block
Donny Winston
2020-05-12
1
-6
/
+7
*
|
Log warning if assumed xml and could not parse
Donny Winston
2020-05-11
1
-0
/
+10
*
|
Use guess_format util to autodetect format
Donny Winston
2020-05-11
1
-3
/
+6
|
/
*
Merge branch 'master' into 357-batch-add-graph
Natanael Arndt
2020-05-02
1
-295
/
+379
|
\
|
*
Let argument of serialize method overwrite graph settings
Natanael Arndt
2020-04-17
1
-8
/
+8
|
*
inverted precedence of base: graph wins over adding base to serialize(). Adde...
issue_1003
Nicholas Car
2020-04-16
1
-9
/
+12
[next]