[Checkins] [zopefoundation/persistent] 1bc7c0: Fixes zopefoundation/persistent#18 : Make the .raw...

GitHub noreply at github.com
Wed Apr 8 16:46:50 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 1bc7c0e47285e24603d0e3d296f03fad3914ebf2
      https://github.com/zopefoundation/persistent/commit/1bc7c0e47285e24603d0e3d296f03fad3914ebf2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Fixes zopefoundation/persistent#18 : Make the .raw() and repr() of the Python TimeStamp match the C version in more cases. Also, make the behaviour of comparisons and hashing match as well; test all this.


  Commit: f52aabd713aa1b1bda44097018cbeea3e703278d
      https://github.com/zopefoundation/persistent/commit/f52aabd713aa1b1bda44097018cbeea3e703278d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Also make the str() value match betwenn C and Python TimeStamp objects; test this.


  Commit: 7a17270724bcd6b66fee9113cfc78b44116e21da
      https://github.com/zopefoundation/persistent/commit/7a17270724bcd6b66fee9113cfc78b44116e21da
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

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

  Log Message:
  -----------
  Add tests covering the AttributeError cases of the comparison functions.


  Commit: 2a8313ccad80cbc01f5153a55788ab8b5412bc04
      https://github.com/zopefoundation/persistent/commit/2a8313ccad80cbc01f5153a55788ab8b5412bc04
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

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

  Log Message:
  -----------
  Merge pull request #19 from NextThought/py-timestamp

Make the .raw() and repr() of the Python TimeStamp match the C version in more cases.


Compare: https://github.com/zopefoundation/persistent/compare/4cda388adc0e...2a8313ccad80


More information about the checkins mailing list