summaryrefslogtreecommitdiff
path: root/python/skytools
AgeCommit message (Expand)Author
2008-03-12slight comments cleanupMarko Kreen
2008-03-11Fix bugs in previous commit.Marko Kreen
2008-03-11very experimental row.col access, add __slots__Marko Kreen
2008-03-11new tokenizer that handles quotes properly, use it everywhereMarko Kreen
2008-03-11unquote_ident() + unquote_literal()Marko Kreen
2008-03-06sqltools: experimental code - dbdict, mk_*_sqlMarko Kreen
2008-03-06quoting.py: remove unnecessary urllib importMarko Kreen
2008-02-28installer logging changes from -stableMarko Kreen
2008-02-28allow config-less operationMarko Kreen
2008-02-28bring new quoting & parsing code to headMarko Kreen
2008-01-21Restore iter-on-rows behaviour for rows from curs.fetch*.Marko Kreen
2007-12-19intern db_urldecode keysMarko Kreen
2007-12-07change db_install logger to be a callbackMarko Kreen
2007-12-06experimental parser for logtriga() eventsMarko Kreen
2007-12-05DBScript: allow to specify exact connstr to get_database()Marko Kreen
2007-09-25import sysMarko Kreen
2007-09-17clearer error message for missing psycopgMarko Kreen
2007-08-30itervalues() for completenessMarko Kreen
2007-08-30add more dict() methodsMarko Kreen
2007-08-12Support for automatic handling of fkeys.Marko Kreen
2007-08-11forgot to import QuotedString from psycopg1Marko Kreen
2007-08-11docstring related cleanupMarko Kreen
2007-07-27allow .copy() operation on rowsMarko Kreen
2007-07-25skytools: docstring shuffle, hide/remove low-level/old stuffMarko Kreen
2007-07-25split identifiers on first dot onlyMarko Kreen
2007-07-23skytools: separate psycopg specific codeMarko Kreen
2007-07-20skytools/psycopg2: allow setting row fieldsMarko Kreen
2007-07-16skytools: support for psycopg2Marko Kreen
2007-07-16skytools.config: allow use without config fileMarko Kreen
2007-07-16functions for SQL ident quotingMarko Kreen
2007-04-09actuall use new configMarko Kreen
2007-04-09remember where the installer config files were actually installedMarko Kreen
2007-04-09log full patch to file when installingMarko Kreen
2007-04-06various tweaks to get regtest pass more predictiblyMarko Kreen
2007-03-13final public releaseskytools_2_1Marko Kreen