| Commit message (Expand) | Author | Age | Files | Lines |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| * | use integer division here | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| * | - rework memusage tests so that it only runs five iterations at a time, if it... | Mike Bayer | 2014-03-26 | 1 | -29/+47 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+1 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+2 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -0/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
| * | testing.crashes on cymysql >= 0.6 | Hajime Nakagami | 2013-04-20 | 1 | -1/+1 |
| * | skip with cymysql 0.6 | Hajime Nakagami | 2013-04-20 | 1 | -0/+1 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | - add workaround for sqlite memusage tests, so no longer need to count to 220... | Mike Bayer | 2013-01-12 | 1 | -11/+26 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -2/+4 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -46/+112 |
| * | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -48/+0 |
| * | - [bug] Fixed memory leak in core which would | Mike Bayer | 2012-03-10 | 1 | -0/+16 |
| * | - this helps oracle here since it has a panic attack otherwise | Mike Bayer | 2011-04-25 | 1 | -1/+2 |
| * | mark all aaa_profiling tests with __requires__ = 'cpython', | Mike Bayer | 2011-04-23 | 1 | -6/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+7 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -32/+32 |
| * | triple check that the dict is empty | Mike Bayer | 2010-12-19 | 1 | -2/+5 |
| * | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+27 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -2/+2 |
| * | - 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 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| | |/ |
|
| * | | - fix test related to [ticket:1980] | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| |/ |
|
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -44/+39 |
| * | version_info is the tuple | Mike Bayer | 2010-06-15 | 1 | -1/+1 |
| * | - hypothesize that newer pysqlites are also growing a warning log on non-unic... | Mike Bayer | 2010-06-14 | 1 | -0/+5 |
| * | - The warning emitted by the Unicode and String types | Mike Bayer | 2010-06-13 | 1 | -1/+24 |
| * | fix this test for oracle | Mike Bayer | 2010-05-31 | 1 | -1/+2 |
| * | change the weakkeydict to be just an LRU cache. Add tests | Mike Bayer | 2010-05-31 | 1 | -23/+92 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -3/+65 |
| * | check_reverse was failing a not well covered m2m case. | Mike Bayer | 2010-04-10 | 1 | -1/+1 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -5/+5 |
| * | - merge sqlite 2.5 memory exception from r6567 of 0.5 branch | Mike Bayer | 2009-12-25 | 1 | -0/+6 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -20/+25 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+402 |