summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/identity.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove needless check_modified()Mike Bayer2010-01-071-1/+1
* gratuitous try/except/else usageMike Bayer2009-10-181-1/+2
* dohMike Bayer2009-08-311-1/+1
* - Fixed incorrect exception raise inMike Bayer2009-08-311-5/+9
* - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULTMike Bayer2009-08-071-3/+8
* merge 0.6 series to trunk.Mike Bayer2009-08-061-8/+27
* Guard against a gc hitting during the sweep for dirty objects.Jason Kirtland2009-07-161-4/+5
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-15/+16
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-61/+28
* - Generalized the IdentityManagedState._instance_dict() callableMike Bayer2009-01-051-7/+5
* - converted some more attributes to @memoized_property in expressionsMike Bayer2008-11-101-8/+9
* - Improved weakref identity map memory management to no longerMike Bayer2008-10-191-43/+46
* - identity_map._mutable_attrs is a plain dict since we manage weakref removal...Mike Bayer2008-10-021-2/+2