summaryrefslogtreecommitdiff
path: root/rdflib/plugins/memory.py
Commit message (Expand)AuthorAgeFilesLines
* changes for flake8Nicholas Car2020-05-171-2/+2
* blacked all python filesNicholas Car2020-05-161-27/+37
* removal of all uses of package sixNicholas Car2020-05-161-4/+2
* FIX: Change is comparison to == for tupleChris Markiewicz2020-04-161-1/+1
* Revert "Merge pull request #905 from sleak-lbl/sleak/hotfix/namespace-binds"Ashley Sommer2020-03-121-6/+0
* Remove previous prefix when calling bindSteve Leak2019-03-281-0/+6
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-9/+8
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* six: memory.py: handling of iteritemsJoern Hees2017-01-301-3/+4
* six: memory.py: headers, method sig tuple assignmentsJoern Hees2017-01-301-5/+10
* optimization for IOmemory's len functionJoern Hees2013-11-081-1/+3
* Merge branch 'master' into optIOMemManyGraphsJoern Hees2013-11-081-10/+32
|\
| * Merge pull request #309 from RDFLib/graphawareGunnar Aastrand Grimnes2013-08-111-10/+32
| |\
| | * Dataset and graph_aware store fixesGunnar Aastrand Grimnes2013-07-291-1/+5
| | * whitespace gardeningGunnar Aastrand Grimnes2013-07-291-3/+3
| | * Cleaning up Dataset class, adding graph tracking to store API, asGunnar Aastrand Grimnes2013-07-291-10/+28
* | | Optimization for IOMemory's __all_triples. fixes #318Joern Hees2013-08-011-4/+22
|/ /
* | Revert "Optimization for IOMemory's __all_triples. fixes #318"Joern Hees2013-08-011-22/+4
* | Optimization for IOMemory's __all_triples. fixes #318Joern Hees2013-08-011-4/+22
* | minor optimization and corrected commentsJoern Hees2013-08-011-4/+4
* | cleaned up tabs in fileJoern Hees2013-08-011-11/+11
|/
* s/itervalues/values/ in new iomemory store, fixes #286Gunnar Aastrand Grimnes2013-05-211-1/+1
* autopep8Gunnar Aastrand Grimnes2013-04-301-91/+93
* fix for Python 2.5 compatibility: avoid set.intersection() with multiple para...Osma Suominen2013-04-221-2/+7
* replaced IOMemory store with new implementation based on Python setsOsma Suominen2013-04-221-386/+262
* cleaning up some more old cruftgromgull2013-03-111-1/+0
* apply autopep8 standards.Graham Higgins2013-01-111-93/+102
* return n3 parser when turtle is requestedGunnar Aastrand Grimnes2012-02-111-8/+15
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+2
* applied patch making IOMemory override open method (Fixes issue 150)gromgull2011-01-281-1/+8
* Fix bad PEP8inggjhiggins2010-08-061-2/+2
* Tweaking docstrings, some PEP8ing.gjhiggins2010-08-061-18/+16
* Update issue 120eikeon2010-02-131-0/+556