[Checkins] [zopefoundation/Products.ExternalMethod] e40015: Branch for removing imports from the Globals modul...

GitHub noreply at github.com
Mon Feb 25 22:51:55 UTC 2013


  Branch: refs/heads/zope2-tseaver-no_globals_imports
  Home:   https://github.com/zopefoundation/Products.ExternalMethod
  Commit: e40015868b2e05d1cf06c544a7ed10c36b81f6ba
      https://github.com/zopefoundation/Products.ExternalMethod/commit/e40015868b2e05d1cf06c544a7ed10c36b81f6ba
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-12-26 (Fri, 26 Dec 2008)

  Changed paths:
    A ExternalMethod.py

  Log Message:
  -----------
  Branch for removing imports from the Globals module.


  Commit: 527cfee6ea039f4b98cf13fe97b2eae1011b75ac
      https://github.com/zopefoundation/Products.ExternalMethod/commit/527cfee6ea039f4b98cf13fe97b2eae1011b75ac
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-12-26 (Fri, 26 Dec 2008)

  Changed paths:
    M ExternalMethod.py

  Log Message:
  -----------
  Further import / PEP8 cleanups:

o All 'from Globals import...' lines now removed in favor of imports
  from the original location.

o All valid 'import Globals' now bear comments documenting their purpose
  (to read or set shared data).

o All unit tests are passing.  Some functional tests now fail (in addition
  to those failing on the trunk), due to dependencies on import-time
  side effects, now cleared up.  These need to be visited, of course.


  Commit: 9264e582563d65a52cbdce24c998bee9f5c2c996
      https://github.com/zopefoundation/Products.ExternalMethod/commit/9264e582563d65a52cbdce24c998bee9f5c2c996
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-12-29 (Mon, 29 Dec 2008)

  Changed paths:
    M ExternalMethod.py

  Log Message:
  -----------
  Use 'InitializeClass' alias for 'default__class_init__'.


Compare: https://github.com/zopefoundation/Products.ExternalMethod/compare/e40015868b2e^...9264e582563d


More information about the checkins mailing list