commit cbbb8088277812f881eda91f87c220ad9aee9d04
Merge: 16f5a96 5ca0d51
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Sat Oct 5 09:21:58 2013 -0700

    Merge pull request #10 from boyombo/master
    
    added more sqlalchemy methods and attributes to the TwistedResultProxy a...

commit 16f5a96902efeb7c4ecf04ccb21fc0f97dc33d59
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Sat Oct 5 09:21:39 2013 -0700

    Run under pypy

commit 5ca0d51e922eea4404630ac1aad53fbba49bc237
Author: boyombo <bayokrapht@gmail.com>
Date:   Sat Oct 5 17:16:45 2013 +0100

    renamed create_table utility method and removed unnecessary default param

commit 63ceac626c78eca6935c87e12fc855636660815f
Author: boyombo <bayokrapht@gmail.com>
Date:   Sat Oct 5 16:23:59 2013 +0100

    added more sqlalchemy methods and attributes to the TwistedResultProxy api

commit 1b43193b9f3370c4f288f8948697f04680713b7e
Merge: ff48d31 2725de2
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 27 07:05:01 2013 -0700

    Merge pull request #8 from jerith/engine-table-methods
    
    Add has_table() and table_names() to TwistedEngine.

commit 2725de2b176e066a6ada06032ad045f3349d3274
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Fri Sep 27 09:59:49 2013 +0200

    Add test covering table_names() with connection param.

commit ff48d31fc664c3a16569634b83dac7c7a7bf0755
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Thu Sep 26 16:34:36 2013 -0700

    Simplification

commit 2413382a84108ab4102d1104169e8fc8021891f7
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Thu Sep 26 12:58:09 2013 +0200

    Add has_table() and table_names() to TwistedEngine.

commit 0f47b1c43bcfed78408b3accf3548b5e573c03d0
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Sep 17 22:21:05 2013 -0500

    Preemptively install pbr on travis
    
    Rather than having setup_requires install it, go ahead and install pbr
    actively first, ensuring that pip and not easy_install gets the job
    done.

commit a4328ac3c4d25ee1f2a3c6e80bb54a2cf994bd20
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Sep 17 22:18:56 2013 -0500

    Be friendly to folks running flake8 directly
    
    flake8 can be run simply outside of the virtualenv. Put in default
    settings so that if it is, it doesn't attempt to judge erroneous things.
    Also, just because it can be annoying, ignore any OpenStack hacking
    rules that might be installed as flake8 plugins globally.

commit 41de21586237953fdc0c72b4aa9352cf7c4d6679
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Sep 17 22:14:02 2013 -0500

    Add py.test exclusions
    
    py.test by default recurses into all directories in the tree, even
    though this is not how the python unittest discover protocol works. That
    means that if something drops an egg in the source dir (like pbr)
    because it's in setup_requires and that's what easy_install does, and
    further if that thing actually ships its unittests because it's
    friendly, py.test will incorrectly think that it needs to import the
    files inside of the egg, which it can't do because it doesn't have the
    dependent libs.
    
    To fix, put in recursion exclusions for the .tox dir (which could also
    exhibit this problem) and any directory ending in .egg.

commit f204db9a200d295bb245a6a254d537ba4d1f275e
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Sep 17 22:09:59 2013 -0500

    Newer versions of tox change dirs
    
    It's necessary to indicate that the requirements files are in toxinidir.

commit fc5cf0bb2864c159893a38d5d750672064beb4f8
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Sep 17 15:16:03 2013 -0500

    Migrate to pbr for build
    
    This brings tag-based-versioning, as well as some other default
    behaviors, like AUTHORS and ChangeLog generation.

commit c02259ee48e79d47d087fe651a69df148bfc43b2
Merge: f08f793 e1fb54a
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 12:21:03 2013 -0700

    Merge branch 'master' of https://github.com/alex/alchimia

commit f08f793a85d9ecb4ab81cbf72be92c8c6e66e075
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 12:20:55 2013 -0700

    Bump the version number

commit e1fb54a4bc6f9e66ad0f6d962880b5874907ed68
Merge: 7d58f4a 9efac37
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 10:45:25 2013 -0700

    Merge pull request #5 from jerith/irc-build-notifications
    
    IRC build notifications.

commit 9efac37131a92c82d79d573f72086d0edcbd8428
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 19:44:37 2013 +0200

    IRC build notifications.

commit 7d58f4a7cadde433a1290913ef92c590926aec48
Merge: 4749f62 4658072
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 10:25:12 2013 -0700

    Merge pull request #4 from jerith/basic-transaction-support
    
    Basic transaction support

commit 46580722f9ca3234132c9a1a4e9d611e9ae4af49
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 19:05:31 2013 +0200

    Transaction docs.

commit e6b31969749b1ef94c0f7d8a50557e10215362f7
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 18:59:02 2013 +0200

    Remove duplicate (and broken) methods.

commit 8c816f7aa45cf1a960c6329479b14fc9baa9a581
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 18:12:46 2013 +0200

    More testing for transactions.

commit c727c0a3031e5692b71ac21ada0faa47b6d6c672
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 14:34:22 2013 +0200

    First stab at transactions.

commit 4749f6214065b490de091a06f05b6443a48ae07f
Merge: c0c3707 33734b0
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 09:53:05 2013 -0700

    Merge pull request #3 from jerith/connection-close
    
    Connection.close()

commit 33734b05a537a6c3b5d51d73d0d25b2e5331f19f
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 18:44:22 2013 +0200

    Document the new method and attribute.

commit 46e24f41ab42752a09f026da721ef08a8e659ae2
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 18:36:22 2013 +0200

    Better Connection.close() test.

commit ae3b50677be2078ef0c96c94c76d93cf1bacaa2f
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 18:19:16 2013 +0200

    Connection.close()

