[Checkins] [zopefoundation/Products.PythonScripts] c6b7c2: Merged r72753:72754 from 2.9 branch.

GitHub noreply at github.com
Tue Feb 26 01:36:32 UTC 2013


  Branch: refs/heads/zope2-2.10
  Home:   https://github.com/zopefoundation/Products.PythonScripts
  Commit: c6b7c27a569612e972b31579c744bdb27bb5a8e8
      https://github.com/zopefoundation/Products.PythonScripts/commit/c6b7c27a569612e972b31579c744bdb27bb5a8e8
  Author: Stefan H. Holek <stefan at epy.co.at>
  Date:   2007-02-22 (Thu, 22 Feb 2007)

  Changed paths:
    M PythonScript.py
    R Utility.py
    R __init__.py
    R help/PythonScript.py
    R help/Script.py
    R standard.py
    M tests/testPythonScript.py

  Log Message:
  -----------
  Merged r72753:72754 from 2.9 branch.

Raise SyntaxError when encountering invalid PythonScript headers.


  Commit: 14d4756aa107a151d0b2f2736aab45c0f59f3808
      https://github.com/zopefoundation/Products.PythonScripts/commit/14d4756aa107a151d0b2f2736aab45c0f59f3808
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2007-03-20 (Tue, 20 Mar 2007)

  Changed paths:
    M PythonScript.py

  Log Message:
  -----------
  - Backport a postonly decorator from Zope trunk's requestmethod decorator factory.
- Protect various security-setting-mutators with this decorator.


  Commit: 7e14845aa597b07dcb4e3b94551e995757b2ec5b
      https://github.com/zopefoundation/Products.PythonScripts/commit/7e14845aa597b07dcb4e3b94551e995757b2ec5b
  Author: Andreas Jung <yet at gmx.de>
  Date:   2007-06-23 (Sat, 23 Jun 2007)

  Changed paths:
    M tests/testPythonScript.py

  Log Message:
  -----------
        - Collector #2295: Comments in PythonScripts could lead to syntax
  errors


  Commit: 254ca0c9fb51708bec1f371fd93397d8ef4d656d
      https://github.com/zopefoundation/Products.PythonScripts/commit/254ca0c9fb51708bec1f371fd93397d8ef4d656d
  Author: Andreas Jung <yet at gmx.de>
  Date:   2008-08-13 (Wed, 13 Aug 2008)

  Changed paths:
    A __init__.py
    A patches.py

  Log Message:
  -----------
  - integrated Hotfix-2008-08-12


  Commit: 548d3d61aced1800d1e00bcc4f23557eeda936ae
      https://github.com/zopefoundation/Products.PythonScripts/commit/548d3d61aced1800d1e00bcc4f23557eeda936ae
  Author: Andreas Jung <yet at gmx.de>
  Date:   2008-08-14 (Thu, 14 Aug 2008)

  Changed paths:
    M PythonScript.py
    M tests/testPythonScript.py

  Log Message:
  -----------
  fixed integration of Hotfix-2008-08-08


  Commit: 4b5d4546eb6be07831a5a438db655d7174b7a6ef
      https://github.com/zopefoundation/Products.PythonScripts/commit/4b5d4546eb6be07831a5a438db655d7174b7a6ef
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-10-10 (Fri, 10 Oct 2008)

  Changed paths:
    M tests/testPythonScript.py

  Log Message:
  -----------
  LP #281156:  'AccessControl.SecurityInfo.secureModule' dropped ModuleSecurity
for failed imports, obscuring later attempts to import the same broken module.

'AccessControl.ZopeGuards.guarded_import' mapped some Unauthorized exceptions
onto ImportErrors:  don't do that!  Also, removed mutable defaults from
argument list, improved tests.


Compare: https://github.com/zopefoundation/Products.PythonScripts/compare/c6b7c27a5696^...4b5d4546eb6b


More information about the checkins mailing list