summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 3.5.3 to 3.5.4dependabot/pip/sphinx-3.5.4dependabot-preview[bot]2021-04-121-1/+1
* Merge pull request #1286 from white-gecko/feature/addDocuAboutLocalInstallNicholas Car2021-04-101-0/+13
|\
| * Add notes about how to install from gitNatanael Arndt2021-03-231-0/+13
* | Merge pull request #1285 from white-gecko/feature/forwardVersionTo6alphaAshley Sommer2021-03-231-2/+2
|\ \ | |/
| * use PEP440 version stringNatanael Arndt2021-03-221-1/+1
| * Set the version string to 6.0.0-pre-alphaNatanael Arndt2021-03-221-2/+2
* | Merge pull request #1283 from RDFLib/dependabot/pip/sphinx-3.5.3Nicholas Car2021-03-221-1/+1
|\ \ | |/ |/|
| * Bump sphinx from 3.5.1 to 3.5.3dependabot/pip/sphinx-3.5.3dependabot-preview[bot]2021-03-221-1/+1
|/
* Merge pull request #1272 from white-gecko/feature/speedupN3Natanael Arndt2021-03-131-137/+151
|\
| * Speedup tok.Remi Chateauneu2021-03-031-6/+5
| * Use set instead of string or list for set of charsNatanael Arndt2021-03-011-12/+12
| * Use lists instead of strings for set of charsNatanael Arndt2021-03-011-14/+15
| * Cleaner code.Remi Chateauneu2021-03-011-1/+1
| * Speedup.Remi Chateauneu2021-02-281-125/+139
* | Merge pull request #1274 from nemesamade/masterNatanael Arndt2021-03-103-4/+23
|\ \
| * | Removed colon from ALLOWED_NAME_CHARS as including it resulted in URN identif...Amade Nemes2021-03-081-2/+2
| * | Added tests for testing correct behaviour of compute_qname for URNs, and rela...Amade Nemes2021-03-082-2/+21
* | | Merge pull request #1271 from rchateauneu/memory_onlyNatanael Arndt2021-03-091-9/+12
|\ \ \ | |/ / |/| |
| * | KeyError instead of IndexError.Primhill Computers2021-03-061-1/+1
| * | correctly delete default triple context infoNatanael Arndt2021-03-051-1/+1
| * | Speedup __add_triple_context.Remi Chateauneu2021-03-031-10/+13
| |/
* | Merge pull request #1267 from white-gecko/feature/coverage-configurationNatanael Arndt2021-03-055-40/+26
|\ \
| * | Remove the path sectionNatanael Arndt2021-03-011-12/+0
| * | Move installation of coverage and nose-timer to requirements.dev.txtNatanael Arndt2021-03-013-4/+10
| * | remove outcommented configuration from setup.cfgNatanael Arndt2021-03-011-9/+0
| * | Move coverage configuration to setup.cfgNatanael Arndt2021-03-012-36/+37
| |/
* | Merge pull request #1192 from FlorianLudwig/sparql-speedupNicholas Car2021-03-052-10/+30
|\ \
| * \ Merge branch 'master' into sparql-speedupNicholas Car2020-12-2839-159/+276
| |\ \
| * | | optimize sparql.BindingsFlorian Ludwig2020-10-232-10/+30
* | | | Merge pull request #1070 from abhishekvickyvyas/masterNicholas Car2021-03-051-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Pythonic codeing style changeNicholas Car2020-12-281-2/+3
| * | | issue_771_add_key_error_if_spacesAbhishek Vyas2020-05-261-0/+2
* | | | Merge pull request #1259 from RDFLib/dependabot/pip/sphinx-3.5.1Nicholas Car2021-02-241-1/+1
|\ \ \ \
| * | | | Bump sphinx from 3.5.0 to 3.5.1dependabot-preview[bot]2021-02-221-1/+1
|/ / / /
* | | | Merge pull request #1256 from RDFLib/dependabot/pip/sphinx-3.5.0Nicholas Car2021-02-171-1/+1
|\ \ \ \
| * | | | Bump sphinx from 3.4.1 to 3.5.0dependabot/pip/sphinx-3.5.0dependabot-preview[bot]2021-02-151-1/+1
* | | | | Merge pull request #1254 from jpstroop/patch-1Nicholas Car2021-02-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Typo fixJon Stroop2021-02-121-1/+1
|/ / / /
* | | | Merge pull request #1237 from JaimieMurdock/Namespace.__contains__Ashley Sommer2021-02-092-6/+37
|\ \ \ \
| * | | | Namespace fixJaimie Murdock2021-02-021-2/+1
| * | | | adding {ClosedNamespace,NamespaceManager,_RDFNamespace}.__contains__() and testsJaimie Murdock2021-01-282-7/+32
| * | | | Adding Namespace.__contains__()Jaimie Murdock2021-01-271-1/+8
* | | | | Merge pull request #1247 from RDFLib/drone_configNatanael Arndt2021-02-051-0/+60
|\ \ \ \ \
| * | | | | Add a Drone config file.Ashley Sommer2021-02-051-0/+60
|/ / / / /
* | | | | Merge pull request #1234 from tombaker/tombaker-patch-1Natanael Arndt2021-02-051-0/+2
|\ \ \ \ \
| * | | | | Add sentence on names not valid as Python IDs.tombaker2021-01-231-0/+2
| |/ / / /
* | | | | Merge pull request #1238 from white-gecko/feature/addTrigMimetypeAshley Sommer2021-02-051-16/+21
|\ \ \ \ \
| * | | | | Reorder plugins and add commentsNatanael Arndt2021-01-281-19/+20
| * | | | | Fix #1236. Add TriG mimetype for registering Parsers and Serializers.Natanael Arndt2021-01-281-0/+4
| |/ / / /
* | | | | Merge pull request #1239 from white-gecko/feature/pep8configAshley Sommer2021-02-053-5/+6
|\ \ \ \ \