[Checkins] [zopefoundation/Products.PythonScripts] acf5c3: Collector #1621: Added BBB alias for 'whrandom' i...

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


  Branch: refs/heads/zope2-Zope-2_8-branch
  Home:   https://github.com/zopefoundation/Products.PythonScripts
  Commit: acf5c367ff36115c95dbe1e2ebd3dddc3c7bd0e1
      https://github.com/zopefoundation/Products.PythonScripts/commit/acf5c367ff36115c95dbe1e2ebd3dddc3c7bd0e1
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-11-22 (Tue, 22 Nov 2005)

  Changed paths:
    A help/PythonScript.py

  Log Message:
  -----------
  Collector #1621:  Added BBB alias for 'whrandom' in AccessControl/DTML.py and RestrictedPython/Utilities.py.

The alias will be removed in Zope 2.10.

Collector #1894:  updated docstrings, removing references to whrandom.


  Commit: e59776d43001501f9735d1c51b7a23043cfbc245
      https://github.com/zopefoundation/Products.PythonScripts/commit/e59776d43001501f9735d1c51b7a23043cfbc245
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-11-22 (Tue, 22 Nov 2005)

  Changed paths:
    A tests/testPythonScript.py

  Log Message:
  -----------
  Suppress expected DeprecationWarning output in test.


  Commit: 911136b482d88e6d0ee3ac6bff15196e43db6c50
      https://github.com/zopefoundation/Products.PythonScripts/commit/911136b482d88e6d0ee3ac6bff15196e43db6c50
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2005-11-22 (Tue, 22 Nov 2005)

  Changed paths:
    M tests/testPythonScript.py

  Log Message:
  -----------
  Ensure we don't forget to restore sys.stderr.


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

  Changed paths:
    A PythonScript.py

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


  Commit: 261678c6a0b0078e01c3ceff42ab09ee2cc87161
      https://github.com/zopefoundation/Products.PythonScripts/commit/261678c6a0b0078e01c3ceff42ab09ee2cc87161
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2007-03-21 (Wed, 21 Mar 2007)

  Changed paths:
    M PythonScript.py

  Log Message:
  -----------
  Fix two snafus:
- Python 2.3 doesn't support the @decorator syntax
- Owner.py methods weren't protected

Also, python 2.3's doctest module doesn't have any unittest integration,
just remove the test_requestmethod.py glue.


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

  Changed paths:
    A __init__.py

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


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

  Changed paths:
    A patches.py

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


  Commit: 759b837ab0e55489c4fc9c4a231eb049c984533f
      https://github.com/zopefoundation/Products.PythonScripts/commit/759b837ab0e55489c4fc9c4a231eb049c984533f
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-08-14 (Thu, 14 Aug 2008)

  Changed paths:
    M patches.py

  Log Message:
  -----------
  Monkey screwed pooch for Python 2.3 version of encodings.


  Commit: 4aa30782d047f1eaf95ea8cc3f5bcad404a499a3
      https://github.com/zopefoundation/Products.PythonScripts/commit/4aa30782d047f1eaf95ea8cc3f5bcad404a499a3
  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 Hotfix-2008-08-12 integration


  Commit: b84d37371ff2416caaef16009ff09ed11148b157
      https://github.com/zopefoundation/Products.PythonScripts/commit/b84d37371ff2416caaef16009ff09ed11148b157
  Author: Stefan H. Holek <stefan at epy.co.at>
  Date:   2008-08-29 (Fri, 29 Aug 2008)

  Changed paths:
    M patches.py

  Log Message:
  -----------
  Make the monkey-patch work with Python 2.3.


  Commit: c91e8e75790ff3e578d833aac1f14f8c3dd5ea6f
      https://github.com/zopefoundation/Products.PythonScripts/commit/c91e8e75790ff3e578d833aac1f14f8c3dd5ea6f
  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/acf5c367ff36^...c91e8e75790f


More information about the checkins mailing list