summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/identity.py
Commit message (Expand)AuthorAgeFilesLines
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* First round of removal of python 2Federico Caselli2021-11-011-13/+1
* disallow adding to identity map that's been discardedMike Bayer2021-10-041-0/+14
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-126/+0
* happy new yearMike Bayer2020-01-011-1/+1
* Warn for object replaced in identity map during flushMike Bayer2019-10-041-1/+7
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+4
* Run black -l 79 against all source filesMike Bayer2019-01-061-7/+11
* happy new yearMike Bayer2018-01-121-1/+1
* Always check that discarded state is the expected oneMike Bayer2017-09-041-11/+22
* Guard all indexed access in WeakInstanceDictMike Bayer2017-07-241-15/+38
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-16/+23
* - use consistent and descriptive language in all casesMike Bayer2015-08-271-0/+12
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-1/+8
* - use a faster discard when loadingMike Bayer2014-08-291-0/+13
* - need list() here for py3kMike Bayer2014-08-161-1/+4
* - The :class:`.IdentityMap` exposed from :class:`.Session.identity`Mike Bayer2014-08-151-26/+8
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-3/+3
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - fix some identity map accessorsMike Bayer2014-05-241-0/+39
* - fix typos in testMike Bayer2014-05-241-0/+3
* - some inlining, speed up identity mapMike Bayer2014-05-191-32/+46
* - happy new yearMike Bayer2014-01-051-1/+1
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-1/+1
* clean up some of this collection stuffMike Bayer2013-05-261-2/+1
* do a sweep of some obvious 3kismsMike Bayer2013-05-261-25/+21
* - the raw 2to3 runMike Bayer2013-04-271-24/+26
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-6/+14
* don't need this is_really_none() thing anymoreMike Bayer2012-08-081-9/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* - move all of orm to use absolute importsMike Bayer2012-06-231-1/+1
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-13/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - Identity map .discard() uses dict.pop(,None)Mike Bayer2011-09-091-2/+2
* - Fixed a potential KeyError which under someMike Bayer2011-04-251-2/+2
* - some changes to the identity map regardingMike Bayer2011-03-041-80/+45
* - whitespace removal bonanzaMike Bayer2011-01-021-33/+33
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-5/+12
* - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-161-10/+21
* - inliningsMike Bayer2010-12-161-5/+4
* - Added a mutex to the identity map which mutexesMike Bayer2010-09-071-28/+49
* - For those who might use debug logging onMike Bayer2010-02-131-1/+3