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
/
parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Graph.parse URL handling on windows
Iwan Aucamp
2021-10-12
1
-4
/
+7
*
blacked everything
6.0.0
Nicholas Car
2021-07-20
1
-5
/
+12
*
Merge pull request #1288 from tgbugs/path2url-removal
Nicholas Car
2021-07-03
1
-6
/
+7
|
\
|
*
parser.py fix pathlib mismatches
Tom Gillespie
2021-03-29
1
-5
/
+6
|
*
tweaks to hierarchy to improve load times
Tom Gillespie
2021-03-26
1
-4
/
+4
*
|
Add pathlib.PurePath support for Graph.{serialize,parse}
Iwan Aucamp
2021-06-29
1
-1
/
+1
*
|
Merge pull request #1342 from iafork/iwana-issue1040
Nicholas Car
2021-06-29
1
-1
/
+17
|
\
\
|
*
|
Use HTTPError.headers instead of HTTPError.hdrs
Iwan Aucamp
2021-06-26
1
-1
/
+1
|
*
|
Add handling for 308 (Permanent Redirect)
Iwan Aucamp
2021-06-24
1
-1
/
+17
|
|
/
*
|
Add mypy to CI pipelines and fix errors it raises
Iwan Aucamp
2021-05-30
1
-1
/
+1
|
/
*
Support parsing paths specified with pathlib
Anton Lodder
2020-10-07
1
-0
/
+3
*
re-run black on parser.py after recent pull-request merges.
Ashley Sommer
2020-09-18
1
-11
/
+5
*
#1160 removed .defrag() and added a test
Anatoly Scherbakov
2020-09-12
1
-14
/
+38
*
#1160 create_input_source() conflicting arguments and a test for them
Anatoly Scherbakov
2020-09-08
1
-12
/
+6
*
Merge remote-tracking branch 'origin/master' into t0b3_master
Ashley Sommer
2020-08-27
1
-15
/
+85
|
\
|
*
Merged two Ntriples parser files
Ashley Sommer
2020-08-19
1
-19
/
+85
*
|
2to3 whole sourcebase
t0b3
2020-06-22
1
-3
/
+0
|
/
*
blacked all python files
Nicholas Car
2020-05-16
1
-37
/
+44
*
removal of all uses of package six
Nicholas Car
2020-05-16
1
-10
/
+10
*
Also add the old turtle mimetype to match old implementations
Natanael Arndt
2018-12-08
1
-1
/
+1
*
Add http accept header for turtle
Natanael Arndt
2018-12-08
1
-0
/
+2
*
a slightly opinionated autopep8 run
Gunnar Aastrand Grimnes
2018-10-30
1
-2
/
+2
*
Accept header should use a q parameter
Aaron Coburn
2017-02-24
1
-1
/
+1
*
removed most of the six import from py3compat
Gunnar Aastrand Grimnes
2017-01-30
1
-9
/
+9
*
six: parser.py: headers, imports, unicode, basestring
Joern Hees
2017-01-30
1
-11
/
+16
*
check for Graph.parse() args: exactly one of source, location, file or data
Joern Hees
2015-08-27
1
-2
/
+10
*
make sure that Graph.parse closes all files it opened itself
Joern Hees
2015-08-27
1
-0
/
+10
*
fix handling URLInputSource without content-type, closes #498
Joern Hees
2015-07-20
1
-1
/
+2
*
Expose the urllib2.urlopen response as response_info in URLInputSource
Niklas Lindström
2014-11-23
1
-0
/
+1
*
URLInputSource Accept headers for json-ld format
Laurence Rowe
2014-09-04
1
-0
/
+3
*
Use special URI for sys.stdin in parser.create_input_source. Fixes #285
Niklas Lindström
2013-05-19
1
-1
/
+4
*
made proper URIs for system-ids of FileInputSource - fixes #279
Gunnar Aastrand Grimnes
2013-05-08
1
-4
/
+1
*
Conform to PEP8
Graham Higgins
2013-02-07
1
-1
/
+3
*
apply autopep8 standards.
Graham Higgins
2013-01-11
1
-20
/
+25
*
misc minor cleanups
Gunnar Aastrand Grimnes
2012-12-05
1
-5
/
+1
*
Hopeful fix for https://github.com/RDFLib/rdflib/issues/130
Graham Higgins
2012-02-20
1
-7
/
+10
*
Hopeful fix for https://github.com/RDFLib/rdflib/issues/145
Graham Higgins
2012-02-20
1
-0
/
+3
*
Make safe for Python 2.7
Graham Higgins
2012-02-19
1
-2
/
+3
*
Uncomment __all__, tests do all pass
Graham Higgins
2012-01-16
1
-1
/
+1
*
__all__ together now
Graham Higgins
2012-01-14
1
-0
/
+1
*
Applied approved fix, closes issue 170
Graham Higgins
2012-01-13
1
-5
/
+1
*
Various fixes for Python 3 compatibility.
Thomas Kluyver
2011-11-12
1
-6
/
+2
*
Various fixes for Python 3 compatibility.
Thomas Kluyver
2011-11-12
1
-2
/
+5
*
Update issue 120
eikeon
2010-02-13
1
-0
/
+2
*
added support to Graph's parse method for case where data is passed as unicod...
eikeon
2010-02-04
1
-0
/
+2
*
Fixed 103
gromgull
2010-02-03
1
-6
/
+16
*
Have InputSource subclass object as well (instead of each of its subclasses)....
lindstream
2009-09-16
1
-8
/
+8
*
URLInputSource now gives more informative exception (indicates url that was t...
eikeon
2009-04-09
1
-3
/
+6
*
moved namespace bits from term into a namespace module
eikeon
2009-04-02
1
-1
/
+2
*
merged in parser related changes from 3.0 branch; fixing pep8 module name iss...
eikeon
2009-03-08
1
-0
/
+162