1. 24 Jun, 2019 1 commit
  2. 23 Jun, 2019 17 commits
  3. 21 Jun, 2019 2 commits
  4. 20 Jun, 2019 8 commits
  5. 19 Jun, 2019 5 commits
  6. 18 Jun, 2019 7 commits
    • Kirill Smelkov's avatar
      . · 7c96cf5a
      Kirill Smelkov authored
      7c96cf5a
    • Kirill Smelkov's avatar
      . · f58945b5
      Kirill Smelkov authored
      f58945b5
    • Kirill Smelkov's avatar
      . · 4d5eb301
      Kirill Smelkov authored
      4d5eb301
    • Kirill Smelkov's avatar
      Merge branch 'master' into t · d8d59b78
      Kirill Smelkov authored
      * master:
        wendelin.core v0.13
        tox -= Python3.5
        Fix build for Python 3.7
        tox: ZODB5.test.util needs mock
        tox: v↑ NumPy to 2 latest releases
        bigfile/zodb: Resync _ZBigFileH to Connection.transaction_manager on every connection reopen
        t/qemu-runlinux: Issue terminal init before running program
        t/qemu-runlinux: Kernel verbosity control via -v
      d8d59b78
    • Kirill Smelkov's avatar
      wendelin.core v0.13 · b26ba558
      Kirill Smelkov authored
      b26ba558
    • Kirill Smelkov's avatar
      tox -= Python3.5 · 76e8dc34
      Kirill Smelkov authored
      Let's keep on test coverage for last 2 stable Python releases.
      76e8dc34
    • Kirill Smelkov's avatar
      Fix build for Python 3.7 · bca5f79e
      Kirill Smelkov authored
      Starting from Python 3.7 the place to keep exception state was changed:
      https://github.com/python/cpython/commit/ae3087c638
      
      NOTE ZEO4 does not wok with Python3.7, because ZEO4 uses "async" for a
      variable and that breaks because starting from Python3.7 "async" became
      a keyword.
      
      After the fix wendelin.core tests pass under all python2.7, python3.6
      and python3.7.
      bca5f79e