[Checkins] [zopefoundation/BTrees] fe443d: (Attempt to) fix Overflow in tests on Win64.

GitHub noreply at github.com
Fri Apr 15 03:52:41 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: fe443dd6c71b7511a9dfc534f78dc66a2711a044
      https://github.com/zopefoundation/BTrees/commit/fe443dd6c71b7511a9dfc534f78dc66a2711a044
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M BTrees/BTreeModuleTemplate.c
    M CHANGES.rst

  Log Message:
  -----------
  (Attempt to) fix Overflow in tests on Win64.

See: https://github.com/zopefoundation/BTrees/issues/32.


  Commit: 37aec4d077ea66f79d08052b52406a95dd37703f
      https://github.com/zopefoundation/BTrees/commit/37aec4d077ea66f79d08052b52406a95dd37703f
  Author: Forest Gregg <fgregg at uchicago.edu>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    A appveyor.yml

  Log Message:
  -----------
  initial appveyor script


  Commit: c87ea10a00a208c2858920296362cc5f7ec718ae
      https://github.com/zopefoundation/BTrees/commit/c87ea10a00a208c2858920296362cc5f7ec718ae
  Author: Forest Gregg <fgregg at uchicago.edu>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  bdists and SDK commands in appveyor


  Commit: 6ddf749758572c4a237a771f1c9656f71f595922
      https://github.com/zopefoundation/BTrees/commit/6ddf749758572c4a237a771f1c9656f71f595922
  Author: Forest Gregg <fgregg at uchicago.edu>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  we do need varsall line and DISTUTILS does not help


  Commit: fd664d2732bea687a9e44f29d0eb3cefa268433f
      https://github.com/zopefoundation/BTrees/commit/fd664d2732bea687a9e44f29d0eb3cefa268433f
  Author: Forest Gregg <fgregg at uchicago.edu>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  & is not supported by powershell


  Commit: afa8c4eb015dfbaad2996c14608d6817c24a2317
      https://github.com/zopefoundation/BTrees/commit/afa8c4eb015dfbaad2996c14608d6817c24a2317
  Author: Forest Gregg <fgregg at uchicago.edu>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  encrypted variable


  Commit: 1879a2afe71a81850220072420fbcc62ed2cb4ac
      https://github.com/zopefoundation/BTrees/commit/1879a2afe71a81850220072420fbcc62ed2cb4ac
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M BTrees/BTreeModuleTemplate.c
    M BTrees/intvaluemacros.h

  Log Message:
  -----------
  Remove use of bare 'PyLong_AsLongLong()'.

Replace with 'PyLong_AsLongLongOverflow'.

Toward a fix for #32.


  Commit: 9aad620ec0a0ba7acbb365a4d043a3d06c59414f
      https://github.com/zopefoundation/BTrees/commit/9aad620ec0a0ba7acbb365a4d043a3d06c59414f
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M BTrees/BTreeModuleTemplate.c
    M BTrees/intvaluemacros.h
    M CHANGES.rst
    A appveyor.yml

  Log Message:
  -----------
  Merge pull request #36 from zopefoundation/fix-appveyor-build

(Try to) fix appveyor build


Compare: https://github.com/zopefoundation/BTrees/compare/96e88e119e74...9aad620ec0a0


More information about the checkins mailing list