commit c0c3707d372c981923ee6cc44e921d450c9e4b10
Merge: d8ab39d 369ff00
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 07:50:18 2013 -0700

    Merge pull request #2 from jerith/rearrange-tests
    
    Shuffle tests around.

commit 369ff00ddab7ad9fbd521d15d9af02bde57eef66
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 16:46:01 2013 +0200

    Shuffle tests around.

commit d8ab39d9612aaf2317acc3fb6b4f6c7d75d28cdf
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 07:36:38 2013 -0700

    The tests need this

commit 490811fd7c157716e19314f4abfe0082dae8b245
Merge: ee6ced2 36b578a
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 07:33:51 2013 -0700

    Merge branch 'master' of https://github.com/alex/alchimia

commit ee6ced22733275fdb537540f46c971be9b9a571a
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 07:33:47 2013 -0700

    Fix docs compilation

commit 36b578a1922e141ccfe31d1d6c05c3d2ca91456e
Merge: 8a989f1 473fd39
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Tue Sep 17 07:07:54 2013 -0700

    Merge pull request #1 from jerith/connection-execute-method
    
    Add Connection.execute() method.

commit 473fd390e2e1f8abcf72f6987d636f93c217d207
Author: Jeremy Thurgood <firxen@gmail.com>
Date:   Tue Sep 17 13:59:46 2013 +0200

    Add Connection.execute() method.

commit 8a989f1be9adbc148e763fe564151ee00e982375
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 18:17:44 2013 -0700

    Link to some docs

commit c65fc87cf2879dc423e9b5d958bdd752b3824e87
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 17:04:12 2013 -0700

    long description, bump version

commit f157f91f5f043fe4b33444ff1be873c187c23928
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 17:02:17 2013 -0700

    wheels

commit 6322f9cea65d0d09108750dc396c844c18932cec
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 16:04:38 2013 -0700

    Fork me!

commit 5d980fd0fe660fb5fcb8a6f38312900649c75034
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 16:02:04 2013 -0700

    syntax fix

commit cd2f9992f0fbb608d29c8ee393e3e3c92f218374
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 16:01:42 2013 -0700

    Some API docs

commit aca7b12812e9c8cb1c185ba08fc81a210572c6cd
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:47:55 2013 -0700

    Empty commit for travis

commit bf0b8c6398080a2f87a6c66ee914ef90986684ae
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:45:37 2013 -0700

    License, autotesting, pep8, etc.

commit 8953cfac02b8e81145a13cd8fb54f9b60b5e44e6
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:25:44 2013 -0700

    A contributing doc

commit 309ae49585afa6e534c4b5cadec457a29cc64c81
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:22:20 2013 -0700

    eh?

commit 917558411866a0481c7911a08c6d460955cb95d9
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:21:41 2013 -0700

    some limitations

commit ac2192ecf5a582cc64adf03871e4b0c6d8cda369
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:10:57 2013 -0700

    fix comments

commit c9a99e6c32edd0fdda9e639c230db28cd6311573
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 15:09:46 2013 -0700

    better example, added fetchall

commit 63cc6e76068cbc3cf14e2c6575334f6e2d7b57d5
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:57:56 2013 -0700

    Use a constant for a thing

commit b8eef8f10a8a9c405d9969d60a7a30d90a15e25b
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:38:31 2013 -0700

    Stubs

commit c1984de5f7edb3e5e63e75affca95130bad61eaa
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:36:24 2013 -0700

    linkify

commit 1d78b9ab20eae6bbd6eae8d16d3ac9cdd45a4a8a
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:34:41 2013 -0700

    intersphinx an thing:

commit 2f803c110c870a77cf8030d7ae5ef35a2fad484a
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:30:53 2013 -0700

    Try this?

commit e9f97c01acf54486003681fdd772f7125c9d76f1
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:27:04 2013 -0700

    Helpful comments

commit 97655ffbd08cd9006861c68e05b8b06f59248515
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 14:25:43 2013 -0700

    More docs

commit 0a0de96489b103df12593d3cb04722ef49fb90d1
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 12:12:31 2013 -0700

    syntax error in readme

commit 44812375adb8308e749c30c4abf16a2e0a12a543
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 12:02:57 2013 -0700

    Clean up the intro to docs

commit a238220e4f94b00b54f4076e89ed5b40b64e29a6
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 12:02:05 2013 -0700

    a contributing

commit 582c5125c1dccb86720290ff59d86d810815fafe
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:59:43 2013 -0700

    ORM

commit 830e5592db3101706256b26311678a542069157d
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:48:41 2013 -0700

    Runnable file

commit 4b1e7b35050564ad18857922a31f83d5b5528a3d
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:47:04 2013 -0700

    better

commit ea57507f763bcc467aee8deddd43ecde9b58fc69
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:45:53 2013 -0700

    Start of docs

commit c3b930ae60d8e1ab328aa90920729ae4d04b6167
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:41:19 2013 -0700

    typo

commit 9ed0948f0d4fd6d0a3bae1656d171fa8ea9f5275
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:38:26 2013 -0700

    Most a readme

commit 9e9ea0e82fd27a42f78726efb33b55ec2e624b4b
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:18:15 2013 -0700

    Fetch a thing

commit 7f7f3d4cb4f06fd9e99815decb5e5d7b98286d08
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 11:10:40 2013 -0700

    Can now execute a thing

commit ae1d6470f3a3ba363d97ea72b9ed5810ccb5933e
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 10:51:18 2013 -0700

    Initial beginnings of an implementation, you can have a connection!

commit 286e3f64125578f24ec980b6230dd12fe842e914
Author: Alex Gaynor <alex.gaynor@gmail.com>
Date:   Fri Sep 6 10:15:17 2013 -0700

    Initial repo