| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 2 | -1/+5 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -39/+2 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -1/+1 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
| * | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -11/+33 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -7/+7 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 7 | -7/+7 |
| * | Merge branch 'automap' | Mike Bayer | 2014-01-05 | 2 | -1/+9 |
| |\ |
|
| | * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 2 | -1/+9 |
| * | | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 1 | -1/+3 |
| |/ |
|
| * | - alter the decorator function, and the newer public_factory function, | Mike Bayer | 2013-12-21 | 1 | -6/+20 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -31/+54 |
| * | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -2/+8 |
| * | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 2 | -3/+3 |
| * | - 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 |