| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -8/+1 |
| * | and we don't need weakset | Mike Bayer | 2013-08-18 | 2 | -24/+1 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+10 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -5/+10 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 2 | -2/+1 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 2 | -92/+98 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 2 | -5/+99 |
| * | ok forget it, that approach didn't really cover every base, so | Mike Bayer | 2013-08-04 | 1 | -16/+29 |
| * | - don't need resolve, don't need import for this. just look in sys.modules, | Mike Bayer | 2013-08-04 | 1 | -42/+16 |
| * | don't split the regexps for chop_traceback() | Mike Bayer | 2013-07-12 | 1 | -4/+2 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 2 | -1/+15 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 4 | -16/+57 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 2 | -1/+2 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -1/+1 |
| * | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 1 | -2/+17 |
| * | Merge branch 'rel_0_9' | Mike Bayer | 2013-05-29 | 5 | -183/+258 |
| |\ |
|
| | * | keep the contract for Properties as returning lists for keys, values, items. | Mike Bayer | 2013-05-29 | 1 | -3/+3 |
| | * | - run the whole test suite with the "debugging" ordered dict on, | Mike Bayer | 2013-05-27 | 1 | -8/+19 |
| | * | - fix a dict while iterate mutation | Mike Bayer | 2013-05-27 | 1 | -0/+11 |
| | * | fix test_execute w c extensions | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
| | * | clean up some of this collection stuff | Mike Bayer | 2013-05-26 | 1 | -16/+27 |
| | * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -3/+3 |
| | * | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 2 | -1/+3 |
| | * | fix serializer tests. something is wrong with non-C pickle but for some reas... | Mike Bayer | 2013-05-26 | 2 | -2/+17 |
| | * | merge default | Mike Bayer | 2013-05-23 | 1 | -24/+22 |
| | |\ |
|
| | * | | most of ORM passing... | Mike Bayer | 2013-05-04 | 2 | -8/+6 |
| | * | | base | Mike Bayer | 2013-05-04 | 1 | -3/+3 |
| | * | | that's all of engine | Mike Bayer | 2013-05-04 | 1 | -0/+6 |
| | * | | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 2 | -1/+11 |
| | * | | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -1/+2 |
| | * | | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 3 | -55/+88 |
| | * | | cleanup | Mike Bayer | 2013-04-27 | 1 | -45/+21 |
| | * | | plugging away | Mike Bayer | 2013-04-27 | 3 | -46/+40 |
| | * | | work through dialects | Mike Bayer | 2013-04-27 | 2 | -18/+17 |
| | * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 4 | -94/+102 |
| * | | | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 2 | -1/+2 |
| | |/
|/| |
|
| * | | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -24/+22 |
| |/ |
|
| * | python2.5 fix | Mike Bayer | 2013-04-18 | 1 | -3/+2 |
| * | - remove reference to _exc_info before reraise to reduce cycles | Mike Bayer | 2013-04-18 | 1 | -0/+3 |
| * | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 3 | -2/+58 |
| * | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -1/+0 |
| * | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have | Marc Abramowitz | 2013-03-20 | 1 | -0/+8 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 5 | -189/+50 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 7 | -7/+7 |
| * | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 1 | -4/+6 |
| * | - documentation and changelog for [ticket:2601] | Mike Bayer | 2012-12-09 | 1 | -9/+57 |
| * | just a pep8 pass of lib/sqlalchemy/util/ | Diana Clarke | 2012-11-19 | 6 | -17/+79 |
| * | just a pep8 pass of this file | Diana Clarke | 2012-11-18 | 1 | -13/+32 |
| * | initializing _labels to an empty list so that the other methods don't throw e... | Diana Clarke | 2012-11-17 | 1 | -0/+1 |