| Commit message (Expand) | Author | Age | Files | Lines |
| * | PEP8 cleanup in /test/aaa_profiling | Eric Streeper | 2015-03-18 | 1 | -0/+1 |
| * | - start locking down querying for cols after observing yesterdays | Mike Bayer | 2015-03-09 | 1 | -0/+52 |
| * | - add the test_expire_lots test for comparison | Mike Bayer | 2015-02-18 | 1 | -0/+54 |
| * | imports gone bad | Mike Bayer | 2014-07-10 | 1 | -2/+2 |
| * | - fully flake8 test/aaa_profiling | Mike Bayer | 2014-07-09 | 1 | -80/+115 |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 1 | -4/+0 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+6 |
| * | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 1 | -0/+60 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -1/+53 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -8/+8 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+5 |
| * | OK! let's turn this around completely. Forget making a single count across | Mike Bayer | 2012-08-11 | 1 | -23/+15 |
| * | adjustments | Mike Bayer | 2012-08-11 | 1 | -1/+1 |
| * | final cleanup | Mike Bayer | 2012-08-10 | 1 | -3/+3 |
| * | - a new approach to profiling where we attempt to strip out | Mike Bayer | 2012-08-09 | 1 | -27/+21 |
| * | callcounts due to more engine event logic | Mike Bayer | 2012-07-19 | 1 | -4/+2 |
| * | relax this variance for now | Mike Bayer | 2012-07-17 | 1 | -2/+2 |
| * | some test fixes and cleanup | Mike Bayer | 2012-07-16 | 1 | -17/+17 |
| * | turn commit_all into an iterative method | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| * | obnoxious callcounts | Mike Bayer | 2012-06-16 | 1 | -1/+1 |
| * | callcount | Mike Bayer | 2012-06-11 | 1 | -1/+1 |
| * | callcount adjust | Mike Bayer | 2012-06-08 | 1 | -1/+1 |
| * | py3k fixes | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | callcount tweak here, this moved up due to r5b6237e3f068 | Mike Bayer | 2012-04-24 | 1 | -2/+1 |
| * | the callcounts are greater here since object_mapper() has a little more overh... | Mike Bayer | 2012-04-23 | 1 | -1/+1 |
| * | - some adjustments to keep hybrid properties working | Mike Bayer | 2012-04-23 | 1 | -1/+1 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -0/+1 |
| * | callcount | Mike Bayer | 2011-12-07 | 1 | -2/+2 |
| * | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 1 | -1/+1 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -0/+2 |
| * | - add test profiling merge() behavior when merging lots of bidirectional coll... | Mike Bayer | 2011-08-12 | 1 | -0/+75 |
| * | mark all aaa_profiling tests with __requires__ = 'cpython', | Mike Bayer | 2011-04-23 | 1 | -1/+3 |
| * | - fix a callcount | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -3/+3 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -4/+4 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -8/+22 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -11/+11 |
| * | - remove some more 2.4 targets | Mike Bayer | 2010-12-27 | 1 | -6/+7 |
| * | py3k fixes | Mike Bayer | 2010-12-27 | 1 | -1/+1 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -1/+1 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -4/+4 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 1 | -1/+1 |
| * | - callcounts | Mike Bayer | 2010-12-16 | 1 | -2/+2 |
| * | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 1 | -1/+1 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -1/+1 |
| * | callcounts | Mike Bayer | 2010-12-12 | 1 | -2/+2 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -8/+12 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -3/+88 |
| * | - callcount | Mike Bayer | 2010-12-09 | 1 | -1/+3 |