| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update SPARQLStore test due to Error type changeremove_requests | Nicholas Car | 2020-10-07 | 1 | -1/+1 |
| * | fixed SPARQLStore Graph().query() GET, with tests | Nicholas Car | 2020-10-06 | 1 | -0/+24 |
| * | replace requests with urllib for SPARQLStore/SPARQLUpdateStore, update releva... | Nicholas Car | 2020-10-03 | 1 | -9/+10 |
| * | Fix graphFormatGuess test for when one of the expected endpoints are down | Ashley Sommer | 2020-09-18 | 1 | -4/+14 |
| * | Merge pull request #1061 from Akash-Sharma-1/master | Ashley Sommer | 2020-09-18 | 1 | -0/+219 |
| |\ | |||||
| | * | Merge branch 'master' into master | Ashley Sommer | 2020-05-27 | 113 | -2130/+2826 |
| | |\ | |||||
| | * | | Fix for issue #629 - Arithmetic Operations of DateTime for SPARQL Queries | Akash-Sharma-1 | 2020-05-23 | 1 | -0/+219 |
| * | | | Merge branch 'master' into fix1043 | Ashley Sommer | 2020-09-18 | 124 | -2261/+3384 |
| |\ \ \ | |||||
| | * | | | Change test_issue_1141 to use data=file rather than BytesIO. | Ashley Sommer | 2020-09-18 | 1 | -5/+20 |
| | * | | | Fix test for issue1141 after the PR was merged. | Ashley Sommer | 2020-09-18 | 1 | -5/+19 |
| | * | | | Merge pull request #1142 from Tpt/#1141 | Ashley Sommer | 2020-09-18 | 1 | -0/+27 |
| | |\ \ \ | |||||
| | | * | | | Adds a unit test to ensure #1141 is properly fixed | Tpt | 2020-08-14 | 1 | -0/+27 |
| | * | | | | Merge pull request #1163 from anatoly-scherbakov/issue-1160-missing-url-fragment | Nicholas Car | 2020-09-17 | 2 | -0/+57 |
| | |\ \ \ \ | |||||
| | | * | | | | #1160 removed .defrag() and added a test | Anatoly Scherbakov | 2020-09-12 | 2 | -0/+36 |
| | | * | | | | #1160 create_input_source() conflicting arguments and a test for them | Anatoly Scherbakov | 2020-09-08 | 1 | -0/+21 |
| | * | | | | | remove import side-effects | Florian Ludwig | 2020-08-31 | 1 | -2/+5 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #1149 from ashleysommer/t0b3_github | Nicholas Car | 2020-08-27 | 34 | -171/+156 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge remote-tracking branch 'origin/master' into t0b3_master | Ashley Sommer | 2020-08-27 | 21 | -111/+205 |
| | | |\ \ \ \ | |||||
| | | * | | | | | 2to3 whole sourcebase | t0b3 | 2020-06-22 | 35 | -182/+167 |
| | * | | | | | | Merge pull request #1117 from dwinston/fix-csv2rdf-for-py3 | Nicholas Car | 2020-08-27 | 2 | -0/+47 |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | | * | | | | | add test to ensure -o flag success | Donny Winston | 2020-08-05 | 1 | -0/+11 |
| | | * | | | | | py35 compat | Donny Winston | 2020-08-05 | 1 | -2/+3 |
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into fix-csv2rdf-for-py3 | Donny Winston | 2020-08-05 | 1 | -0/+19 |
| | | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | | make csv2rdf work in py3; add test | Donny Winston | 2020-06-12 | 2 | -0/+35 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | Merge pull request #1140 from RDFLib/improve_graph_parse | Ashley Sommer | 2020-08-27 | 10 | -12/+102 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'master' into improve_graph_parseimprove_graph_parse | Nicholas Car | 2020-08-27 | 1 | -18/+44 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | improved Graph().parse() | Nicholas Car | 2020-08-14 | 10 | -12/+102 |
| | | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | | Merge pull request #1133 from ashleysommer/in_memory_store | Nicholas Car | 2020-08-27 | 10 | -81/+40 |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| | | * | | | | | Removed IOMemory store | Ashley Sommer | 2020-08-19 | 10 | -82/+41 |
| | | * | | | | | Merge branch 'master' into in_memory_store | Ashley Sommer | 2020-08-19 | 1 | -0/+19 |
| | | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | | New full-featured In-Memory-Store taking advantage of Python3 dict performance | Ashley Sommer | 2020-07-19 | 1 | -1/+1 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | Merged two Ntriples parser files | Ashley Sommer | 2020-08-19 | 1 | -18/+44 |
| | | |/ / / | |/| | | | |||||
| | * | | | | Merge pull request #1044 from aayush17002/patch-1 | Nicholas Car | 2020-07-30 | 1 | -0/+19 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Updating namespace.py to solve issue #801 #1044 | aayush17002 | 2020-05-26 | 1 | -1/+0 |
| | | * | | | Updated test for #801 as per latest comment | aayush17002 | 2020-05-25 | 1 | -3/+2 |
| | | * | | | Handling error in issue #801 | aayush17002 | 2020-05-25 | 1 | -2/+3 |
| | | * | | | Updating test file for issue #801 | aayush17002 | 2020-05-25 | 1 | -0/+20 |
| | | * | | | Deleting test_issue801 | aayush17002 | 2020-05-25 | 1 | -23/+0 |
| | | * | | | Test file for testing issue #801 | aayush17002 | 2020-05-10 | 1 | -0/+23 |
| | * | | | | Adding bnode_context option to NT and NQuads parsers (#980) | Mark Watts | 2020-05-31 | 4 | -0/+86 |
| | * | | | | Merge pull request #1107 from mwatts15/feature/rdflib/rdflib#980-ntriples-bla... | Nicholas Car | 2020-06-01 | 1 | -0/+67 |
| | |\ \ \ \ | |||||
| | | * | | | | Supporting bnode_context for each call to parse (#980) | Mark Watts | 2020-05-31 | 1 | -6/+32 |
| | | * | | | | Adding tests for BNode contexts in NTriplesParser (#980) | Mark Watts | 2020-05-31 | 1 | -0/+41 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Merge remote-tracking branch 'upstream/master' into autodetect-parse-format | Donny Winston | 2020-05-26 | 113 | -2128/+2839 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | blacked test_issue910.py + some hand styling; removed print statements | Nicholas Car | 2020-05-25 | 1 | -50/+47 |
| | | * | | | Merge branch 'master' into issue-910 | Nicholas Car | 2020-05-25 | 112 | -2066/+3102 |
| | | |\ \ \ | |||||
| | | | * | | | improved Container documentation and code style, added its elements to rdflib... | Nicholas Car | 2020-05-25 | 1 | -30/+24 |
| | | | * | | | Merge branch 'master' of https://github.com/kushagr08/rdflib | Nicholas Car | 2020-05-25 | 1 | -0/+83 |
| | | | |\ \ \ | |||||
| | | | | * | | | adding test_container.py for testing rdflib/container.py | Kushagr Arora | 2020-05-18 | 1 | -0/+83 |
| | | | * | | | | blacked all python files | Nicholas Car | 2020-05-16 | 111 | -2012/+2631 |
