| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 1 | -6/+1 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | Minor optimization to the code | Federico Caselli | 2021-02-18 | 1 | -1/+2 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Create a framework to allow all SQLALCHEMY_WARN_20 to pass | Mike Bayer | 2020-09-16 | 1 | -8/+17 |
| * | Add complete platform data to profiling data | Federico Caselli | 2020-08-07 | 1 | -12/+7 |
| * | Make call-count profiling tests on osx have their own platform key | Federico Caselli | 2020-07-11 | 1 | -0/+3 |
| * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -1/+1 |
| * | Add full profile sort, dumping to profile results | Mike Bayer | 2020-05-28 | 1 | -2/+10 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -0/+1 |
| * | Rename py.test to pytest | Gord Thompson | 2020-04-16 | 1 | -1/+1 |
| * | Fix tests failing for SQLite file databases; repair provisioning | Gord Thompson | 2020-03-13 | 1 | -0/+5 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -1/+0 |
| * | Limit non-backend critical profiling tests to SQLite | Mike Bayer | 2020-02-17 | 1 | -1/+4 |
| * | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -7/+7 |
| * | Fix cext for Python 2; ensure C extensions build successfully | Mike Bayer | 2020-01-04 | 1 | -10/+13 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Don't apply aliasing + adaption for simple relationship joins | Mike Bayer | 2019-12-19 | 1 | -2/+5 |
| * | Add profile sort option to test suite | Mike Bayer | 2019-07-14 | 1 | -2/+3 |
| * | profiling plugin fixes | Mike Bayer | 2019-07-11 | 1 | -6/+41 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -5/+10 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -36/+35 |
| * | Assorted pre-Black fixes | Mike Bayer | 2019-01-05 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2018-01-12 | 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 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -0/+5 |
| * | - move away from explicit raises of SkipTest, instead call a | Mike Bayer | 2015-05-01 | 1 | -5/+5 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - more callcounts | Mike Bayer | 2015-01-05 | 1 | -2/+4 |
| * | - add a new option --force-write-profiles to rewrite profiles even if they | Mike Bayer | 2014-11-25 | 1 | -2/+6 |
| * | - correct this to rewrite a multiple profile line correctly | Mike Bayer | 2014-11-14 | 1 | -1/+5 |
| * | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 1 | -138/+78 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -30/+30 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - fix some function mismatch in profiling | Mike Bayer | 2014-01-09 | 1 | -6/+3 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
| * | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -11/+11 |
| * | - rework the profile thing to just rewrite all failing numbers when --write-p... | Mike Bayer | 2013-08-28 | 1 | -6/+18 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -2/+2 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -22/+25 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -7/+6 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+292 |