[Checkins] [zopefoundation/Zope] 992f73: flake8

GitHub noreply at github.com
Sat Aug 6 18:46:25 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 992f73e2e34ecd3196e59756289321edd110ffd5
      https://github.com/zopefoundation/Zope/commit/992f73e2e34ecd3196e59756289321edd110ffd5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M src/OFS/Image.py
    M src/OFS/ObjectManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/dtml/documentEdit.dtml
    M src/OFS/dtml/fileEdit.dtml
    M src/OFS/dtml/imageEdit.dtml
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFolder.py
    M src/OFS/tests/testOrderedFolder.py
    M src/OFS/tests/testProperties.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/test_DTMLDocument.py
    M src/OFS/tests/test_DTMLMethod.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/www/ptEdit.zpt
    M src/Products/SiteAccess/www/manage_edit.dtml
    M src/Testing/ZopeTestCase/testFunctional.py
    M src/ZPublisher/BaseRequest.py
    M src/webdav/tests/testPUT_factory.py

  Log Message:
  -----------
  flake8


  Commit: 35fe223b7d51e59f671c92ce96dcdca4973d7dfb
      https://github.com/zopefoundation/Zope/commit/35fe223b7d51e59f671c92ce96dcdca4973d7dfb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M src/OFS/Application.py
    M src/OFS/Folder.py
    M src/OFS/ObjectManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/interfaces.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testProperties.py
    M src/ZPublisher/BaseRequest.py
    A src/webdav/PropertySheet.py
    A src/webdav/PropertySheets.py
    A src/webdav/tests/testProperties.py

  Log Message:
  -----------
  Make OFS independent of webdav resource classes.


  Commit: 32e8dea37313628cd1a46c95c633746479f1f227
      https://github.com/zopefoundation/Zope/commit/32e8dea37313628cd1a46c95c633746479f1f227
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M src/OFS/Image.py
    M src/OFS/ObjectManager.py
    M src/OFS/interfaces.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFolder.py
    M src/OFS/tests/testOrderedFolder.py
    M src/OFS/tests/test_DTMLDocument.py
    M src/OFS/tests/test_DTMLMethod.py
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/webdav/NullResource.py
    M src/webdav/PropertySheets.py
    M src/webdav/Resource.py
    M src/webdav/davcmds.py
    M src/webdav/interfaces.py
    M src/webdav/tests/testLockable.py
    M src/webdav/tests/testNullResource.py
    M src/webdav/tests/testResource.py
    M src/webdav/tests/test_davcmds.py

  Log Message:
  -----------
  Move IWriteLock from webdav into OFS.

The locking concept is generally useful and used outside of
the webdav context.


  Commit: d1536a577d15f7a35fc459283797223d00343aa1
      https://github.com/zopefoundation/Zope/commit/d1536a577d15f7a35fc459283797223d00343aa1
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M CHANGES.rst
    M requirements.txt
    A src/OFS/EtagSupport.py
    M src/OFS/Folder.py
    A src/OFS/LockItem.py
    A src/OFS/Lockable.py
    M src/OFS/ObjectManager.py
    M src/OFS/SimpleItem.py
    M src/OFS/interfaces.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    A src/OFS/tests/testEtagSupport.py
    A src/OFS/tests/testLockItem.py
    A src/OFS/tests/testLockable.py
    M src/Testing/ZopeTestCase/testFunctional.py
    M src/Testing/ZopeTestCase/testZODBCompat.py
    M src/webdav/Collection.py
    M src/webdav/EtagSupport.py
    M src/webdav/LockItem.py
    M src/webdav/Lockable.py
    M src/webdav/Resource.py
    M src/webdav/client.py
    M src/webdav/common.py
    M src/webdav/davcmds.py
    M src/webdav/interfaces.py
    M src/webdav/litmus-results.txt
    A src/webdav/tests/testCopySupportEvents.py
    A src/webdav/tests/testCopySupportHooks.py
    R src/webdav/tests/testEtagSupport.py
    R src/webdav/tests/testLockItem.py
    R src/webdav/tests/testLockable.py
    M versions-prod.cfg

  Log Message:
  -----------
  Move webdav's EtagSupport, Lockable and LockItem into OFS.


Compare: https://github.com/zopefoundation/Zope/compare/bcaeb4aef102...d1536a577d15


More information about the checkins mailing list