[Checkins] [zopefoundation/Products.PythonScripts] 9b27df: - Backport a postonly decorator from Zope trunk's ...

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


  Branch: refs/heads/zope2-2.9
  Home:   https://github.com/zopefoundation/Products.PythonScripts
  Commit: 9b27df2b495975be0fc58075ca25a33ed1245c1d
      https://github.com/zopefoundation/Products.PythonScripts/commit/9b27df2b495975be0fc58075ca25a33ed1245c1d
  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: 4a500856612da93f8090f27332991876b2fbb357
      https://github.com/zopefoundation/Products.PythonScripts/commit/4a500856612da93f8090f27332991876b2fbb357
  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: 3399a988b8c0ed7621d1c57b14473794a4cb468a
      https://github.com/zopefoundation/Products.PythonScripts/commit/3399a988b8c0ed7621d1c57b14473794a4cb468a
  Author: Andreas Jung <yet at gmx.de>
  Date:   2008-08-13 (Wed, 13 Aug 2008)

  Changed paths:
    M __init__.py
    A patches.py

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


  Commit: 37af9dad49a6d5efc36fe6cd3b0dfef38bff5a9a
      https://github.com/zopefoundation/Products.PythonScripts/commit/37af9dad49a6d5efc36fe6cd3b0dfef38bff5a9a
  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-12


  Commit: b715983fc5ac4244c89d28ae73e1982de998f339
      https://github.com/zopefoundation/Products.PythonScripts/commit/b715983fc5ac4244c89d28ae73e1982de998f339
  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/9b27df2b4959^...b715983fc5ac


More information about the checkins mailing list