[Checkins] [zopefoundation/persistent] 679a64: Detect the bitness of the current process in order...

GitHub noreply at github.com
Thu Apr 9 19:28:18 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 679a64b6a14bbad1d298b5d86e811b185da5ff8f
      https://github.com/zopefoundation/persistent/commit/679a64b6a14bbad1d298b5d86e811b185da5ff8f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M persistent/timestamp.py

  Log Message:
  -----------
  Detect the bitness of the current process in order to better match the C TimeStamp hashcode. Fixes zopefoundation/persistent#21


  Commit: 385fdc0c46f984d391b8845901ab2111ba1f92e5
      https://github.com/zopefoundation/persistent/commit/385fdc0c46f984d391b8845901ab2111ba1f92e5
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M persistent/tests/test_timestamp.py
    M persistent/timestamp.py
    M setup.py

  Log Message:
  -----------
  Detect the bitness of the current process in order to better match the C TimeStamp hashcode. Fixes zopefoundation/persistent#21


  Commit: 5a62f7d0f7c9eaf5bf1b195ea4a9062912ecf2f2
      https://github.com/zopefoundation/persistent/commit/5a62f7d0f7c9eaf5bf1b195ea4a9062912ecf2f2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  changelog.


  Commit: 84390bc9e4ccce2614f1a1db62ed6763202f5f61
      https://github.com/zopefoundation/persistent/commit/84390bc9e4ccce2614f1a1db62ed6763202f5f61
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M persistent/tests/test_timestamp.py

  Log Message:
  -----------
  Complete comment.


  Commit: cad848ac59c020c839067f566f2115670e708e3a
      https://github.com/zopefoundation/persistent/commit/cad848ac59c020c839067f566f2115670e708e3a
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M persistent/tests/test_timestamp.py
    M persistent/timestamp.py

  Log Message:
  -----------
  Merge pull request #22 from NextThought/issue21

Use `ctypes.c_long` to get the native long type on all platforms; fixes 32-bit TimeStamp hashcode


Compare: https://github.com/zopefoundation/persistent/compare/663497de550e...cad848ac59c0


More information about the checkins mailing list