[Checkins] [zopefoundation/persistent] 000501: Allow sweeping cache without cache_size and with c...

GitHub noreply at github.com
Tue Nov 20 03:08:32 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 000501d77587ec2be80e590518ea63fdaed839ff
      https://github.com/zopefoundation/persistent/commit/000501d77587ec2be80e590518ea63fdaed839ff
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-14 (Wed, 14 Nov 2018)

  Changed paths:
    M persistent/cPickleCache.c
    M persistent/picklecache.py
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  Allow sweeping cache without cache_size and with cache_size_bytes only.


  Commit: 7f34907a14228a3cdb3e03d2c9c480a0eacdfcd3
      https://github.com/zopefoundation/persistent/commit/7f34907a14228a3cdb3e03d2c9c480a0eacdfcd3
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  Call gc.collect() explicitly to banish the ghosts who are no longer in the ring.


  Commit: e6d183b141c6aa650022283dda34fe67ccaa4c34
      https://github.com/zopefoundation/persistent/commit/e6d183b141c6aa650022283dda34fe67ccaa4c34
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  coveralls complains about a `pass` in DummyConnection, use `return` instead.


  Commit: 354cb66ecba771a902314992bf538ff71886ae21
      https://github.com/zopefoundation/persistent/commit/354cb66ecba771a902314992bf538ff71886ae21
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  Revert "coveralls complains about a `pass` in DummyConnection, use `return` instead."

This reverts commit e6d183b141c6aa650022283dda34fe67ccaa4c34.


  Commit: 01a7f4a38f05db694ed7140ea7360506682b204f
      https://github.com/zopefoundation/persistent/commit/01a7f4a38f05db694ed7140ea7360506682b204f
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  Call DummyConnection.register() for coveralls.


  Commit: 1cf8f014181e9718c481fe4b3576dd12cac93bfe
      https://github.com/zopefoundation/persistent/commit/1cf8f014181e9718c481fe4b3576dd12cac93bfe
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-17 (Sat, 17 Nov 2018)

  Changed paths:
    M persistent/picklecache.py

  Log Message:
  -----------
  Line should break before the binary operators.


  Commit: 8b5f213974f1ffa2a1cd953fab3a3b6fbbd0c65f
      https://github.com/zopefoundation/persistent/commit/8b5f213974f1ffa2a1cd953fab3a3b6fbbd0c65f
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-17 (Sat, 17 Nov 2018)

  Changed paths:
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  Add one space around operators.


  Commit: 071c2cd535f299ef99388a4a452f44c69053eb60
      https://github.com/zopefoundation/persistent/commit/071c2cd535f299ef99388a4a452f44c69053eb60
  Author: Yusei Tahara <yusei at nexedi.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Changelog for PR #106.


  Commit: ed81c6f7d8b8d7184c52f8f3cd0b35922f7161a1
      https://github.com/zopefoundation/persistent/commit/ed81c6f7d8b8d7184c52f8f3cd0b35922f7161a1
  Author: Yusei Tahara <yusei at domen.cx>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
    M CHANGES.rst
    M persistent/cPickleCache.c
    M persistent/picklecache.py
    M persistent/tests/test_picklecache.py

  Log Message:
  -----------
  Merge pull request #106 from zopefoundation/cache_size_parameter_enhancement

Allow sweeping cache without cache_size and with cache_size_bytes only.


Compare: https://github.com/zopefoundation/persistent/compare/7b7ce089cd05...ed81c6f7d8b8
      **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