summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated date / version2.3.1eikeon2006-03-022-2/+2
* updated changelogeikeon2006-03-021-0/+34
* only serialize RDF/XML bits (skipping over n3 bits)eikeon2006-03-021-16/+17
* fix for situations where the term added is None, in which case, it's term typ...chimezie2006-02-231-2/+3
* Added index analysis tools and modified MySQL indexes to use single column in...chimezie2006-02-232-21/+32
* oopschimezie2006-02-051-1/+1
* optimizations (term caching) and triples_choices supportchimezie2006-02-054-12/+129
* minor fixeschimezie2006-02-051-4/+7
* added defrageikeon2006-01-311-1/+9
* added missing importeikeon2006-01-291-0/+1
* BNode skolemization is now thread-safechimezie2006-01-291-0/+4
* added save to BackwardCompatGrapheikeon2006-01-261-0/+2
* Applied changes specified http://tracker.asemantics.com/rdflib/ticket/7eikeon2006-01-231-26/+26
* applied redland.diff (see http://tracker.asemantics.com/rdflib/ticket/9 )eikeon2006-01-231-5/+9
* assorted patches for tests (see http://tracker.asemantics.com/rdflib/ticket/8 )eikeon2006-01-235-10/+39
* tweaked Seq sorting a bit moreeikeon2006-01-221-2/+3
* applied patch for Seq to sort list by integer, added by Drew Hesseikeon2006-01-221-3/+2
* EscapeQuotes moved to class method. Better handling of cursors. SQLite dbfi...chimezie2006-01-201-24/+37
* EscapeQuotes calls moved to class methodchimezie2006-01-201-14/+14
* moved EscapedQuotes and NormalizeTerm to SQLGenerator class, so it can be ove...chimezie2006-01-201-33/+45
* fixed typoeikeon2006-01-191-1/+1
* added a first pass n3 serializer (mostly yosi)eikeon2006-01-192-0/+36
* bnode fixes; else we are colliding when we have more than one n3 documenteikeon2006-01-161-3/+4
* whoopschimezie2006-01-151-0/+3
* forgot SQLite implementation.. light-weight (due to SQL refactoring)chimezie2006-01-151-0/+387
* Added support for SQLite, refactored SQL implementations into an abstract SQL...chimezie2006-01-153-825/+864
* updated version infoeikeon2006-01-121-2/+2
* fixed typoseikeon2006-01-111-1/+1
* fixed a relativize bugeikeon2006-01-061-2/+2
* typochimezie2005-12-311-1/+1
* Better exceptions raised for illegal triple combinationschimezie2005-12-311-5/+6
* added missing importeikeon2005-12-291-0/+1
* fixed typoeikeon2005-12-291-1/+1
* XMLSerializer now relativizes about the base; namespaces for document being s...eikeon2005-12-294-35/+20
* now raises exception instead of returning None if the uri can not be spliteikeon2005-12-291-1/+2
* added all of Namespace Manager methods to Graph... so that Graph's can be a N...eikeon2005-12-291-3/+9
* the identifiers of Graphs (as terms in triples) are roundtrippedchimezie2005-12-281-0/+2
* minor fixes for speedier comparison and proper terms for formula names. Also...chimezie2005-12-281-4/+10
* added repr for Literaleikeon2005-12-271-0/+2
* Graph init now takes an optional namespace manager; BackwardCompat now passes...eikeon2005-12-261-3/+3
* fixed datatypes to be a URIRef or Noneeikeon2005-12-261-1/+1
* fixed to be able to parse date_time without tz infoeikeon2005-12-261-4/+8
* fixed parser_date_time to be able to parse a date without a timeeikeon2005-12-261-7/+4
* fixed from_n3 to match default of language and datatype (which is now None an...eikeon2005-12-251-2/+2
* (no commit message)eikeon2005-12-251-3/+1
* commited patch for local_time_zone argumenteikeon2005-12-251-15/+77
* added a preserve_bnode_ids option to RDF/XML parsereikeon2005-12-253-14/+24
* updated dateeikeon2005-12-231-1/+1
* (no commit message)2.3.0eikeon2005-12-232-77/+91
* (no commit message)eikeon2005-12-231-7/+28