[Checkins] [zopefoundation/transaction] a15042: use mock

GitHub noreply at github.com
Fri Jun 10 22:32:42 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/transaction
  Commit: a15042821e1ef93ec49c6bdeec6a614ed6ae6d4b
      https://github.com/zopefoundation/transaction/commit/a15042821e1ef93ec49c6bdeec6a614ed6ae6d4b
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  use mock


  Commit: e581a120a612d54eea9240606a5723ff73952eb0
      https://github.com/zopefoundation/transaction/commit/e581a120a612d54eea9240606a5723ff73952eb0
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M CHANGES.rst
    M transaction/_manager.py
    M transaction/tests/test__manager.py

  Log Message:
  -----------
  Fixed: Synchonizers that registered with transaction managers when
  transactions were in progress didn't have their newTransaction
  methods called to let them know of the in-progress transactions.


  Commit: 17c90ebe5af36c4d71fcda11fab3b183203b9284
      https://github.com/zopefoundation/transaction/commit/17c90ebe5af36c4d71fcda11fab3b183203b9284
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Try to make Jason and Tres happy


  Commit: 53a51d35dbd62ba8de02a91cb3e4a74d035bae05
      https://github.com/zopefoundation/transaction/commit/53a51d35dbd62ba8de02a91cb3e4a74d035bae05
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M transaction/interfaces.py

  Log Message:
  -----------
  document that late comers will be notified.


  Commit: 3275904a91a9aabf72f2b0a042f28b707fdb5794
      https://github.com/zopefoundation/transaction/commit/3275904a91a9aabf72f2b0a042f28b707fdb5794
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M setup.py
    M transaction/_manager.py
    M transaction/interfaces.py
    M transaction/tests/test__manager.py

  Log Message:
  -----------
  Merge pull request #16 from zopefoundation/notify_data_managers_that_join_transactions_in_progress

Notify data managers that join transactions in progress


Compare: https://github.com/zopefoundation/transaction/compare/4e4726219c6b...3275904a91a9


More information about the checkins mailing list