summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-202-6/+6
* - whitespace removal bonanzaMike Bayer2011-01-026-70/+70
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-027-4/+34
* - 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
* - use a subset of inspect.getargspec() so that get_func_kwargs()/constructor_...Mike Bayer2010-12-191-2/+29
* merge tipMike Bayer2010-12-171-2/+1
|\
| * - inliningsMike Bayer2010-12-161-2/+1
* | - an approach I like better, remove most adapt() methods and use a genericMike Bayer2010-12-152-1/+15
* | - 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
* - inlinings and callcount reductionsMike Bayer2010-12-122-1/+11
* - support for cdecimalMike Bayer2010-12-111-1/+4
* squash sets warningMike Bayer2010-12-051-0/+1
* have a 'buffer' symbol present in util in py3k as wellMike Bayer2010-12-051-1/+1
* - merge default tipMike Bayer2010-12-051-4/+6
* - move topological, queue into utilMike Bayer2010-12-055-16/+270
* - use class name by itself in flush warnings to prevent overflow of warnings ...Mike Bayer2010-11-291-0/+11
* - replace util.py with util/ package, [ticket:1986]Mike Bayer2010-11-285-0/+1909