summaryrefslogtreecommitdiff
path: root/rdflib/namespace.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup logging and show logs in interactive modeJoern Hees2014-07-281-2/+1
* added test and fixed #313Gunnar Aastrand Grimnes2013-12-311-1/+16
* whitespace cleaningGunnar Aastrand Grimnes2013-12-311-12/+12
* Fixed duplicate creation of namespace prefixesdr644w2013-10-081-0/+11
* moved uri validation to serialisation time - in compute_qname and n3 method. ...gromgull2013-05-211-1/+6
* doc updatesGunnar Aastrand Grimnes2013-05-151-2/+3
* fixed tests for py3gromgull2013-05-061-5/+5
* doc updatesGunnar Aastrand Grimnes2013-05-051-1/+28
* cleanup - move stuff from rdfextras to sensible packages - entry_points for c...Gunnar Aastrand Grimnes2013-05-031-0/+4
* uripattern class - harder than you think. Fixed some testsGunnar Aastrand Grimnes2013-05-031-4/+6
* fix py3 testsGunnar Aastrand Grimnes2013-05-031-4/+2
* removed namespace.__str__ againGunnar Aastrand Grimnes2013-05-031-3/+0
* New URIPattern utility class. Updates #258Gunnar Aastrand Grimnes2013-05-031-0/+37
* made Namespace no longer subclass urirefGunnar Aastrand Grimnes2013-05-031-1/+9
* removed namespacedict, no usage found online or anywhere elseGunnar Aastrand Grimnes2013-05-031-36/+1
* examples updates, some slice fixesGunnar Aastrand Grimnes2013-05-021-1/+1
* added a bit of URI validation - fixes #266Gunnar Aastrand Grimnes2013-05-021-2/+2
* autopep8Gunnar Aastrand Grimnes2013-04-301-2/+2
* integrated xml/html literal code into normal literal classGunnar Aastrand Grimnes2013-03-281-2/+5
* cleaning up some more old cruftgromgull2013-03-111-1/+0
* Conform to PEP8Graham Higgins2013-02-071-2/+2
* apply autopep8 standards.Graham Higgins2013-01-111-55/+73
* Extend guard to protect from None.Graham Higgins2012-11-221-4/+9
* removed some unused imports, added some deprecated warningsgromgull2012-10-231-0/+2
* Re-enable doctests, adjust docstrings for use with py3compat.Graham Higgins2012-02-181-19/+5
* Add namespace exports to __all__Graham Higgins2012-01-261-1/+1
* Addressing sphinx errors and warningsGraham Higgins2012-01-241-0/+1
* fixed URIRef __repr__ to handle unicode and quotes correctlygromgull2012-01-231-5/+5
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+1
* Found some NamespaceManager usage examples in FuXiGraham Higgins2012-01-131-0/+23
* Docs augmentingGraham Higgins2012-01-121-0/+62
* Added Joern Hees' 'preferredLabel' which allows the retrieval of theGraham Higgins2011-10-231-0/+1
* One more time sorting out generating prefixes or not for - Another solution w...gromgull2011-03-211-1/+3
* applied patch for __str__ not returning a string (Fixes issue 154)gromgull2011-01-281-1/+1
* turtle friendly namespace prefixes. Fixes issue #152ed.summers2010-11-281-1/+6
* added rdf:PlainLiteral to the RDF ClosedNamespacelindstream2010-03-041-17/+17
* Update issue 120eikeon2010-02-131-1/+83
* Exposed the XSD namespace as "rdflib.namespace.XSD". Refactored internal use ...lindstream2010-02-061-4/+2
* moved NamespaceManager into namespace moduleeikeon2010-02-041-0/+112
* Update of imports to reflect refactoring.gjhiggins2009-05-171-0/+2
* fixed up namespace bits (and perhaps test, but not sure if it was the 'correc...eikeon2009-04-021-6/+6
* Refactor SPARQL implementation and test cases to match the new moduleJohn.L.Clark2009-04-021-0/+2
* moved RDF and RDFS into rdflib.namespace; lower cased the rest of the top-lev...eikeon2009-04-021-0/+69
* moved namespace bits from term into a namespace moduleeikeon2009-04-021-0/+60