| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -6/+6 |
| * | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -5/+5 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -84/+2 |
| * | - scoped_session emits a warning when configure() is | Mike Bayer | 2010-09-21 | 1 | -2/+9 |
| * | doc updates | Mike Bayer | 2010-09-06 | 1 | -2/+7 |
| * | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -4/+2 |
| * | add docstring for remove [ticket:1715] | Mike Bayer | 2010-02-26 | 1 | -0/+2 |
| * | add autoflush to the list of attributes exported on scoped_session | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | merged scopefunc patch from r6420 of 0.5 branch | Mike Bayer | 2009-10-20 | 1 | -2/+6 |
| * | removed obsolete code (closes #1559) | Gaƫtan de Menten | 2009-09-30 | 1 | -7/+2 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -1/+1 |
| * | Session.mapper is now *deprecated*. | Mike Bayer | 2009-07-03 | 1 | -8/+10 |
| * | - Added ScopedSession.is_active accessor. [ticket:976] | Mike Bayer | 2008-12-27 | 1 | -1/+1 |
| * | - session.execute() will execute a Sequence object passed to | Mike Bayer | 2008-09-28 | 1 | -10/+12 |
| * | Tidy. | Jason Kirtland | 2008-09-28 | 1 | -3/+2 |
| * | - Fixed shared state bug interfering with ScopedSession.mapper's | Jason Kirtland | 2008-09-27 | 1 | -15/+12 |
| * | Added query_cls= override to scoped_session's query_property | Jason Kirtland | 2008-09-27 | 1 | -3/+16 |
| * | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 1 | -2/+1 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 1 | -2/+4 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -3/+3 |
| * | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 1 | -27/+21 |
| * | move the definition of sessions public methods closer to the source | Ants Aasma | 2008-05-09 | 1 | -1/+1 |
| * | added "add", "add_all", "expire_all" to SS | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -17/+39 |
| * | - added standalone "query" class attribute generated | Mike Bayer | 2008-01-25 | 1 | -1/+25 |
| * | - mapped classes which extend "object" and do not provide an | Mike Bayer | 2007-12-29 | 1 | -2/+6 |
| * | dont call up new session unless save_on_init | Mike Bayer | 2007-10-31 | 1 | -1/+1 |
| * | - also added proxying of save_or_update to scoped sessions. | Ants Aasma | 2007-10-31 | 1 | -1/+1 |
| * | Added proxying of __contains__ and __iter__ methods for scoped sessions | Ants Aasma | 2007-10-31 | 1 | -1/+1 |
| * | Converted errant generator expression. | Jason Kirtland | 2007-10-13 | 1 | -1/+3 |
| * | - fix multiple consequent two phase transactions not working with postgres. F... | Ants Aasma | 2007-10-08 | 1 | -7/+14 |
| * | - added session.is_modified(obj) method; performs the same "history" comparis... | Mike Bayer | 2007-09-24 | 1 | -1/+1 |
| * | remove() should issue a close() on existing session | Mike Bayer | 2007-08-30 | 1 | -0/+2 |
| * | Fix for scoped_session's `mapper(extension=<scalar>)` [ticket:760] | Jason Kirtland | 2007-08-29 | 1 | -1/+1 |
| * | - moved test/orm/fixtures.py to testlib | Mike Bayer | 2007-08-16 | 1 | -1/+1 |
| * | -removed print statements | Mike Bayer | 2007-08-15 | 1 | -1/+0 |
| * | Removed unused imports, other import adjustments per pyflakes | Jason Kirtland | 2007-08-13 | 1 | -3/+2 |
| * | - scoped_session docs | Mike Bayer | 2007-08-12 | 1 | -1/+5 |
| * | - added 'object_session' as classlevel method to Session | Mike Bayer | 2007-08-09 | 1 | -1/+1 |
| * | added missing methods/props to ScopedSession | Mike Bayer | 2007-08-08 | 1 | -2/+2 |
| * | - removed enhance_classes from scoped_session, replaced with | Mike Bayer | 2007-08-03 | 1 | -16/+38 |
| * | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
| * | - sessionmaker module is out, replaced with simple function in session.py | Mike Bayer | 2007-08-02 | 1 | -0/+111 |