root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @157 [157] 18 months phil allow for multiple non kwargs to be in 'new'
(edit) @156 [156] 2 years phil mute the "No Handler Found" warning for programs that don't use logging
(edit) @155 [155] 2 years phil rdflib 2.5 breaks compatability
(edit) @154 [154] 2 years phil rdflib 2.5 breaks compatability Need a 2.4.x release
(edit) @153 [153] 2 years phil typo fix
(edit) @152 [152] 3 years phil added rdfClass to init.py
(edit) @151 [151] 3 years phil updated to allow rdfsSubject.new to work with an rdfSubject passed in
(edit) @150 [150] 3 years phil
(edit) @149 [149] 3 years phil reset rdfsSubject to working
(edit) @148 [148] 3 years phil fix handling of range_type in rdfList descriptor Note: the range_type …
(edit) @147 [147] 3 years phil woring version of rdfsSubject that determines the correct python subclass …
(edit) @146 [146] 3 years phil working on rdfsSubject with new as a factory
(edit) @145 [145] 3 years phil fix for Decimal Literal Mapping in rdflib 2.4.1
(edit) @144 [144] 3 years phil fixes ticket:30
(edit) @143 [143] 3 years phil updates numeric literals in n3
(edit) @142 [142] 4 years phil to close ticket: 29
(edit) @141 [141] 4 years phil lets go with psycopg2
(edit) @140 [140] 4 years phil fixed optional args for mysql open (again...really this time...)
(edit) @139 [139] 4 years phil rdfalchemy fixed mysql create_engine to use optional parameters (password …
(edit) @138 [138] 4 years phil deleted excess comments
(edit) @137 [137] 4 years phil Start of 0.3 branch eliminating resUri and using metaclass
(edit) @136 [136] 4 years phil RDFAlchemy added descriptors for locale and some tests
(edit) @135 [135] 4 years phil subclasses of rdfs:Property are now in emit
(edit) @134 [134] 4 years phil fixed load bug
(edit) @133 [133] 4 years phil added owl:Class to emit
(edit) @132 [132] 4 years phil rdfalchemy added __hash__ and __cmp__ to rdfSubject so it can be a …
(edit) @131 [131] 4 years phil Actually added the files reference in changeset:130
(edit) @130 [130] 4 years phil fixes ticket:23 distinct class instances Starts work on rdfsSubject with …
(edit) @129 [129] 4 years phil added sqlite to create_engine fixed bug in engine_from_config first cut at …
(edit) @128 [128] 4 years phil rdfalchemy removed "OLD" sesame2.py "moved to sparql subpackage" --This …
(edit) @127 [127] 4 years phil This update to rdfalchemy moves some functions in to a sub-module and has …
(edit) @126 [126] 4 years phil n3 lexer fix for #21
(edit) @125 [125] 4 years phil pygments lexer tweek
(edit) @124 [124] 4 years phil rdfalchemy Tweeked the logging to fix {20}
(edit) @123 [123] 4 years phil rdfalchemy added identifier to create_engine (for sleepycat only right …
(edit) @122 [122] 4 years phil rdfalchemy fixed stupid whitespace bug in initBindings query processing
(edit) @121 [121] 4 years phil rdfalchemy fixed a bug in _rename
(edit) @120 [120] 4 years phil improvement to SPARQL TextMate? Lexer
(edit) @119 [119] 4 years phil SPARQL lexer Added Describe and base keywords
(edit) @118 [118] 4 years phil pygments SPARQL Lexer addition
(edit) @117 [117] 4 years phil Added transitive_objects and transitive_subjects to SPARQLGraph
(edit) @116 [116] 4 years phil changed rdfSingle to throw an error if it is passed a list to __set__
(edit) @115 [115] 4 years phil fixed triplequote ending on a new line bug
(edit) @114 [114] 4 years phil
(edit) @113 [113] 4 years phil remove ticker db file
(edit) @112 [112] 4 years phil remove tickers db file
(edit) @111 [111] 4 years phil fix to allow parsing of dateTime to be more permissive
(edit) @110 [110] 4 years phil DOAP samples: fixed use of mapper() changed file_release to …
(edit) @109 [109] 4 years phil Fixes ticket:16 MalformedQueryError now reported
(edit) @108 [108] 4 years phil fixed boolean read for sesame2 sesame query now references sparql parent …
(edit) @107 [107] 4 years phil added engine_from_config
(edit) @106 [106] 4 years phil
(edit) @105 [105] 4 years phil now handles initBindings for SPARQL and Sesame Fixed ZODB flag Added Unit …
(edit) @104 [104] 4 years phil Fixes ticket:15 most of it was with escaped quotes at end ala \"" or \"""" …
(edit) @103 [103] 4 years phil Added Joseki unit test Changed Literal to return strings for untyped …
(edit) @102 [102] 4 years phil Performance upgrades REMOVED pulldom and replaced with cElementTree …
(edit) @101 [101] 4 years phil Fixed ticket:14 better incremental xml parsing support
(edit) @100 [100] 4 years phil sesame2 BRTR speedup for SPARQL reads fixes to xml read
(edit) @99 [99] 4 years phil fixed a bug in ZODB create_engine
(edit) @98 [98] 4 years phil This reflects a change of all Descriptor names from a prefix of rdflib to …
(edit) @97 [97] 4 years phil fixed more bugs in multiple. This should be the last of the "rollback" …
(edit) @96 [96] 4 years phil fixed bug in global db ref for rdflibContainer
(edit) @95 [95] 4 years phil fixed a typo in create from n3 added another unit test (for this)
(edit) @94 [94] 4 years phil ROLLED-BACK the rdfSubject as a subclass of Identifier this fixed a bun in …
(edit) @93 [93] 4 years phil deleted non dev files
(edit) @92 [92] 4 years phil fixed rdfObject->rdfSubject change in orm.py added another unit test
(edit) @91 [91] 4 years phil BIG CHANGES! rdfObject is now rdfSubject rdfSubject is not an …
(edit) @90 [90] 4 years phil Last version before rdfObject changed to rdfSubject and …
(edit) @89 [89] 4 years phil get_by and filter_by will now work for inherited classes This adds …
(edit) @88 [88] 4 years phil now have delete of attribute working and doing a cascade delete on "newly …
(edit) @87 [87] 4 years phil added remove(), rename() and an excpetions file
(edit) @86 [86] 4 years phil fixed chained descriptors bug that arose from sub[pred] notation returning …
(edit) @85 [85] 4 years phil added set with an rdfObject on the lhs
(edit) @84 [84] 4 years phil added n3() function to rdfObject
(edit) @83 [83] 4 years phil setting of bnode as object is allowed now
(edit) @82 [82] 4 years phil fixed rdflibSingle set of URIRef or BNode
(edit) @81 [81] 4 years phil Initial import into public svn
(edit) @80 [80] 4 years phil Fixed the rang_type really this time
(edit) @79 [79] 4 years phil fixed range_type arg for rdfMultiple
(edit) @78 [78] 4 years phil fixed node create with _: n3 string
(edit) @77 [77] 4 years phil fixed unicode in set
(edit) @76 [76] 4 years phil
(edit) @75 [75] 4 years phil This is to move barchart into a pylons friendly environment
(edit) @74 [74] 4 years phil changed class Doap to Project
(edit) @73 [73] 4 years phil reverted rdfObject.getitem to return rdfObject rather than a URIRef
(edit) @72 [72] 4 years phil First version to allow chained Descriptors doapProject.maintainer.mbox …
(edit) @71 [71] 4 years phil SesameGraph? is now a subclass of SPARQLGraph SPARQLGraph query uses sax …
(edit) @70 [70] 4 years phil fixed ticket:3
(edit) @69 [69] 4 years phil fixed ticket:2
(edit) @68 [68] 4 years phil Fixed use of triples for SPARQLGraph
(edit) @67 [67] 4 years phil Added sparql support, tested only with Joseki
(edit) @66 [66] 4 years phil SPARQL query working... current version uses json return...won't scale …
(edit) @65 [65] 4 years phil added load to sesame
(edit) @64 [64] 4 years phil Added Sesame2 support for triples,add,remove etc ConjunctiveGraph? type …
(edit) @63 [63] 4 years phil added ppo method to rdfObject removed init from install dir
(edit) @62 [62] 4 years phil reverting to 59?
(edit) @61 [61] 4 years phil subdirs still moving
(edit) @60 [60] 4 years phil Trying to get the subdir structure right
(edit) @59 [59] 4 years phil moved engine to a submodule
(edit) @58 [58] 4 years phil THIS CHANGES IMPORTS NOW NEED import rdfalchemy not rdfAlchemy added …
Note: See TracRevisionLog for help on using the revision log.