summaryrefslogtreecommitdiff
path: root/test/base
Commit message (Expand)AuthorAgeFilesLines
* - add WeakSequence.append()Mike Bayer2013-08-181-3/+33
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-24/+178
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-0/+215
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-69/+67
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-072-56/+40
* merge defaultMike Bayer2013-05-231-2/+22
|\
| * Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-2/+22
* | baseMike Bayer2013-05-041-8/+6
* | - the raw 2to3 runMike Bayer2013-04-274-99/+101
|/
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-1/+27
* initializing _labels to an empty list so that the other methods don't throw e...Diana Clarke2012-11-171-21/+12
* adding _fields, _asdict() to KeyedTuple #2601Diana Clarke2012-11-171-4/+33
* adding tests for KeyedTuple, pep8 passDiana Clarke2012-11-171-72/+221
* oops! python 3 doesn't do the rich comparison cmp thingDiana Clarke2012-11-141-8/+13
* __sub__ was declared twice, just increasing test coverage before I change any...Diana Clarke2012-11-131-17/+414
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-275-13/+13
* - repair bool() for instance level event listener where events are classlevel...Mike Bayer2012-09-201-0/+7
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-6/+220
* -whitespace bonanza, contdMike Bayer2012-07-284-24/+24
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-3/+12
* remove WeakIdentityMapping testsMike Bayer2012-06-241-191/+0
* - [feature] Dramatic improvement in memoryMike Bayer2012-06-201-29/+50
* fix 2.5 failureMike Bayer2012-04-241-1/+1
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-0/+62
|\
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-0/+62
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-0/+21
|/
* - [bug] Fixed event registration bugMike Bayer2012-03-071-0/+104
* - [feature] IdentitySet supports the - operatorMike Bayer2011-12-061-0/+13
* - Fixed bug in unit of work whereby detection ofMike Bayer2011-09-221-2/+28
* who knew we already had a test for thatMike Bayer2011-08-221-12/+19
* - Added an improved repr() to TypeEngine objectsMike Bayer2011-07-041-0/+87
* - Added @event.listens_for() decorator, givenMike Bayer2011-04-021-44/+68
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-272-0/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-274-30/+30
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-1/+3
* Removing unused symbol importTaavi Burns2011-03-151-1/+1
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-0/+19
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-16/+15
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-022-65/+65
* - removes the "on_" prefix.Mike Bayer2010-12-301-46/+46
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-1/+1
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-3/+3
* - merge default tipMike Bayer2010-12-051-2/+0
|\
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-251-2/+0
* | - move topological, queue into utilMike Bayer2010-12-051-2/+1
* | new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-16/+16
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-284-9/+9
|\ \
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-153-7/+7
| |/
* | - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-072-21/+2