[Checkins] [zopefoundation/Acquisition] f89acd: get rid of tabs (replaced by 8 spaces as they seem...

GitHub noreply at github.com
Mon Feb 25 15:11:13 UTC 2013


  Branch: refs/heads/zope2-philikon-aq-and-__parent__
  Home:   https://github.com/zopefoundation/Acquisition
  Commit: f89acd0fe5bc565798c47b352e46aa28e8edca84
      https://github.com/zopefoundation/Acquisition/commit/f89acd0fe5bc565798c47b352e46aa28e8edca84
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    A _Acquisition.c

  Log Message:
  -----------
  get rid of tabs (replaced by 8 spaces as they seemed have been displayed
in the original editing)


  Commit: dd175e548a05e64b77f4fa16eac0ebcd3f48856c
      https://github.com/zopefoundation/Acquisition/commit/dd175e548a05e64b77f4fa16eac0ebcd3f48856c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c

  Log Message:
  -----------
  Warming up: Make acquisition wrappers have __parent__ in addition to aq_parent
(they point to the same thing).


  Commit: f9a846a8cb19b70f6458258b20e6315c7fcb1325
      https://github.com/zopefoundation/Acquisition/commit/f9a846a8cb19b70f6458258b20e6315c7fcb1325
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c
    A tests.py

  Log Message:
  -----------
  Step 2: Make aq_acquire aware of __parent__ pointers, even if the object
isn't acquisition wrapped.


  Commit: e9c24932d626a9f541180b03a229667bef6af119
      https://github.com/zopefoundation/Acquisition/commit/e9c24932d626a9f541180b03a229667bef6af119
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c
    M tests.py

  Log Message:
  -----------
  Allow assignment to a wrapper's __parent__.


  Commit: 8f2eae284f8f2e83dced2a16568f1879366b355e
      https://github.com/zopefoundation/Acquisition/commit/8f2eae284f8f2e83dced2a16568f1879366b355e
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M tests.py

  Log Message:
  -----------
  Add another test that tests acquisition wrappers with containers that have __parent__.


  Commit: 8deb579d8240fb04c678ce8c0575f8147b573636
      https://github.com/zopefoundation/Acquisition/commit/8deb579d8240fb04c678ce8c0575f8147b573636
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c
    M tests.py

  Log Message:
  -----------
  Step 3: Make aq_parent aware of __parent__ pointers.


  Commit: 60516263470778df4be4e472ce23f82f251ec2a4
      https://github.com/zopefoundation/Acquisition/commit/60516263470778df4be4e472ce23f82f251ec2a4
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c

  Log Message:
  -----------
  Cosmetics: adjust a piece of code that I added earlier to the indentation
style of the overall file


  Commit: 398463fadf49b015af37452b36fb7d2897c20d90
      https://github.com/zopefoundation/Acquisition/commit/398463fadf49b015af37452b36fb7d2897c20d90
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c

  Log Message:
  -----------
  Cleanup:
* no need to introduce another variable where we check for a __parent__ attribute
* clean up after failed getattr (it throws an AttributeError)
* properly DECREF the __parent__ attribute when it's no longer needed and
  the wrapper that is temporarily created from the __parent__ attribute.


  Commit: aedd241c87f6775ef36d06d0af09a6b5277efcea
      https://github.com/zopefoundation/Acquisition/commit/aedd241c87f6775ef36d06d0af09a6b5277efcea
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c
    M tests.py

  Log Message:
  -----------
  Step 4: Make aq_get aware of __parent__ pointers.
(Also some comment cosmetics in _Acquisition.c)


  Commit: 69758b07e5ae796995c4893087b42ea7534a2263
      https://github.com/zopefoundation/Acquisition/commit/69758b07e5ae796995c4893087b42ea7534a2263
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M tests.py

  Log Message:
  -----------
  Test aq_parent property as well (in addition to aq_parent function)


  Commit: 12c55848bd129dbfe4ac417628756fb40959d7e9
      https://github.com/zopefoundation/Acquisition/commit/12c55848bd129dbfe4ac417628756fb40959d7e9
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-11-20 (Mon, 20 Nov 2006)

  Changed paths:
    M _Acquisition.c
    M tests.py

  Log Message:
  -----------
  Step 5: Make aq_chain aware of __parent__ pointers.


  Commit: e2164f2bbdc102d6d44fed1411b965cf08fb49bb
      https://github.com/zopefoundation/Acquisition/commit/e2164f2bbdc102d6d44fed1411b965cf08fb49bb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2007-05-06 (Sun, 06 May 2007)

  Changed paths:
    M tests.py

  Log Message:
  -----------
  Added a test to Acquisition that shows the current segmentation fault problem, when Acquisition goes in circles.


  Commit: 3daf326dfb1017d4bfd703be72c53fbf96f8bc1e
      https://github.com/zopefoundation/Acquisition/commit/3daf326dfb1017d4bfd703be72c53fbf96f8bc1e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2007-06-01 (Fri, 01 Jun 2007)

  Changed paths:
    M _Acquisition.c
    M tests.py

  Log Message:
  -----------
  First attempt to fix 'Acquisition problem' when encountering cyclic hierarchies via __parent__ pointers. [hannosch, nouri]


Compare: https://github.com/zopefoundation/Acquisition/compare/f89acd0fe5bc^...3daf326dfb10


More information about the checkins mailing list