| Commit message (Expand) | Author | Age | Files | Lines |
| * | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 2 | -1/+10 |
| * | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -2/+2 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
| * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -3/+6 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -3/+3 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -9/+3 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+6 |
| * | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 2 | -2/+16 |
| |/ |
|
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -4/+4 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 3 | -12/+44 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 2 | -1/+9 |
| * | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 2 | -16/+56 |
| * | - mutablemapping adds compiler overhead, so screw it | Mike Bayer | 2014-08-15 | 1 | -5/+9 |
| * | - TIL that dict.keys() in py3K is not an iterator, it is an iterable | Mike Bayer | 2014-08-15 | 1 | -41/+5 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -1/+3 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 2 | -1/+35 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 6 | -75/+101 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 2 | -1/+9 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 7 | -7/+14 |
| * | 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 |