| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -0/+28 |
| * | document identity_map | Mike Bayer | 2012-02-11 | 1 | -0/+13 |
| * | - [bug] Fixed issue where modified session state | Mike Bayer | 2012-01-27 | 1 | -4/+18 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -1/+3 |
| * | -re-document the is_modified method, and place significant caveats | Mike Bayer | 2011-12-04 | 1 | -23/+65 |
| * | - When an open Session is garbage collected, the objects | Mike Bayer | 2011-09-24 | 1 | -1/+3 |
| * | - The integer "id" used to link a mapped instance with | Mike Bayer | 2011-09-24 | 1 | -1/+2 |
| * | fix typo, [ticket:2271] | Mike Bayer | 2011-09-06 | 1 | -1/+1 |
| * | document session bind resolution order | Mike Bayer | 2011-08-17 | 1 | -1/+25 |
| * | - Added after_soft_rollback() Session event. This | Mike Bayer | 2011-08-01 | 1 | -7/+47 |
| * | - document get_bind(), [ticket:1053] | Mike Bayer | 2011-07-31 | 1 | -8/+25 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -3/+3 |
| * | - add docs about not using text() with session.execute() | Mike Bayer | 2011-06-23 | 1 | -0/+3 |
| * | - Fixed bug where transaction-level "deleted" | Mike Bayer | 2011-06-05 | 1 | -0/+2 |
| * | - Modify the text of the message which occurs | Mike Bayer | 2011-06-04 | 1 | -4/+9 |
| * | a crapload of doc tweaks including [ticket:1666], thanks Toby ! | Mike Bayer | 2011-04-16 | 1 | -3/+4 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -2/+2 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -3/+3 |
| * | - Fixed bug whereby Session.merge() would call the | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
| * | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -2/+1 |
| * | ugh. OK let is_modified accept true/false | Mike Bayer | 2011-02-11 | 1 | -1/+7 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -1/+1 |
| * | - Adjusted flush accounting step to occur before | Mike Bayer | 2011-02-07 | 1 | -20/+16 |
| * | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -0/+8 |
| * | typo | Mike Bayer | 2011-02-05 | 1 | -1/+1 |
| * | - Session weak_instance_dict=False is deprecated. | Mike Bayer | 2011-02-05 | 1 | -98/+98 |
| * | typos | Mike Bayer | 2011-01-18 | 1 | -2/+2 |
| * | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 1 | -57/+91 |
| * | - Session.merge() will check the version id of the incoming | Mike Bayer | 2011-01-18 | 1 | -0/+28 |