| Commit message (Expand) | Author | Age | Files | Lines |
* | Add .autocommit to scoped_session | Ben Fagin | 2017-07-05 | 1 | -1/+2 |
* | Remove "scope" keyword from scoped_session.__call__() | Mike Bayer | 2017-05-22 | 1 | -11/+7 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | updated sphinx tageting | jonathan vanasco | 2015-04-02 | 1 | -8/+10 |
* | updates to scoping docs to make `.session_factory` appear public | jonathan vanasco | 2015-04-02 | 1 | -2/+7 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -4/+4 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Added support for new :attr:`.Session.info` attribute to | Mike Bayer | 2013-11-19 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -3/+11 |
* | - commit Priit Laes docstring fixes | Mike Bayer | 2012-09-30 | 1 | -2/+2 |
* | updates | Mike Bayer | 2012-09-10 | 1 | -7/+26 |
* | - rework scoped_session and sessionmaker, [ticket:2500] | Mike Bayer | 2012-09-10 | 1 | -18/+33 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -4/+4 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -5/+4 |
* | plus add it to the scoping namespace | Mike Bayer | 2012-02-25 | 1 | -5/+7 |
* | 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 |