| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | adding tests for KeyedTuple, pep8 pass | Diana Clarke | 2012-11-17 | 1 | -72/+221 |
| * | oops! python 3 doesn't do the rich comparison cmp thing | Diana Clarke | 2012-11-14 | 1 | -8/+13 |
| * | __sub__ was declared twice, just increasing test coverage before I change any... | Diana Clarke | 2012-11-13 | 1 | -17/+414 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 5 | -13/+13 |
| * | - repair bool() for instance level event listener where events are classlevel... | Mike Bayer | 2012-09-20 | 1 | -0/+7 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -6/+220 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 4 | -24/+24 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -3/+12 |
| * | remove WeakIdentityMapping tests | Mike Bayer | 2012-06-24 | 1 | -191/+0 |
| * | - [feature] Dramatic improvement in memory | Mike Bayer | 2012-06-20 | 1 | -29/+50 |
| * | fix 2.5 failure | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -0/+62 |
| |\ |
|
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -0/+62 |
| * | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -0/+21 |
| |/ |
|
| * | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -0/+104 |
| * | - [feature] IdentitySet supports the - operator | Mike Bayer | 2011-12-06 | 1 | -0/+13 |
| * | - Fixed bug in unit of work whereby detection of | Mike Bayer | 2011-09-22 | 1 | -2/+28 |
| * | who knew we already had a test for that | Mike Bayer | 2011-08-22 | 1 | -12/+19 |
| * | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 1 | -0/+87 |
| * | - Added @event.listens_for() decorator, given | Mike Bayer | 2011-04-02 | 1 | -44/+68 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 2 | -0/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 4 | -30/+30 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -1/+3 |
| * | Removing unused symbol import | Taavi Burns | 2011-03-15 | 1 | -1/+1 |
| * | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -0/+19 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -16/+15 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 2 | -65/+65 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -46/+46 |
| * | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -2/+0 |
| |\ |
|
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -2/+0 |
| * | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -2/+1 |
| * | | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -16/+16 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 4 | -9/+9 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 3 | -7/+7 |
| | |/ |
|
| * | | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 2 | -21/+2 |
| * | | - attempting system of propagation. getting stuck on attempting to use inst... | Mike Bayer | 2010-11-06 | 1 | -0/+47 |
| * | | - begin adding tests for event registration and dispatch standalone | Mike Bayer | 2010-10-02 | 1 | -0/+231 |
| |/ |
|
| * | - CircularDependencyError now has .cycles and .edges | Mike Bayer | 2010-09-29 | 1 | -6/+17 |
| * | restore py2k directive that got whacked by python tidy | Mike Bayer | 2010-07-13 | 1 | -3/+3 |
| * | tidy test/base, test/ex, test/ext | Mike Bayer | 2010-07-11 | 3 | -181/+201 |
| * | - Fixed @memoized_property and @memoized_instancemethod | Mike Bayer | 2010-06-19 | 1 | -0/+34 |
| * | change the weakkeydict to be just an LRU cache. Add tests | Mike Bayer | 2010-05-31 | 1 | -0/+46 |
| * | dont use collections on 2.4 | Mike Bayer | 2010-04-14 | 1 | -3/+2 |
| * | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -4/+4 |
| * | - further reduce what topological has to do, expects full list of nodes | Mike Bayer | 2010-04-04 | 1 | -16/+25 |
| * | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 1 | -10/+126 |
| * | This is turning out to be a rewrite of the accounting system of unitofwork.py... | Mike Bayer | 2010-03-30 | 1 | -30/+24 |