summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
...
* - Added mixin class sqlalchemy.ext.DontWrapMixin.Mike Bayer2011-06-221-1/+0
* - Use urllib.parse_qsl() in Python 2.6 and above,Mike Bayer2011-06-212-1/+10
* take out a little cruft. Spend two hours trying to make things simpler,Mike Bayer2011-06-011-1/+0
* - The limit/offset keywords to select() as wellMike Bayer2011-04-072-1/+9
* - AssertionPool now stores the traceback indicatingMike Bayer2011-03-302-1/+24
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-16/+18
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-0/+1
* Added required import (somehow we never seem to hit the unimported ref)Taavi Burns2011-03-151-0/+1
* Modifications for PyPy support from Alex Gaynor.Michael Trier2011-03-082-1/+2
* fix this directive for py3kMike Bayer2011-02-121-1/+1
* - Fixed bug whereby Session.merge() would call theMike Bayer2011-02-122-1/+11
* - fix long lines in test_attributesMike Bayer2011-02-111-3/+12
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-0/+1
* 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