]> git.saurik.com Git - cyql.git/history - __init__.py
Use as much new syntax as possible.
[cyql.git] / __init__.py
2011-02-02  Jay Freeman (saurik)Use as much new syntax as possible.
2011-02-02  Jay Freeman (saurik)Remove cyql.one(), using structuring assignment instead.
2011-02-02  Jay Freeman (saurik)Rename cyql.connect() to overtake connect() and make...
2011-01-21  Jay Freeman (saurik)New kw-based @cyql.connected().
2011-01-19  Jay Freeman (saurik)Support arguments to cyql.transact().
2011-01-15  Jay Freeman (saurik)This interface is actually getting closer to what I...
2011-01-13  Jay Freeman (saurik)Replace pull/push with new __call__/set/all/one features.
2011-01-13  Jay Freeman (saurik)Generalize context as argument to execute().
2011-01-11  Jay Freeman (saurik)Add execute_() and push_() that take a manual locals.
2010-10-12  Jay Freeman (saurik)Handle exists() with format arguments.
2010-08-10  Jay Freeman (saurik)Forgot a critical self.
2010-07-30  Jay Freeman (saurik)Add exists(), refactoring yank() to take an argument...
2010-06-30  Jay Freeman (saurik)Explicit inspect.currentframe() cycle break.
2010-05-12  Jay Freeman (saurik)Add @cyql.connected() decorator to make functions that...
2010-05-12  Jay Freeman (saurik)Add global cyq.transact() helper to make single transac...
2010-05-12  Jay Freeman (saurik)Adjusted inspect.currentframe() to account for @context...
2010-05-12  Jay Freeman (saurik)Move back to Python 2.6 and fix up all of the naming.
2010-05-11  Jay Freeman (saurik)Recovered the initial version from Scroud.