[Checkins] [zopefoundation/ExtensionClass] ab011f: Add unittest for ComputedAttribute on class level.

GitHub noreply at github.com
Thu Feb 2 12:25:35 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ExtensionClass
  Commit: ab011fd9348ff419a6d583706eadd9acc17e79a9
      https://github.com/zopefoundation/ExtensionClass/commit/ab011fd9348ff419a6d583706eadd9acc17e79a9
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/ComputedAttribute/tests.py

  Log Message:
  -----------
  Add unittest for ComputedAttribute on class level.


  Commit: 655776b08939061a3e044c65203d670c82f2cee9
      https://github.com/zopefoundation/ExtensionClass/commit/655776b08939061a3e044c65203d670c82f2cee9
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/ExtensionClass/_ExtensionClass.c

  Log Message:
  -----------
  WIP: Add unmodified copy of _PyObject_GenericGetAttrWithDict from python2.7


  Commit: db6a6e019c8fddf70709703c0a1f1e7015294db3
      https://github.com/zopefoundation/ExtensionClass/commit/db6a6e019c8fddf70709703c0a1f1e7015294db3
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/ExtensionClass/_ExtensionClass.c

  Log Message:
  -----------
  WIP: Get rid of dead code.


  Commit: 6617fe128c1591928013af0e7bdc9bba64403849
      https://github.com/zopefoundation/ExtensionClass/commit/6617fe128c1591928013af0e7bdc9bba64403849
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/ExtensionClass/_ExtensionClass.c

  Log Message:
  -----------
  WIP: Do not inline _PyObject_GetDictPtr.

Use as much API from python as possible (even if its declared private).
Its better than copy&paste, which breaks if the internal implementation
of python changes.


  Commit: 95053001b7c801233a1ae508ac2929e61da4a724
      https://github.com/zopefoundation/ExtensionClass/commit/95053001b7c801233a1ae508ac2929e61da4a724
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/ExtensionClass/_ExtensionClass.c
    M src/ExtensionClass/_compat.h

  Log Message:
  -----------
  WIP: Make it working under python3 and python2.


  Commit: 54320cd7c5463b103d81cb521eb45c20f11ffc9f
      https://github.com/zopefoundation/ExtensionClass/commit/54320cd7c5463b103d81cb521eb45c20f11ffc9f
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M src/ExtensionClass/_ExtensionClass.c

  Log Message:
  -----------
  Bring back our extension to call of_get of an attribute inside the instance dict.


  Commit: cd664a9bb23290334f0513b34546ace796d65b17
      https://github.com/zopefoundation/ExtensionClass/commit/cd664a9bb23290334f0513b34546ace796d65b17
  Author: stephan-hof <sh at axiros.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M src/ExtensionClass/__init__.py

  Log Message:
  -----------
  Fix the python version of Base_getattro.


  Commit: fcb0dfbd66bfeaaf3e68efb04819ac12b54129a4
      https://github.com/zopefoundation/ExtensionClass/commit/fcb0dfbd66bfeaaf3e68efb04819ac12b54129a4
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
    M src/ComputedAttribute/tests.py
    M src/ExtensionClass/_ExtensionClass.c
    M src/ExtensionClass/__init__.py
    M src/ExtensionClass/_compat.h

  Log Message:
  -----------
  Merge pull request #11 from zopefoundation/fix-base-getattro

Fix base getattro


Compare: https://github.com/zopefoundation/ExtensionClass/compare/cc88217205d5...fcb0dfbd66bf


More information about the checkins mailing list