summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move to using graph.parse() rather than deprecated graph.load() for sparql gr...fix_deprecated_loadAshley Sommer2020-09-172-7/+11
* Merge pull request #1163 from anatoly-scherbakov/issue-1160-missing-url-fragmentNicholas Car2020-09-173-24/+99
|\
| * #1160 removed .defrag() and added a testAnatoly Scherbakov2020-09-123-14/+74
| * #1160 create_input_source() conflicting arguments and a test for themAnatoly Scherbakov2020-09-082-12/+27
* | Merge pull request #1156 from FlorianLudwig/cleanup_initAshley Sommer2020-09-172-35/+5
|\ \
| * | remove import side-effectsFlorian Ludwig2020-08-312-35/+5
* | | Merge pull request #1161 from FlorianLudwig/docs-updateNicholas Car2020-09-094-18/+23
|\ \ \ | |_|/ |/| |
| * | Fix minor typosNatanael Arndt2020-09-092-2/+2
| * | Add link to 4.2.2 to 5.x upgrade docsFlorian Ludwig2020-09-081-1/+1
| * | consistency for the RDFLib nameFlorian Ludwig2020-09-081-3/+3
| * | fix python version compatibilityFlorian Ludwig2020-09-081-1/+3
| * | replace autopep8 mention with blackFlorian Ludwig2020-09-081-1/+2
| * | Add note about supported python versions to READMEFlorian Ludwig2020-09-081-0/+6
| * | Link developer guide in READMEFlorian Ludwig2020-09-081-1/+4
| * | cleanup run_tests.pyFlorian Ludwig2020-09-081-11/+4
| * | pin black versionFlorian Ludwig2020-09-081-1/+1
| |/
* | Merge pull request #1152 from daedadu/masterNicholas Car2020-09-011-2/+2
|\ \ | |/ |/|
| * replace cgi by html, fixes issue #1110angus2020-08-271-2/+2
|/
* Merge pull request #1151 from RDFLib/deprecate_graph_apiNicholas Car2020-08-271-24/+42
|\
| * 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
|/
* Merge pull request #1150 from RDFLib/deprecation_warningNicholas Car2020-08-271-11/+10
|\
| * Add deprecation warning on graph.load()Ashley Sommer2020-08-271-11/+10
|/
* Merge pull request #1149 from ashleysommer/t0b3_githubNicholas Car2020-08-2782-420/+331
|\
| * re-run blackAshley Sommer2020-08-2718-69/+75
| * Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-2746-825/+1039
| |\
| * | fix escaping (deprecated since py 3.6)t0b32020-06-226-6/+6
| * | 2to3 whole sourcebaset0b32020-06-2279-426/+320
* | | Merge pull request #1117 from dwinston/fix-csv2rdf-for-py3Nicholas Car2020-08-273-4/+50
|\ \ \
| * | | add test to ensure -o flag successDonny Winston2020-08-051-0/+11
| * | | py35 compatDonny Winston2020-08-051-2/+3
| * | | simplify yieldDonny Winston2020-08-051-1/+1
| * | | Merge remote-tracking branch 'upstream/master' into fix-csv2rdf-for-py3Donny Winston2020-08-054-5/+24
| |\ \ \
| * | | | make csv2rdf work in py3; add testDonny Winston2020-06-123-4/+38
| | |/ / | |/| |
* | | | Merge pull request #1134 from tonyfast/patch-1Nicholas Car2020-08-271-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Integrate __getitem__ with IPython tab completion.Tony Fast2020-07-271-0/+3
| * | | Add a __dir__ attribute to a closed namespaceTony Fast2020-07-271-1/+3
* | | | Merge pull request #1140 from RDFLib/improve_graph_parseAshley Sommer2020-08-2713-29/+125
|\ \ \ \
| * \ \ \ Merge branch 'master' into improve_graph_parseimprove_graph_parseNicholas Car2020-08-2713-186/+294
| |\ \ \ \
| * | | | | improved Graph().parse()Nicholas Car2020-08-1413-27/+125
* | | | | | Merge pull request #1133 from ashleysommer/in_memory_storeNicholas Car2020-08-2721-618/+596
|\ \ \ \ \ \
| * | | | | | Removed IOMemory storeAshley Sommer2020-08-1920-463/+84
| * | | | | | Merge branch 'master' into in_memory_storeAshley Sommer2020-08-194-3/+22
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | In new Memory2 implementation, replace ANY with None, this removes a layer of...Ashley Sommer2020-07-221-17/+15
| * | | | | | remove some old out-of-date commentsAshley Sommer2020-07-191-8/+3
| * | | | | | remove un-needed checks in ctx_to_str functionAshley Sommer2020-07-191-67/+10
| * | | | | | New full-featured In-Memory-Store taking advantage of Python3 dict performanceAshley Sommer2020-07-193-6/+427
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1139 from RDFLib/fix_913Ashley Sommer2020-08-271-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix 913fix_913Nicholas Car2020-08-131-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1145 from ashleysommer/fix_1144Nicholas Car2020-08-239-127/+222
|\ \ \ \ \