]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an internal "memoization" routine for method types such
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Jun 2015 22:36:27 +0000 (18:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Jun 2015 22:36:27 +0000 (18:36 -0400)
commit657be357de569ced699f44bdd96c6ba4e650b492
tree53dbd0641c26d2e7a0a79a980a56ffd0c38fab05
parent0e1da3265445fc2afaa54c4025bcab442199dc2b
- Fixed an internal "memoization" routine for method types such
that a Python descriptor is no longer used; repairs inspectability
of these methods including support for Sphinx documentation.
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/util/langhelpers.py
test/base/test_utils.py