| Commit message (Expand) | Author | Age | Files | Lines |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -1/+1 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -1/+9 |
* | - fix some tests related to the URL change and try to make | Mike Bayer | 2015-05-23 | 1 | -5/+11 |
* | - Adjustments to the engine plugin hook, such that the | Mike Bayer | 2015-05-22 | 1 | -7/+11 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -0/+12 |
* | PEP8 style fixes | Brian Jarrett | 2014-07-13 | 1 | -5/+8 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -2/+15 |
* | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 1 | -7/+2 |
* | Ensure API doc for make_url and resolve references | Vraj Mohan | 2013-11-13 | 1 | -2/+2 |
* | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -2/+11 |
* | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 1 | -2/+9 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -1/+1 |
* | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
* | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -8/+5 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -9/+9 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -9/+13 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -2/+2 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -3/+4 |
* | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -42/+15 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - The entry point resolution supported by | Mike Bayer | 2011-09-24 | 1 | -2/+9 |
* | - Use urllib.parse_qsl() in Python 2.6 and above, | Mike Bayer | 2011-06-21 | 1 | -4/+4 |
* | see #2060 | Diana Clarke | 2011-02-28 | 1 | -1/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -5/+5 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - fixed the import for entrypoint-driven dialects to | Mike Bayer | 2009-12-05 | 1 | -7/+24 |
* | - the setuptools entrypoint for external dialects is now | Mike Bayer | 2009-10-10 | 1 | -1/+1 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -17/+29 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -0/+3 |
* | - added sphinx handler to allow __init__ methods through | Mike Bayer | 2008-12-17 | 1 | -10/+2 |
* | - restored the previous API Reference structure | Mike Bayer | 2008-12-08 | 1 | -6/+8 |
* | - restored the main search form | Mike Bayer | 2008-12-08 | 1 | -5/+6 |
* | - moved index.rst around to have the API docs right there, no "Main Documenta... | Mike Bayer | 2008-12-07 | 1 | -6/+5 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -30/+25 |
* | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -2/+2 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -3/+3 |
* | - remove some old cruft | Mike Bayer | 2008-02-16 | 1 | -14/+6 |
* | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -1/+7 |
* | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -31/+51 |
* | - Connection.begin() no longer accepts nested=True, a possible source of conf... | Jason Kirtland | 2007-08-19 | 1 | -9/+11 |
* | added engine_from_config() function for helping to create_engine() | Mike Bayer | 2007-08-14 | 1 | -1/+11 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -5/+3 |