| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -1/+1 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -13/+1 |
* | disallow adding to identity map that's been discarded | Mike Bayer | 2021-10-04 | 1 | -0/+14 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Remove code deprecated before version 1.1 | Federico Caselli | 2020-04-09 | 1 | -126/+0 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Warn for object replaced in identity map during flush | Mike Bayer | 2019-10-04 | 1 | -1/+7 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -3/+4 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -7/+11 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Always check that discarded state is the expected one | Mike Bayer | 2017-09-04 | 1 | -11/+22 |
* | Guard all indexed access in WeakInstanceDict | Mike Bayer | 2017-07-24 | 1 | -15/+38 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -16/+23 |
* | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 1 | -0/+12 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -1/+8 |
* | - use a faster discard when loading | Mike Bayer | 2014-08-29 | 1 | -0/+13 |
* | - need list() here for py3k | Mike Bayer | 2014-08-16 | 1 | -1/+4 |
* | - The :class:`.IdentityMap` exposed from :class:`.Session.identity` | Mike Bayer | 2014-08-15 | 1 | -26/+8 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -3/+3 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - fix some identity map accessors | Mike Bayer | 2014-05-24 | 1 | -0/+39 |
* | - fix typos in test | Mike Bayer | 2014-05-24 | 1 | -0/+3 |
* | - some inlining, speed up identity map | Mike Bayer | 2014-05-19 | 1 | -32/+46 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
* | clean up some of this collection stuff | Mike Bayer | 2013-05-26 | 1 | -2/+1 |
* | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -25/+21 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -24/+26 |
* | 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 | -6/+14 |
* | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 1 | -9/+1 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -13/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Identity map .discard() uses dict.pop(,None) | Mike Bayer | 2011-09-09 | 1 | -2/+2 |
* | - Fixed a potential KeyError which under some | Mike Bayer | 2011-04-25 | 1 | -2/+2 |
* | - some changes to the identity map regarding | Mike Bayer | 2011-03-04 | 1 | -80/+45 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -33/+33 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -5/+12 |
* | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 1 | -10/+21 |
* | - inlinings | Mike Bayer | 2010-12-16 | 1 | -5/+4 |
* | - Added a mutex to the identity map which mutexes | Mike Bayer | 2010-09-07 | 1 | -28/+49 |
* | - For those who might use debug logging on | Mike Bayer | 2010-02-13 | 1 | -1/+3 |