[Checkins] [zopefoundation/transaction] 44b7b8: In WeakSet, use the `valuerefs` method, added in P...

GitHub noreply at github.com
Fri Apr 24 19:27:09 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/transaction
  Commit: 44b7b85e61d3f48d142a2a9f6f6f79ca2e706a80
      https://github.com/zopefoundation/transaction/commit/44b7b85e61d3f48d142a2a9f6f6f79ca2e706a80
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M tox.ini
    M transaction/_compat.py
    M transaction/tests/test_weakset.py
    M transaction/weakset.py

  Log Message:
  -----------
  In WeakSet, use the `valuerefs` method, added in Python 2.5 instead of accessing the internal `data` implementation detail.

This lets us support Jython.


  Commit: 7a5a1de2a3aa87ea924acb80e78a16bfe5ca4962
      https://github.com/zopefoundation/transaction/commit/7a5a1de2a3aa87ea924acb80e78a16bfe5ca4962
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Need the bin directory under the Jython install directory on the path.


  Commit: 6055cfcb915dad9abf039f5e080407b300de337e
      https://github.com/zopefoundation/transaction/commit/6055cfcb915dad9abf039f5e080407b300de337e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-13 (Mon, 13 Apr 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Installing jython slows down the travis runs too much.


  Commit: 5758557cc7b8b43a25b4a97450e0b6c3ebede93d
      https://github.com/zopefoundation/transaction/commit/5758557cc7b8b43a25b4a97450e0b6c3ebede93d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Per @tseaver, remove jython-specific references since tox currently cannot test it.


  Commit: b42a65c5de2df8614274ae80c2f764663456481b
      https://github.com/zopefoundation/transaction/commit/b42a65c5de2df8614274ae80c2f764663456481b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M transaction/weakset.py

  Log Message:
  -----------
  Micro-optimization


  Commit: 106a8dca6ac771d5b0d452b1869e35d7d02a6fd7
      https://github.com/zopefoundation/transaction/commit/106a8dca6ac771d5b0d452b1869e35d7d02a6fd7
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M tox.ini
    M transaction/_compat.py
    M transaction/tests/test_weakset.py
    M transaction/weakset.py

  Log Message:
  -----------
  Merge pull request #8 from NextThought/jython

In WeakSet, use the `valuerefs` method from Python 2.5 instead of accessing the internal `data` implementation detail.


Compare: https://github.com/zopefoundation/transaction/compare/bf6e186c5a07...106a8dca6ac7


More information about the checkins mailing list