| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 1 | -1/+46 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 1 | -6/+2 |
| * | - fix the uuid routine here to not run out of uuids | Mike Bayer | 2014-03-24 | 1 | -4/+0 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+13 |
| * | Don't barf on Session(info=...) from sessionmaker(info=None) | Robin Schoonover | 2013-12-31 | 1 | -0/+4 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -1/+0 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -0/+17 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
| * | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -0/+144 |
| * | move this test to have its own data, avoid FK violations | Mike Bayer | 2013-02-21 | 1 | -18/+21 |
| * | - Added new helper function :func:`.was_deleted`, returns True | Mike Bayer | 2013-02-20 | 1 | -1/+19 |
| * | - pep8 cleanup | Mike Bayer | 2013-02-20 | 1 | -36/+32 |
| * | - [bug] Continuing [ticket:2566] regarding extra | Mike Bayer | 2012-10-06 | 1 | -0/+42 |
| * | - break session tests into smaller suites. still some ambiguity what | Mike Bayer | 2012-10-06 | 1 | -417/+439 |
| * | - [feature] The Session will produce warnings | Mike Bayer | 2012-10-04 | 1 | -0/+93 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -7/+7 |
| * | - add a test to make sure we've tested session.execute(stmt, multiparams) | Mike Bayer | 2012-09-09 | 1 | -0/+15 |
| * | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -3/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
| * | remove deprecateds | Mike Bayer | 2012-06-08 | 1 | -1/+0 |
| * | - [bug] The "passive" flag on Session.is_modified() | Mike Bayer | 2012-04-24 | 1 | -1/+4 |
| * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -1/+1 |
| * | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -0/+17 |
| * | move most tests that are specific to SessionTransaction over to test_transaction | Mike Bayer | 2012-01-27 | 1 | -382/+0 |
| * | - [bug] Fixed issue where modified session state | Mike Bayer | 2012-01-27 | 1 | -7/+56 |
| * | -re-document the is_modified method, and place significant caveats | Mike Bayer | 2011-12-04 | 1 | -47/+107 |
| * | - When an open Session is garbage collected, the objects | Mike Bayer | 2011-09-24 | 1 | -0/+29 |
| * | - Fixed bug where transaction-level "deleted" | Mike Bayer | 2011-06-05 | 1 | -0/+15 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -10/+15 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -5/+6 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -60/+59 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -57/+142 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -7/+7 |
| * | - adjust gc_collect for pypy | Mike Bayer | 2011-03-15 | 1 | -0/+2 |
| * | - some changes to the identity map regarding | Mike Bayer | 2011-03-04 | 1 | -1/+1 |
| * | - The path given as the location of a sqlite database is now | Mike Bayer | 2011-02-10 | 1 | -1/+1 |
| * | - Adjusted flush accounting step to occur before | Mike Bayer | 2011-02-07 | 1 | -15/+0 |
| * | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -0/+15 |
| * | - Session weak_instance_dict=False is deprecated. | Mike Bayer | 2011-02-05 | 1 | -0/+3 |
| * | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 1 | -0/+25 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -58/+58 |
| * | - move session/mapper events/extension tests into orm/test_events.py | Mike Bayer | 2010-12-31 | 1 | -382/+0 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -36/+36 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -10/+10 |
| * | - fix bug preventing multiple SessionExtensions from being correctly converte... | Mike Bayer | 2010-11-28 | 1 | -0/+20 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
| |\ |
|