| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | mark all aaa_profiling tests with __requires__ = 'cpython', | Mike Bayer | 2011-04-23 | 5 | -8/+11 |
| * | callcount update for cext + 2.7 | Mike Bayer | 2011-04-17 | 2 | -3/+5 |
| * | - callcounts | Mike Bayer | 2011-04-08 | 3 | -6/+16 |
| * | - 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 | 7 | -16/+16 |
| * | - 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 |
| * | - pulling out the PG type impls in create table knocked the counts out a bit ... | Mike Bayer | 2011-02-18 | 2 | -3/+3 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -3/+3 |
| * | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 2 | -2/+2 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -1/+1 |
| * | callcount | Mike Bayer | 2011-01-25 | 1 | -1/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 7 | -58/+58 |
| * | - remove some more 2.4 targets | Mike Bayer | 2010-12-27 | 2 | -7/+8 |
| * | py3k fixes | Mike Bayer | 2010-12-27 | 2 | -4/+4 |
| * | - more skippage of 2.4 | Mike Bayer | 2010-12-23 | 3 | -4/+4 |
| * | - allow cextension version to fall back to non-cextension | Mike Bayer | 2010-12-22 | 2 | -8/+14 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 4 | -10/+11 |
| * | - arg callcounts change from 2.6.4 to 2.6.6 | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 5 | -33/+38 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 3 | -9/+9 |
| * | callcounts | Mike Bayer | 2010-12-19 | 2 | -2/+2 |
| * | triple check that the dict is empty | Mike Bayer | 2010-12-19 | 1 | -2/+5 |
| * | - callcounts | Mike Bayer | 2010-12-19 | 2 | -2/+6 |
| * | merge tip | Mike Bayer | 2010-12-17 | 1 | -2/+2 |
| |\ |
|
| | * | - 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 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+27 |
| |/ |
|
| * | - callcounts. need to find some way to make this less tedious. | Mike Bayer | 2010-12-13 | 3 | -4/+4 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 3 | -9/+10 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 3 | -5/+5 |
| * | callcounts | Mike Bayer | 2010-12-12 | 1 | -2/+2 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 3 | -11/+14 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -3/+88 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -2/+2 |
| * | - callcount | Mike Bayer | 2010-12-10 | 1 | -1/+1 |
| * | - callcount | Mike Bayer | 2010-12-09 | 1 | -1/+3 |
| * | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -2/+2 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -2/+2 |
| * | callcounts in 2.4 | Mike Bayer | 2010-12-05 | 1 | -2/+2 |
| * | callcounts... | Mike Bayer | 2010-12-05 | 3 | -5/+5 |
| * | up this variance a bit, differences between 2.6.3/2.6.4 not worth it | Mike Bayer | 2010-12-05 | 1 | -2/+2 |
| * | callcounts for 2.4, 2.5, 2.6 | Mike Bayer | 2010-12-05 | 3 | -5/+10 |
| * | - fix callcount for 2.6 | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+26 |
| |\ |
|
| | * | fixed a small potential memory leak in UnicodeResultProcessor (for some weird | Gaƫtan de Menten | 2010-11-27 | 1 | -1/+11 |
| | * | Remove unused import. | Taavi Burns | 2010-11-20 | 1 | -1/+1 |
| | * | DecimalResultProcessor memory testing is likely to catch something only when ... | Taavi Burns | 2010-11-20 | 1 | -0/+2 |
| | * | Shorter tests for [ticket:1978] | Taavi Burns | 2010-11-19 | 1 | -33/+6 |
| | * | Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ... | Taavi Burns | 2010-11-19 | 1 | -1/+41 |