| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -80/+80 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -11/+11 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -2/+4 |
| * | - refactor expire_attributes into two simpler methods | Mike Bayer | 2010-12-21 | 1 | -12/+5 |
| * | - convert built in AttributExtensions to event listener fns | Mike Bayer | 2010-12-20 | 1 | -2/+0 |
| * | narrow down cascades in session some more | Mike Bayer | 2010-12-19 | 1 | -61/+38 |
| * | trivial inlinings | Mike Bayer | 2010-12-18 | 1 | -0/+1 |
| * | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -13/+5 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -1/+1 |
| * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -1/+2 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -1/+2 |
| * | - fix bug preventing multiple SessionExtensions from being correctly converte... | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | - the in-flush check for "pending orphan being flushed" has been removed. | Mike Bayer | 2010-11-20 | 1 | -14/+1 |
| * | - SessionEvents is on board and the event model is done, can start building 0... | Mike Bayer | 2010-11-14 | 1 | -26/+30 |
| * | merge tip | Mike Bayer | 2010-11-13 | 1 | -5/+0 |
| |\ |
|
| | * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -5/+0 |
| * | | - most tests passing on adapted MapperExtension | Mike Bayer | 2010-11-06 | 1 | -1/+1 |
| * | | - merge tip | Mike Bayer | 2010-11-06 | 1 | -24/+42 |
| |\ \
| |/ |
|
| | * | - write a new section describing the "subtransactions=True" flag in full detail | Mike Bayer | 2010-11-01 | 1 | -17/+8 |
| | * | - document is_modified() caveats including that the "old" value isn't always | Mike Bayer | 2010-10-20 | 1 | -6/+26 |
| | * | note expire_on_commit in the docstring for commit() as well | Mike Bayer | 2010-10-16 | 1 | -1/+8 |
| * | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -1/+1 |
| |/ |
|