[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-08-15 00:01:01
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bc7ec0b014f2/ Changeset: bc7ec0b014f2 Branch: None User: zzzeek Date: 2013-08-15 01:13:31 Summary: - reorganize the core/orm event listener classes so that they are dependent on everything they refer to; the core/orm classes themselves lose all dependencies except for the "self.dispatch" attribute which is now injected. Affected #: 17 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3b7034aa8d87/ Changeset: 3b7034aa8d87 Branch: None User: zzzeek Date: 2013-08-15 01:41:00 Summary: organize top level imports and __all__ Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/47b3c74d4ed4/ Changeset: 47b3c74d4ed4 Branch: None User: zzzeek Date: 2013-08-15 01:55:01 Summary: redo this a bit Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/48d7c4183df5/ Changeset: 48d7c4183df5 Branch: refactor_modules User: zzzeek Date: 2013-08-15 01:57:57 Summary: reorganize this metaclass thing so that we can call the superclass safely Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/59141d360e70/ Changeset: 59141d360e70 Branch: master User: zzzeek Date: 2013-08-15 01:58:34 Summary: - apply an import refactoring to the ORM as well - rework the event system so that event modules load after their targets, dependencies are reversed - create an improved strategy lookup system for the ORM - rework the ORM to have very few import cycles - move out "importlater" to just util.dependency - other tricks to cross-populate modules in as clear a way as possible Affected #: 46 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |