| Commit message (Expand) | Author | Age | Files | Lines |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -2/+1 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -31/+41 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -2/+42 |
| * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -4/+4 |
| * | merge default | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
| |\ |
|
| | * | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -10/+10 |
| |/ |
|
| * | - dont do a boolean check on the mapped object | Mike Bayer | 2013-04-20 | 1 | -1/+1 |
| * | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -3/+5 |
| * | python2.5 fix | Mike Bayer | 2013-04-18 | 1 | -1/+2 |
| * | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -6/+6 |
| * | - add some more transaction states so that we deliver a more accurate | Mike Bayer | 2013-03-04 | 1 | -36/+44 |
| * | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -14/+19 |
| * | - Added new helper function :func:`.was_deleted`, returns True | Mike Bayer | 2013-02-20 | 1 | -0/+4 |
| * | see also for session commit, rollback | Mike Bayer | 2013-02-11 | 1 | -1/+10 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | more warnings | Mike Bayer | 2012-11-28 | 1 | -12/+19 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -163/+189 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -8/+13 |
| * | - more docs | Mike Bayer | 2012-10-26 | 1 | -1/+1 |
| * | - errant maxdb | Mike Bayer | 2012-10-19 | 1 | -2/+0 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+2 |
| * | - [bug] Continuing [ticket:2566] regarding extra | Mike Bayer | 2012-10-06 | 1 | -0/+15 |
| * | - [feature] The Session will produce warnings | Mike Bayer | 2012-10-04 | 1 | -3/+27 |
| * | - add one more #2583 test to cover the "multiple PK switch" use case | Mike Bayer | 2012-10-03 | 1 | -1/+1 |
| * | - [bug] Fixed Session accounting bug whereby replacing | Mike Bayer | 2012-10-03 | 1 | -3/+18 |
| * | - commit Priit Laes docstring fixes | Mike Bayer | 2012-09-30 | 1 | -7/+8 |
| * | - [bug] Extra logic has been added to the "flush" | Mike Bayer | 2012-09-22 | 1 | -1/+9 |
| * | - [feature] New session events after_transaction_create | Mike Bayer | 2012-09-20 | 1 | -1/+9 |
| * | updates | Mike Bayer | 2012-09-10 | 1 | -1/+10 |
| * | - rework scoped_session and sessionmaker, [ticket:2500] | Mike Bayer | 2012-09-10 | 1 | -81/+123 |
| * | - add a test to make sure we've tested session.execute(stmt, multiparams) | Mike Bayer | 2012-09-09 | 1 | -25/+84 |
| * | add a note, no autoflush with execute, [ticket:2550] | Mike Bayer | 2012-08-16 | 1 | -0/+2 |
| * | big rework of is_active and SessionTransaction docs | Mike Bayer | 2012-08-08 | 1 | -32/+109 |
| * | - continue editing the merge docs | Mike Bayer | 2012-08-08 | 1 | -22/+26 |
| * | - modernize some merge docs a bit | Mike Bayer | 2012-08-07 | 1 | -0/+23 |
| * | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -134/+134 |
| * | turn commit_all into an iterative method | Mike Bayer | 2012-06-25 | 1 | -2/+6 |
| * | 2.5 compat | Mike Bayer | 2012-06-23 | 1 | -4/+0 |
| * | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -31/+30 |
| * | - [removed] Deprecated identifiers removed: | Mike Bayer | 2012-06-21 | 1 | -5/+1 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -22/+22 |
| * | - [feature] The 'objects' argument to | Mike Bayer | 2012-06-08 | 1 | -11/+6 |
| * | - add before_attach event, [ticket:2464] | Mike Bayer | 2012-06-07 | 1 | -4/+14 |
| * | - [feature] Added utility feature | Mike Bayer | 2012-05-17 | 1 | -0/+44 |
| * | - [feature] Calling rollback() within a | Mike Bayer | 2012-04-24 | 1 | -43/+55 |
| * | - [feature] The after_attach event is now | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | - [bug] The "passive" flag on Session.is_modified() | Mike Bayer | 2012-04-24 | 1 | -39/+25 |
| * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -4/+4 |
| * | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -1/+1 |