summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* changes for flake8Nicholas Car2020-05-1735-250/+216
* moreged changes to namespace.pyNicholas Car2020-05-161-3/+0
* Merge branch 'master' into kill-Py2Nicholas Car2020-05-162-38/+49
|\
| * Merge pull request #1000 from RDFLib/namespaces_allNicholas Car2020-05-162-118/+310
| |\
| | * Merge branch 'master' into namespaces_allnamespaces_allNicholas Car2020-05-054-7/+77
| | |\
| | * \ Merge branch 'master' into namespaces_allNicholas Car2020-04-2213-31/+84
| | |\ \
| | * | | blacked __init__ & namespaceNicholas Car2020-04-102-142/+372
| | * | | namespace declaration reorder, added QB, small PEP8 improvementsNicholas Car2020-04-102-25/+30
* | | | | blacked all python filesNicholas Car2020-05-1668-3440/+4666
* | | | | removal of all uses of package sixNicholas Car2020-05-1640-409/+267
|/ / / /
* | | | Support SERVICE case-insensitivelyDonny Winston2020-05-061-1/+1
| |_|/ |/| |
* | | Merge pull request #931 from mwatts15/357-batch-add-graphNicholas Car2020-05-031-0/+68
|\ \ \
| * \ \ Merge branch 'master' into 357-batch-add-graphNatanael Arndt2020-05-0218-374/+634
| |\ \ \
| * | | | Adding support for batching calls to addNMark Watts2020-03-201-8/+19
| * | | | Passing testsMark Watts2020-03-201-4/+7
| * | | | Adding a wrapper for batching add() calls to a GraphMark Watts2020-03-161-1/+55
* | | | | Merge pull request #1033 from white-gecko/feature/sparqlstoreNicholas Car2020-05-031-5/+3
|\ \ \ \ \
| * | | | | Set update endpoint similar to query endpoint for sparqlstore if only one is ...Natanael Arndt2020-05-021-5/+3
* | | | | | fix shebang typot0b32020-05-021-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #1022 from NoutieH/feature/add_content_type_to_request_headerNatanael Arndt2020-05-021-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | headers only set for SPARQL query() POSTNicholas Car2020-04-281-4/+2
| * | | | align query() & updte() orderNicholas Car2020-04-261-4/+6
| * | | | adding sparql-query to sparqlconnector.py query()Nicholas Car2020-04-261-3/+4
| * | | | Add the content type 'application/sparql-update' to the POST request header b...Arnoud Hilhorst2020-04-241-1/+4
| | |_|/ | |/| |
* | | | add python 3.8, drop python 2 and 3.4t0b32020-04-261-1/+1
|/ / /
* | | __init__ __version__ -> 5.0.0Nicholas Car2020-04-181-32/+75
* | | RF: Simplify exponent regex by separating mantissa from exponentChris Markiewicz2020-04-171-3/+1
* | | Update rdflib/plugins/parsers/notation3.pyNatanael Arndt2020-04-171-2/+2
* | | Fix exponent syntax with leading dot.Natanael Arndt2020-04-171-1/+1
* | | Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-175-13/+54
|\ \ \
| * | | Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-175-23/+32
| * | | inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-165-16/+37
| * | | improved handling of base, including at Graph() initNicholas Car2020-04-162-5/+16
| | |/ | |/|
* | | Merge pull request #1010 from effigies/improved_docco_styleNatanael Arndt2020-04-173-11/+12
|\ \ \
| * | | DOC: Fix some warningsChris Markiewicz2020-04-163-11/+12
* | | | FIX: Change is comparison to == for tupleChris Markiewicz2020-04-161-1/+1
|/ / /
* | | Default to initBindings when resolving FrozenBindingsBoris Pelakh2020-04-141-1/+4
* | | Merge pull request #995 from arushi019/masterNicholas Car2020-04-071-1/+11
|\ \ \
| * | | Changes incorporated in _parseBoolean functionarushi0192020-04-061-3/+5
| * | | Rectified syntax error in _parseBoolean functionarushi0192020-04-051-1/+1
| * | | Fixes#913: Added _parseBoolean function to enforce correct Lexical-to-value m...arushi0192020-04-051-1/+9
| |/ /
* | | Change version to 5.0.0rc1Ashley Sommer2020-04-041-1/+1
|/ /
* | Merge pull request #989 from nicholascar/graph_doccoAshley Sommer2020-03-292-300/+376
|\ \
| * \ Merge remote-tracking branch 'nicholascar/graph_docco' into graph_doccoNicholas Car2020-03-2710-102/+229
| |\ \
| | * \ Merge branch 'master' into graph_doccoNicholas Car2020-03-2710-102/+229
| | |\ \
| * | | | fixing the doctests I broke!Nicholas Car2020-03-271-43/+43
| |/ / /
| * | | docco updates - all intro filesNicholas Car2020-03-271-7/+8
| * | | docc updates onlyNicholas Car2020-03-271-110/+114
| * | | style changes only: ran black on graph.py & some change by handNicholas Car2020-03-141-190/+262
* | | | Merge pull request #987 from darrengarvey/register-additional-mimetypeAshley Sommer2020-03-291-0/+9
|\ \ \ \