| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Added mixin class sqlalchemy.ext.DontWrapMixin. | Mike Bayer | 2011-06-22 | 1 | -1/+0 |
| * | - Use urllib.parse_qsl() in Python 2.6 and above, | Mike Bayer | 2011-06-21 | 2 | -1/+10 |
| * | take out a little cruft. Spend two hours trying to make things simpler, | Mike Bayer | 2011-06-01 | 1 | -1/+0 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 2 | -1/+9 |
| * | - AssertionPool now stores the traceback indicating | Mike Bayer | 2011-03-30 | 2 | -1/+24 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -16/+18 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -0/+1 |
| * | Added required import (somehow we never seem to hit the unimported ref) | Taavi Burns | 2011-03-15 | 1 | -0/+1 |
| * | Modifications for PyPy support from Alex Gaynor. | Michael Trier | 2011-03-08 | 2 | -1/+2 |
| * | fix this directive for py3k | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
| * | - Fixed bug whereby Session.merge() would call the | Mike Bayer | 2011-02-12 | 2 | -1/+11 |
| * | - fix long lines in test_attributes | Mike Bayer | 2011-02-11 | 1 | -3/+12 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -0/+1 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 2 | -6/+6 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 6 | -70/+70 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 7 | -4/+34 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -7/+14 |
| * | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -3/+4 |
| * | - use a subset of inspect.getargspec() so that get_func_kwargs()/constructor_... | Mike Bayer | 2010-12-19 | 1 | -2/+29 |
| * | merge tip | Mike Bayer | 2010-12-17 | 1 | -2/+1 |
| |\ |
|
| | * | - inlinings | Mike Bayer | 2010-12-16 | 1 | -2/+1 |
| * | | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 2 | -1/+15 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+0 |
| |/ |
|
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -1/+1 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -3/+3 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 2 | -1/+11 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+4 |
| * | squash sets warning | Mike Bayer | 2010-12-05 | 1 | -0/+1 |
| * | have a 'buffer' symbol present in util in py3k as well | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -4/+6 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 5 | -16/+270 |
| * | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -0/+11 |
| * | - replace util.py with util/ package, [ticket:1986] | Mike Bayer | 2010-11-28 | 5 | -0/+1909 |