summaryrefslogtreecommitdiff
path: root/rdflib/term.py
Commit message (Expand)AuthorAgeFilesLines
* fix py3 testsGunnar Aastrand Grimnes2013-05-031-1/+1
* New URIPattern utility class. Updates #258Gunnar Aastrand Grimnes2013-05-031-3/+0
* make sure literal lang-tags are valid, re #266Gunnar Aastrand Grimnes2013-05-031-1/+10
* merged https://github.com/dgerber/rdflib.git - fixes #258Gunnar Aastrand Grimnes2013-05-021-0/+12
* added a bit of URI validation - fixes #266Gunnar Aastrand Grimnes2013-05-021-6/+13
* autopep8Gunnar Aastrand Grimnes2013-04-301-1/+2
* pep8Graham Higgins2013-04-121-24/+22
* removed code to support 2.4Gunnar Aastrand Grimnes2013-03-281-48/+1
* merged masterGunnar Aastrand Grimnes2013-03-281-0/+16
|\
| * dohGraham Higgins2013-03-221-6/+6
| * Replace inadvertently-removed deprecationsGraham Higgins2013-03-221-3/+22
* | integrated xml/html literal code into normal literal classGunnar Aastrand Grimnes2013-03-281-172/+124
* | minor cleanup - some docstringsGunnar Aastrand Grimnes2013-03-281-0/+2
* | Add some storage conveniencesGraham Higgins2013-03-211-3/+6
|/
* Ensure a str is is passed to urlparseGraham Higgins2013-03-201-0/+4
* Merge branch 'master' of github.com:RDFLib/rdflib into rdf11Graham Higgins2013-03-201-289/+598
|\
| * special comparison for decimal/floats in py<2.7. fixes #254Gunnar Aastrand Grimnes2013-03-091-2/+5
| * yet another stupid if blah!=None bugGunnar Aastrand Grimnes2013-03-091-1/+1
| * autopep8gromgull2013-03-081-265/+263
| * fixed tiny bug in literal.normalizegromgull2013-03-081-2/+10
| * replace cmp with sensible use of > < for py3 compatGunnar Aastrand Grimnes2013-03-061-10/+21
| * fixed doctest for py3Gunnar Aastrand Grimnes2013-03-061-16/+17
| * comparison / hash methods for all nodesGunnar Aastrand Grimnes2013-03-061-8/+6
| * comparison methods for all nodesGunnar Aastrand Grimnes2013-03-061-86/+73
| * fixed up comparisons - now they are sanegromgull2013-03-061-56/+93
| * Literal comparison changes. eq/__eq__ are in good shape. __gt__ not so much.gromgull2013-03-051-63/+99
| * fix normalisation flag handlinggromgull2013-03-051-2/+2
| * neq = not eq - and fixed up equality corner-casesgromgull2013-03-051-63/+30
| * property function for bi-directional python object <->literal lexical form bi...gromgull2013-03-051-4/+14
| * made literal.value a read-only propertygromgull2013-03-051-3/+7
| * fix inverse logic in literal.__nonzero__gromgull2013-03-051-1/+1
| * merged from mastergromgull2013-03-041-98/+113
| |\
| * | added neq methodsgromgull2013-02-221-3/+112
| * | fix broken mergegromgull2012-11-231-2/+2
| * | merge mastergromgull2012-11-231-2/+8
| |\ \
| * \ \ merge-mastergromgull2012-11-231-5/+15
| |\ \ \
| * | | | moved default eq method to Nodegromgull2012-11-231-13/+10
| * | | | reworking literal __eq__ and added eq, rich comparison methods are still randomGunnar Aastrand Grimnes2012-11-221-142/+244
| * | | | merge with masterGunnar Aastrand Grimnes2012-11-171-33/+117
| |\ \ \ \
| * | | | | old changesGunnar Aastrand Grimnes2012-11-171-119/+53
| * | | | | Another attempt at fixing literal equality, hash and comparison handling.gromgull2012-02-161-40/+164
* | | | | | Small fixes and cleanupGraham Higgins2013-02-091-12/+49
* | | | | | merge from masterGraham Higgins2013-02-071-31/+15
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Conform to PEP8Graham Higgins2013-02-071-31/+15
| * | | | | apply autopep8 standards.Graham Higgins2013-01-111-142/+178
| * | | | | fix for escaping last quote of long literals. fixes #239.Gunnar Aastrand Grimnes2012-12-051-0/+3
| | |_|_|/ | |/| | |
| * | | | Elide slot/classvar conflict in Python 3.3Graham Higgins2012-11-221-2/+5
| | |_|/ | |/| |
| * | | Made Literal.language/datatype into readonly properties.Gunnar Aastrand Grimnes2012-11-171-5/+12
| * | | deprecated node.md5_term_hashGunnar Aastrand Grimnes2012-11-171-1/+5
| | |/ | |/|
* | | Reformat code to PEP8, add py3-compatibility switches, add branch build to Tr...Graham Higgins2013-01-211-2/+5