[Checkins] [zopefoundation/zope.app.apidoc] b74fe3: Fix codemodule.Module when the module has a __file...

GitHub noreply at github.com
Thu Aug 9 13:11:07 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: b74fe349e114e55d3ddd8654a09d41ed32da17e8
      https://github.com/zopefoundation/zope.app.apidoc/commit/b74fe349e114e55d3ddd8654a09d41ed32da17e8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-06 (Mon, 06 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/app/apidoc/codemodule/module.py
    M src/zope/app/apidoc/codemodule/tests.py
    M tox.ini

  Log Message:
  -----------
  Fix codemodule.Module when the module has a __file__ of None.

Fixes #17

Also add Python 3.7 support, since this unblocks that.


  Commit: 825263290d32ed0c5787520b1bbc4553166072f3
      https://github.com/zopefoundation/zope.app.apidoc/commit/825263290d32ed0c5787520b1bbc4553166072f3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-06 (Mon, 06 Aug 2018)

  Changed paths:
    M src/zope/app/apidoc/codemodule/tests.py

  Log Message:
  -----------
  Fix tests on Python 2.


  Commit: 982a75f4c5b9083af7d5fd1d60a5e2ca4b0fba46
      https://github.com/zopefoundation/zope.app.apidoc/commit/982a75f4c5b9083af7d5fd1d60a5e2ca4b0fba46
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-06 (Mon, 06 Aug 2018)

  Changed paths:
    M .travis.yml
    M src/zope/app/apidoc/tests.py
    M src/zope/app/apidoc/utilities.rst

  Log Message:
  -----------
  Drop PyPy3.

The warnings about an invalid key in a WeakKeyDictionary cause a test
failure in ifacemodule/browser.rst

Also fix a test for newer PyPy2 that includes better syntax errors.


  Commit: fe2d7f7423c5787f280b82c764df9ab6c95e5bd1
      https://github.com/zopefoundation/zope.app.apidoc/commit/fe2d7f7423c5787f280b82c764df9ab6c95e5bd1
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/app/apidoc/codemodule/module.py
    M src/zope/app/apidoc/codemodule/tests.py
    M src/zope/app/apidoc/tests.py
    M src/zope/app/apidoc/utilities.rst
    M tox.ini

  Log Message:
  -----------
  Merge pull request #18 from zopefoundation/issue17

Fix codemodule.Module when the module has a __file__ of None.


Compare: https://github.com/zopefoundation/zope.app.apidoc/compare/7338cc8cad63...fe2d7f7423c5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list