summaryrefslogtreecommitdiff
path: root/rdflib/resource.py
Commit message (Expand)AuthorAgeFilesLines
* Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-2/+0
* small cleanupsFlorian Ludwig2020-10-231-3/+1
* 2to3 whole sourcebaset0b32020-06-221-4/+0
* blacked all python filesNicholas Car2020-05-161-32/+39
* removal of all uses of package sixNicholas Car2020-05-161-5/+2
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-8/+12
* remove format_doctest from py3compatGunnar Aastrand Grimnes2017-01-311-14/+13
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-2/+2
* six: resource.py: headers, unicodeJoern Hees2017-01-301-2/+8
* let Resource objects be slices with other resources directlyGunnar Aastrand Grimnes2015-10-111-0/+2
* Fix print in resource doctest for py3Niklas Lindström2013-10-291-1/+1
* Fix bug in Resource.__getitem__ and move docstring example to module doctestNiklas Lindström2013-10-291-21/+17
* moved paths from sparql package to top-level - make slicing return tuples, no...Gunnar Aastrand Grimnes2013-05-021-7/+14
* examples updates, some slice fixesGunnar Aastrand Grimnes2013-05-021-2/+11
* simplified slice syntax for graph/resources. Fixes https://code.google.com/p/...Gunnar Aastrand Grimnes2013-05-021-37/+9
* Merge branch 'master' into sliceGunnar Aastrand Grimnes2013-05-021-23/+59
|\
| * Conform to PEP8Graham Higgins2013-02-071-9/+7
| * apply autopep8 standards.Graham Higgins2013-01-111-30/+41
| * Add doctest skip to elide py2/py3 incompatibility.Graham Higgins2012-12-291-2/+2
| * added auto-boxing of Resources on add. fixes #215Gunnar Aastrand Grimnes2012-12-101-6/+33
* | added slice to resourcesgromgull2012-04-161-1/+54
|/
* Re-enable doctests, adjust docstrings for use with py3compat.Graham Higgins2012-02-181-2/+3
* Addressing sphinx errors and warningsGraham Higgins2012-01-241-5/+6
* fixed URIRef __repr__ to handle unicode and quotes correctlygromgull2012-01-231-1/+1
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+1
* Merged in gweis/rdflib (pull request #1) Thanks!Graham Higgins2012-01-131-17/+17
|\
| * Update doctest print calls to use function syntaxGraham Higgins2012-01-121-17/+17
* | fix coding editor comment for EmacsGerhard Weis2012-01-121-1/+1
|/
* Remove _is_ref and use check directly in ResourceNiklas Lindstrom2012-01-071-5/+4
* Improve hash and rich comparison in resource.py and adapt doctestNiklas Lindstrom2012-01-071-25/+75
* Restore __eq__ and __ne__ methods to Resource.Thomas Kluyver2012-01-051-0/+6
* Automated merge with https://rdflib.googlecode.com/hg/Niklas Lindstrom2011-12-251-5/+15
|\
| * Replace __eq__ and __ne__ in Resource with the more basic and versatile __cmp...Niklas Lindstrom2011-12-251-5/+15
* | Fix a load of simple doctest failures due to repr changes for Python 3.Thomas Kluyver2011-11-161-11/+15
|/
* Add doctest example about how subclassing Resource worksNiklas Lindstrom2011-09-171-3/+31
* Use identifier to represent a Resource as unicodeNiklas Lindstrom2011-05-221-0/+8
* Make the Resource attributes graph and identifier protected and expose as rea...Niklas Lindstrom2011-05-221-24/+28
* Rename private methods still with 'description' in their names to 'resource'...Niklas Lindstrom2011-05-191-12/+12
* Rename description.Description to resource.ResourceNiklas Lindstrom2011-05-011-0/+296