[Checkins] [zopefoundation/transaction] c4cdfc: Move the ``attempts`` doctest out of the docs and ...

GitHub noreply at github.com
Tue Nov 8 18:53:34 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/transaction
  Commit: c4cdfc9b15932f91f82f5af1a07987d4e9fbdd72
      https://github.com/zopefoundation/transaction/commit/c4cdfc9b15932f91f82f5af1a07987d4e9fbdd72
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M docs/convenience.rst
    M transaction/tests/test__manager.py

  Log Message:
  -----------
  Move the ``attempts`` doctest out of the docs and added ``run`` doctest.

It's nice if docs are tested, but doctests shouldn't pollute docs.


  Commit: 630924a0330e83613618a2ea1d7d5da9d93e3990
      https://github.com/zopefoundation/transaction/commit/630924a0330e83613618a2ea1d7d5da9d93e3990
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

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

  Log Message:
  -----------
  implemented the transaction-manager run method


  Commit: 18c662e1f76be26130c2482112273cca60214f93
      https://github.com/zopefoundation/transaction/commit/18c662e1f76be26130c2482112273cca60214f93
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  change doc


  Commit: 50faa092848da6d98fec17c8eacd60373d38e021
      https://github.com/zopefoundation/transaction/commit/50faa092848da6d98fec17c8eacd60373d38e021
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M docs/convenience.rst

  Log Message:
  -----------
  Changed decorator examples to emphasize the fact that functions are acting as anonymous functions.


  Commit: 708a013c06f73a720d076daa22fb916b4183d716
      https://github.com/zopefoundation/transaction/commit/708a013c06f73a720d076daa22fb916b4183d716
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M docs/convenience.rst

  Log Message:
  -----------
  various doc improvements suggested by a reveiwer.


  Commit: 29b9bdc781b61c0658569609b3e409b52287e680
      https://github.com/zopefoundation/transaction/commit/29b9bdc781b61c0658569609b3e409b52287e680
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M docs/api.rst
    M transaction/interfaces.py

  Log Message:
  -----------
  Added documentation of the should_retry data-manager method.


  Commit: c8992f69ea8d8879ed195a141ff7d725efffa2df
      https://github.com/zopefoundation/transaction/commit/c8992f69ea8d8879ed195a141ff7d725efffa2df
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M docs/api.rst
    M docs/convenience.rst
    M transaction/_manager.py
    M transaction/interfaces.py
    M transaction/tests/test__manager.py

  Log Message:
  -----------
  Merge pull request #25 from zopefoundation/run-decorator

Run decorator, a simpler alternative to attempts


Compare: https://github.com/zopefoundation/transaction/compare/4a8b2e375ac3...c8992f69ea8d


More information about the checkins mailing list