summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removed IOMemory storeAshley Sommer2020-08-1910-82/+41
* Merge branch 'master' into in_memory_storeAshley Sommer2020-08-191-0/+19
|\
| * Merge pull request #1044 from aayush17002/patch-1Nicholas Car2020-07-301-0/+19
| |\
| | * Updating namespace.py to solve issue #801 #1044aayush170022020-05-261-1/+0
| | * Updated test for #801 as per latest commentaayush170022020-05-251-3/+2
| | * Handling error in issue #801aayush170022020-05-251-2/+3
| | * Updating test file for issue #801aayush170022020-05-251-0/+20
| | * Deleting test_issue801aayush170022020-05-251-23/+0
| | * Test file for testing issue #801aayush170022020-05-101-0/+23
* | | New full-featured In-Memory-Store taking advantage of Python3 dict performanceAshley Sommer2020-07-191-1/+1
|/ /
* | Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-314-0/+86
* | Merge pull request #1107 from mwatts15/feature/rdflib/rdflib#980-ntriples-bla...Nicholas Car2020-06-011-0/+67
|\ \
| * | Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-311-6/+32
| * | Adding tests for BNode contexts in NTriplesParser (#980)Mark Watts2020-05-311-0/+41
* | | Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-26113-2128/+2839
|\ \ \ | |/ /
| * | blacked test_issue910.py + some hand styling; removed print statementsNicholas Car2020-05-251-50/+47
| * | Merge branch 'master' into issue-910Nicholas Car2020-05-25112-2066/+3102
| |\ \
| | * | improved Container documentation and code style, added its elements to rdflib...Nicholas Car2020-05-251-30/+24
| | * | Merge branch 'master' of https://github.com/kushagr08/rdflibNicholas Car2020-05-251-0/+83
| | |\ \
| | | * | adding test_container.py for testing rdflib/container.pyKushagr Arora2020-05-181-0/+83
| | * | | blacked all python filesNicholas Car2020-05-16111-2012/+2631
| | * | | removal of all uses of package sixNicholas Car2020-05-1631-162/+97
| | * | | Support SERVICE case-insensitivelyDonny Winston2020-05-061-0/+15
| | | |/ | | |/|
| * | | Add files via uploadKushagr Arora2020-05-221-0/+68
| | |/ | |/|
* | | py3.5 compat: stringify pathDonny Winston2020-05-121-1/+1
* | | Log warning if assumed xml and could not parseDonny Winston2020-05-111-1/+16
* | | Use guess_format util to autodetect formatDonny Winston2020-05-111-0/+17
| |/ |/|
* | Merge branch 'master' into 357-batch-add-graphNatanael Arndt2020-05-027-4/+472
|\ \
| * | Add test for Content-Type: application/sparql-updateNatanael Arndt2020-05-021-1/+77
| * | Fix for python 2.7Natanael Arndt2020-04-171-2/+2
| * | TEST: Stress test exponent regexChris Markiewicz2020-04-171-1/+21
| * | Add test for exponent floats with leading dotNatanael Arndt2020-04-171-0/+25
| * | Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-171-0/+117
| |\ \
| | * | Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-171-7/+7
| | * | inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-161-18/+77
| | * | improved handling of base, including at Graph() initNicholas Car2020-04-161-0/+58
| | |/
| * | Fix unit tests for python2Boris Pelakh2020-04-141-1/+2
| * | Unit test.Boris Pelakh2020-04-141-0/+39
| * | Readd one of the blank linesNatanael Arndt2020-04-061-4/+5
| * | Removed extra white space linesarushi0192020-04-061-2/+0
| * | Change to allow for Python 2.7 in _parseBoolean testarushi0192020-04-061-2/+2
| * | Rectified import error in last commitarushi0192020-04-061-1/+1
| * | Added tests for _parseBoolean functionarushi0192020-04-061-1/+25
| |/
| * Merge remote-tracking branch 'origin/master' into pr_451_reduxNicholas Car2020-03-2313-7/+285
| |\
| | * Merge pull request #979 from nicholascar/pr_388_reduxNicholas Car2020-03-232-1/+87
| | |\
| | | * fix for Py3Nicholas Car2020-03-191-3/+3
| | | * Revert "adds cbd() function to Graph() and tests and dependency on black"Nicholas Car2020-03-191-124/+0
| | | * added all code from PR 388Nicholas Car2020-03-172-1/+87
| | | * adds capability to include reified triples in cdb() extraction, as per spec, ...Nicholas Car2020-03-131-19/+80
| | | * adds cbd() function to Graph() and tests and dependency on blackNicholas Car2020-03-131-0/+63