| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Merge branch 'master' into Sweb | Edmond Chuc | 2021-07-09 | 244 | -3728/+8490 | |
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| | * | | | | | | | Improve xsd:normalizedString. Add whitespace strip and collapse for xsd:token | Edmond Chuc | 2021-07-09 | 3 | -21/+31 | |
| | * | | | | | | | Add a new test to test all chars that are getting replaced | Edmond Chuc | 2021-07-09 | 1 | -4/+9 | |
| | * | | | | | | | Remove redundant parenthesis and fix formatting to conform with pep8 | Edmond Chuc | 2021-07-09 | 1 | -8/+3 | |
| | * | | | | | | | fix #876 xsd:normalizedString | bhadoo-aditya | 2020-05-29 | 1 | -0/+25 | |
| | * | | | | | | | Test cases for normalized string | bhadoo-aditya | 2020-05-29 | 1 | -0/+23 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1360 from RDFLib/dependabot/pip/sphinx-4.1.0 | Nicholas Car | 2021-07-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Bump sphinx from 4.0.2 to 4.1.0 | dependabot[bot] | 2021-07-12 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1355 from RDFLib/py37_devdep | Ashley Sommer | 2021-07-08 | 7 | -32/+105 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | remove coveralls install on python3.9 tests | Ashley Sommer | 2021-07-08 | 1 | -1/+0 | |
| | * | | | | | Update .drone.yml | Ashley Sommer | 2021-07-08 | 1 | -2/+0 | |
| | * | | | | | Initial python 3.7 requirement update, add new Drone tests, add black.toml fi... | Ashley Sommer | 2021-07-08 | 7 | -31/+107 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1353 from RDFLib/feat/tests-improve | Ashley Sommer | 2021-07-08 | 1 | -0/+3 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Add make coverage instructions to README | Edmond Chuc | 2021-07-08 | 1 | -0/+3 | |
| * | | | | | Merge pull request #1352 from RDFLib/feat/tests-improve | Edmond Chuc | 2021-07-07 | 6 | -0/+95 | |
| |\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| | * | | | Add Dockerfile VOLUME instruction. Add RUN statement to create /rdflib direct... | Edmond Chuc | 2021-07-07 | 1 | -0/+2 | |
| | * | | | Move tests Dockerfile image to the test directory. Rename docker-compose.yml ... | Edmond Chuc | 2021-07-07 | 4 | -15/+21 | |
| | * | | | Add running tests instructions to README. Add scripts and files to run tests ... | Edmond Chuc | 2021-07-07 | 6 | -0/+87 | |
| |/ / / | ||||||
| * | | | Merge pull request #1154 from FlorianLudwig/support_date_type | Nicholas Car | 2021-07-03 | 2 | -3/+51 | |
| |\ \ \ | ||||||
| | * | | | reformat edited files using black | Florian Ludwig | 2020-10-23 | 2 | -4/+3 | |
| | * | | | support day, nonth and year function for date | Florian Ludwig | 2020-10-23 | 2 | -3/+52 | |
| * | | | | Merge pull request #1343 from iafork/iwana-issue549 | Nicholas Car | 2021-07-03 | 2 | -1/+46 | |
| |\ \ \ \ | ||||||
| | * | | | | Prevent `from_n3` from unescaping `\xhh` | Iwan Aucamp | 2021-06-26 | 2 | -1/+46 | |
| * | | | | | Merge pull request #1296 from RDFLib/docco_clean | Nicholas Car | 2021-07-03 | 22 | -577/+177 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge remote-tracking branch 'origin/docco_clean' into docco_clean | Nicholas Car | 2021-07-03 | 13 | -96/+319 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'master' into docco_clean | Nicholas Car | 2021-07-02 | 13 | -96/+319 | |
| | | |\ \ \ \ \ | ||||||
| | * | | | | | | | zfill for gYear/gYearMonth to try to fix test error | Nicholas Car | 2021-07-03 | 2 | -5/+5 | |
| | |/ / / / / / | ||||||
| | * | | | | | | try excluding the breaking test; tidy some other tests | Nicholas Car | 2021-07-02 | 1 | -5/+5 | |
| | * | | | | | | merge master | Nicholas Car | 2021-07-02 | 83 | -483/+3191 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | revert to f-string | Nicholas Car | 2021-06-26 | 1 | -1/+1 | |
| | * | | | | | | | revert to f-string | Nicholas Car | 2021-06-26 | 1 | -1/+1 | |
| | * | | | | | | | attempted test fix | Nicholas Car | 2021-06-26 | 2 | -12/+5 | |
| | * | | | | | | | typo fix | Nicholas Car | 2021-06-25 | 1 | -1/+1 | |
| | * | | | | | | | fix gYear & gYearMonth conversions | Nicholas Car | 2021-06-19 | 1 | -24/+24 | |
| | * | | | | | | | fixing some test paths | Nicholas Car | 2021-06-19 | 3 | -5/+10 | |
| | * | | | | | | | minor docco updates | Nicholas Car | 2021-06-18 | 13 | -494/+101 | |
| | * | | | | | | | ensure all examples work | Nicholas Car | 2021-06-18 | 6 | -32/+35 | |
| | * | | | | | | | Merge branch 'master' into docco_clean | Nicholas Car | 2021-06-18 | 7 | -25/+329 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into docco_clean | Nicholas Car | 2021-05-17 | 11 | -15/+150 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ | Merge pull request #1288 from tgbugs/path2url-removal | Nicholas Car | 2021-07-03 | 3 | -275/+273 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | parser.py fix pathlib mismatches | Tom Gillespie | 2021-03-29 | 1 | -5/+6 | |
| | * | | | | | | | | | tweaks to hierarchy to improve load times | Tom Gillespie | 2021-03-26 | 3 | -10/+7 | |
| | * | | | | | | | | | container.py fix crlf line endings | Tom Gillespie | 2021-03-26 | 1 | -265/+265 | |
| * | | | | | | | | | | Merge pull request #1347 from RDFLib/BerkeleyDB | Nicholas Car | 2021-07-02 | 35 | -663/+1030 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'master' into BerkeleyDB | Nicholas Car | 2021-07-02 | 58 | -261/+2850 | |
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1345 from iafork/iwana-issue1344 | Nicholas Car | 2021-07-02 | 3 | -52/+441 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Replace use of DBPedia with the new SimpleHTTPMock | Iwan Aucamp | 2021-06-30 | 3 | -52/+441 | |
| * | | | | | | | | | | | Merge pull request #1349 from shreyasnagare/fix-graph-operator-overloading | Nicholas Car | 2021-07-02 | 2 | -3/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Use type(self)() instead of self.__class__(). | shreyasnagare | 2021-07-01 | 1 | -3/+3 | |
| | * | | | | | | | | | | Add fallback for subclasses with required init args | shreyasnagare | 2021-06-30 | 1 | -3/+12 | |
