summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/_collections.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Changed LRUCache, used by the mapperMike Bayer2012-01-271-4/+9
* happy new yearMike Bayer2012-01-041-1/+1
* - [feature] IdentitySet supports the - operatorMike Bayer2011-12-061-0/+3
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-5/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-31/+31
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-7/+14
* callcount reductionMike Bayer2010-12-201-3/+4
* merge tipMike Bayer2010-12-171-2/+1
|\
| * - inliningsMike Bayer2010-12-161-2/+1
* | - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+0
|/
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-1/+1
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-121-3/+3
* - replace util.py with util/ package, [ticket:1986]Mike Bayer2010-11-281-0/+885