[Checkins] [zopefoundation/zExceptions] 5f5cfe: - Merged cAccessControl-review-branch.

GitHub noreply at github.com
Tue Feb 26 14:53:27 UTC 2013


  Branch: refs/heads/zope2
  Home:   https://github.com/zopefoundation/zExceptions
  Commit: 5f5cfe47249e2447a8c92a2a5a290f408afcf6f7
      https://github.com/zopefoundation/zExceptions/commit/5f5cfe47249e2447a8c92a2a5a290f408afcf6f7
  Author: Shane Hathaway <shane at hathawaymix.org>
  Date:   2001-10-19 (Fri, 19 Oct 2001)

  Changed paths:
    A __init__.py
    A unauthorized.py

  Log Message:
  -----------
  - Merged cAccessControl-review-branch.

- Made some corrections to the DTML tests, which aren't currently working
in testrunner but work when run directly. ??


  Commit: 43511257d9d190a90ee989a1cf87b7cab5672347
      https://github.com/zopefoundation/zExceptions/commit/43511257d9d190a90ee989a1cf87b7cab5672347
  Author: Evan Simpson <evan at 4-am.com>
  Date:   2001-11-13 (Tue, 13 Nov 2001)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  Allow for non-string 'message' argument, as in a failed attempt to access
an element of a sequence.


  Commit: ffb612e975a93cc6c3d27dfbdb880e4637394c5d
      https://github.com/zopefoundation/zExceptions/commit/ffb612e975a93cc6c3d27dfbdb880e4637394c5d
  Author: matt at zope.com <matt at svn.zope.org>
  Date:   2001-11-28 (Wed, 28 Nov 2001)

  Changed paths:
    M __init__.py
    M unauthorized.py

  Log Message:
  -----------
  License file update


  Commit: 267896a32d53fad007b5332f19cb4c9ad334a97a
      https://github.com/zopefoundation/zExceptions/commit/267896a32d53fad007b5332f19cb4c9ad334a97a
  Author: Shane Hathaway <shane at hathawaymix.org>
  Date:   2002-04-03 (Wed, 03 Apr 2002)

  Changed paths:
    A ExceptionFormatter.py
    A ITracebackSupplement.py
    A tests/__init__.py
    A tests/testExceptionFormatter.py

  Log Message:
  -----------
  Merged shane-better-tracebacks-branch.  The changes are explained in http://dev.zope.org/Wikis/DevSite/Proposals/BetterTracebacks


  Commit: 1bc8e31faa86d8935a07f5629539b6abe506dbf1
      https://github.com/zopefoundation/zExceptions/commit/1bc8e31faa86d8935a07f5629539b6abe506dbf1
  Author: Toby Dickenson <htrd at svn.zope.org>
  Date:   2002-04-08 (Mon, 08 Apr 2002)

  Changed paths:
    M ExceptionFormatter.py

  Log Message:
  -----------
  fix string formatting for the case where __traceback_info__ is a tuple


  Commit: 1b05cb2678e94a627b64103c8ef78061cb0ec4cd
      https://github.com/zopefoundation/zExceptions/commit/1b05cb2678e94a627b64103c8ef78061cb0ec4cd
  Author: Shane Hathaway <shane at hathawaymix.org>
  Date:   2002-06-10 (Mon, 10 Jun 2002)

  Changed paths:
    M tests/testExceptionFormatter.py

  Log Message:
  -----------
  Don't accidentally "import Zope".


  Commit: 137637f73dc723b8acf7717c6d54c8bb77eb853c
      https://github.com/zopefoundation/zExceptions/commit/137637f73dc723b8acf7717c6d54c8bb77eb853c
  Author: Martijn Pieters <mj at zopatista.co>
  Date:   2002-08-14 (Wed, 14 Aug 2002)

  Changed paths:
    M ExceptionFormatter.py
    M ITracebackSupplement.py
    M __init__.py
    M tests/testExceptionFormatter.py
    M unauthorized.py

  Log Message:
  -----------
  Clean up indentation and trailing whitespace.


  Commit: 3361903fe90b3289370f335c7e702db88a05530d
      https://github.com/zopefoundation/zExceptions/commit/3361903fe90b3289370f335c7e702db88a05530d
  Author: Shane Hathaway <shane at hathawaymix.org>
  Date:   2002-08-21 (Wed, 21 Aug 2002)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  __str__() must never return None.


  Commit: 2d672aefc0dab2d958c096c8e4c480a067c071cb
      https://github.com/zopefoundation/zExceptions/commit/2d672aefc0dab2d958c096c8e4c480a067c071cb
  Author: Jeremy Hylton <jeremy at svn.zope.org>
  Date:   2002-09-24 (Tue, 24 Sep 2002)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  getValueName() does not take an argument.

Caught by pychecker.


  Commit: 7203daec0268fcf8fe45ef0db6091dd958b82433
      https://github.com/zopefoundation/zExceptions/commit/7203daec0268fcf8fe45ef0db6091dd958b82433
  Author: Andreas Jung <yet at gmx.de>
  Date:   2003-02-24 (Mon, 24 Feb 2003)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  quoting the unauthorized component makes the exception
