| Commit message (Expand) | Author | Age | Files | Lines |
| * | - flake8 refactor - test_ormflake8_12 | Mike Bayer | 2019-01-05 | 1 | -2/+2 |
| * | zimports for all of test/ | Mike Bayer | 2019-01-05 | 1 | -52/+41 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -256/+402 |
| * | Don't include AliasedClass when pickling options | Mike Bayer | 2018-03-05 | 1 | -1/+32 |
| * | Add an identity_token to the identity key | Mike Bayer | 2017-12-22 | 1 | -0/+34 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -119/+114 |
| * | Add missing items to collection.__getstate__ | Mike Bayer | 2016-11-14 | 1 | -0/+31 |
| * | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -0/+31 |
| * | python2 pickle here fails | Mike Bayer | 2013-10-25 | 1 | -0/+3 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -1/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
| * | - add support for integer indexes and slices to PathRegistry | Mike Bayer | 2012-10-11 | 1 | -36/+4 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -8/+8 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -13/+13 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -6/+8 |
| * | - [bug] Fixed bug whereby objects using | Mike Bayer | 2012-03-05 | 1 | -0/+68 |
| * | - [bug] Raise an exception if xyzload_all() is | Mike Bayer | 2012-01-28 | 1 | -6/+17 |
| * | - [bug] ensure pickleability of all ORM exceptions | Mike Bayer | 2012-01-11 | 1 | -0/+15 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -4/+5 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -107/+136 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -13/+56 |
| * | indent the string here | Mike Bayer | 2011-03-26 | 1 | -1/+1 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -2/+4 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -26/+26 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -1/+29 |
| * | - 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 |
| * | | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| |/ |
|
| * | - fixed __setstate__ method of CollectionAdapter to not | Mike Bayer | 2010-05-13 | 1 | -1/+44 |
| * | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -3/+3 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -10/+10 |
| * | clean up some skips, added skip for sqlite + python2 | Mike Bayer | 2010-02-21 | 1 | -0/+2 |
| * | lessons learned unpickling from an 0.5 cache | Mike Bayer | 2010-01-19 | 1 | -1/+54 |
| * | - raise error when unpickling non-mapped state, [ticket:1610] | Mike Bayer | 2010-01-17 | 1 | -2/+19 |
| * | NamedTuple is pickleable ! no really with all the protocols too ! | Mike Bayer | 2010-01-13 | 1 | -1/+20 |
| * | - merge() will not issue a needless merge of attributes if the | Mike Bayer | 2010-01-10 | 1 | -3/+32 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -2/+0 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -5/+4 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+194 |