[Checkins] [zopefoundation/zope.exceptions] 70384f: obey limit by cutting the middle of the results, n...

GitHub noreply at github.com
Thu Aug 13 20:27:00 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.exceptions
  Commit: 70384f91200ae3c766b82efa4a160e00a1db0df0
      https://github.com/zopefoundation/zope.exceptions/commit/70384f91200ae3c766b82efa4a160e00a1db0df0
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-12 (Wed, 12 Aug 2015)

  Changed paths:
    M src/zope/exceptions/exceptionformatter.py

  Log Message:
  -----------
  obey limit by cutting the middle of the results, not the precious end


  Commit: 11cbc2744c0fd4ee314629fbc1b02743f3cf6646
      https://github.com/zopefoundation/zope.exceptions/commit/11cbc2744c0fd4ee314629fbc1b02743f3cf6646
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-12 (Wed, 12 Aug 2015)

  Changed paths:
    M src/zope/exceptions/exceptionformatter.py

  Log Message:
  -----------
  check __exception_formatter__ also in extractStack


  Commit: 60a9f10880cd053f9164d5cdca783a0b8e3cdcd5
      https://github.com/zopefoundation/zope.exceptions/commit/60a9f10880cd053f9164d5cdca783a0b8e3cdcd5
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-12 (Wed, 12 Aug 2015)

  Changed paths:
    M src/zope/exceptions/tests/test_exceptionformatter.py

  Log Message:
  -----------
  fix tests according to lastest changes


  Commit: 08525fc255b1dc3520cfd34b60ba22900c4a59ec
      https://github.com/zopefoundation/zope.exceptions/commit/08525fc255b1dc3520cfd34b60ba22900c4a59ec
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-12 (Wed, 12 Aug 2015)

  Changed paths:
    M src/zope/exceptions/exceptionformatter.py

  Log Message:
  -----------
  fix py3k


  Commit: 47c194f9f618c60dc5ceff7fc4be8d807aa67311
      https://github.com/zopefoundation/zope.exceptions/commit/47c194f9f618c60dc5ceff7fc4be8d807aa67311
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  oops, forgot to update CHANGES about TextExceptionFormatter limit


  Commit: 921c6a6a0050cd6734dba6da3bfe20c37d745057
      https://github.com/zopefoundation/zope.exceptions/commit/921c6a6a0050cd6734dba6da3bfe20c37d745057
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M src/zope/exceptions/exceptionformatter.py

  Log Message:
  -----------
  use new style format() for the template


  Commit: 3f13c266cf60c800d2b4429f4e160d83caad04de
      https://github.com/zopefoundation/zope.exceptions/commit/3f13c266cf60c800d2b4429f4e160d83caad04de
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M CHANGES.rst
    M src/zope/exceptions/exceptionformatter.py
    M src/zope/exceptions/tests/test_exceptionformatter.py

  Log Message:
  -----------
  Merge pull request #2 from agroszer/master

fix issues around limiting, fix recursive extractStack


Compare: https://github.com/zopefoundation/zope.exceptions/compare/cd2644d9c1d5...3f13c266cf60


More information about the checkins mailing list