a bit more readable


  Commit: 5683dd09f827774b18d9533994e2c625b6c08cce
      https://github.com/zopefoundation/zExceptions/commit/5683dd09f827774b18d9533994e2c625b6c08cce
  Author: Evan Simpson <evan at 4-am.com>
  Date:   2003-07-08 (Tue, 08 Jul 2003)

  Changed paths:
    A TracebackSupplement.py

  Log Message:
  -----------
  Provide traceback supplements for DTML Methods and Documents.


  Commit: 2c388792d42aeb68f9e77b3ff063ea0546cbe837
      https://github.com/zopefoundation/zExceptions/commit/2c388792d42aeb68f9e77b3ff063ea0546cbe837
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2003-11-18 (Tue, 18 Nov 2003)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
   - Merge tseaver-strexp_delenda-branch to the head.


  Commit: 9b8d4919f93d9fcccb171745a606ae7f201480e7
      https://github.com/zopefoundation/zExceptions/commit/9b8d4919f93d9fcccb171745a606ae7f201480e7
  Author: Andreas Jung <yet at gmx.de>
  Date:   2004-03-23 (Tue, 23 Mar 2004)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  typo


  Commit: 949a3efadf5ab23d3ef08bbfe40f46b15d69348b
      https://github.com/zopefoundation/zExceptions/commit/949a3efadf5ab23d3ef08bbfe40f46b15d69348b
  Author: root <root at svn.zope.org>
  Date:   2004-05-11 (Tue, 11 May 2004)

  Log Message:
  -----------
  Set mime-type or svn-eol property from cvs expansion data


  Commit: 69b9c42ccf0c1f40b4050c22ed9f241baed4fe5d
      https://github.com/zopefoundation/zExceptions/commit/69b9c42ccf0c1f40b4050c22ed9f241baed4fe5d
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-05-16 (Sun, 16 May 2004)

  Changed paths:
    M ExceptionFormatter.py
    M ITracebackSupplement.py
    M __init__.py
    M tests/testExceptionFormatter.py
    M unauthorized.py

  Log Message:
  -----------
  Tell subversion to expand the Id keyword:
  - replaced old CVS expansion with a clean $Id$
  - set the svn:keywords property to "Id"

When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".

ZODB, ZEO, Persistence and similar packages were not modified since they
are really maintained elsewhere. Right now, we use a copy of them in our
Zope/Zope3 trees. We should go back to the module sharing (using
svn:externals).


  Commit: d965bcceac8ed18d527f1566c97d88625c05139a
      https://github.com/zopefoundation/zExceptions/commit/d965bcceac8ed18d527f1566c97d88625c05139a
  Author: Andreas Jung <yet at gmx.de>
  Date:   2005-11-18 (Fri, 18 Nov 2005)

  Changed paths:
    M ExceptionFormatter.py
    M ITracebackSupplement.py
    M __init__.py
    M tests/testExceptionFormatter.py
    M unauthorized.py

  Log Message:
  -----------
  updated to ZPL 2.1 to be in sync with Zope 3


  Commit: f5a7ccffd5157d5d5490eb6fefe67be681ad25cb
      https://github.com/zopefoundation/zExceptions/commit/f5a7ccffd5157d5d5490eb6fefe67be681ad25cb
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2007-07-05 (Thu, 05 Jul 2007)

  Changed paths:
    M __init__.py
    M unauthorized.py

  Log Message:
  -----------
  Integrate Zope 3-based exception views. Patch by Sidnei, integration
work done for Infrae.


  Commit: 9e836fdcbe585f38e103cde0a89a9b332b2e00c5
      https://github.com/zopefoundation/zExceptions/commit/9e836fdcbe585f38e103cde0a89a9b332b2e00c5
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2008-10-25 (Sat, 25 Oct 2008)

  Changed paths:
    M __init__.py

  Log Message:
  -----------
   - Merge remaining changes from gsoc-python-2.5 branch. We now 'work' on Python 2.6


  Commit: 77931593a3c0802d3a4981fc30b7cc4decd6fe30
      https://github.com/zopefoundation/zExceptions/commit/77931593a3c0802d3a4981fc30b7cc4decd6fe30
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-01-17 (Sat, 17 Jan 2009)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  Python has deprecated the message attribute of exceptions in 2.6. We will keep it for this exception and avoid the warning, as message has a special meaning here.


  Commit: 2e20fb0ba7b17220b87dc64071f2b6fdd5124867
      https://github.com/zopefoundation/zExceptions/commit/2e20fb0ba7b17220b87dc64071f2b6fdd5124867
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2009-01-17 (Sat, 17 Jan 2009)

  Changed paths:
    M unauthorized.py

  Log Message:
  -----------
  Undo c94803 - there are side-effects I don't fully understand yet


Compare: https://github.com/zopefoundation/zExceptions/compare/5f5cfe47249e^...2e20fb0ba7b1


More information about the checkins mailing list