[Checkins] [zopefoundation/zope.server] 9974c0: partial XXX cleanup:

GitHub noreply at github.com
Thu Feb 28 02:31:56 UTC 2013


  Branch: refs/heads/monolithic-zope3-3.2
  Home:   https://github.com/zopefoundation/zope.server
  Commit: 9974c0c2c72c8929807a65d42729f1c44e37830f
      https://github.com/zopefoundation/zope.server/commit/9974c0c2c72c8929807a65d42729f1c44e37830f
  Author: Benji York <benji at benjiyork.com>
  Date:   2005-12-16 (Fri, 16 Dec 2005)

  Changed paths:
    A ftp/tests/test_ftpserver.py

  Log Message:
  -----------
  partial XXX cleanup:
 - some were really TODOs
 - some no longer applied
 - some I had to actually fix (test_ftpserver.py mostly)
 - some were just comments or questions

also bonus whitespace fixes


  Commit: 334c8330637a92c966c7ae1ca7cd6d74fbe89228
      https://github.com/zopefoundation/zope.server/commit/334c8330637a92c966c7ae1ca7cd6d74fbe89228
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-12-20 (Tue, 20 Dec 2005)

  Changed paths:
    A dualmodechannel.py
    A tests/test_serverbase.py

  Log Message:
  -----------
  Changed channels to accept non-string iterables.


  Commit: 60a331d86f21322f40cc32a74a03f1116d34a422
      https://github.com/zopefoundation/zope.server/commit/60a331d86f21322f40cc32a74a03f1116d34a422
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-12-20 (Tue, 20 Dec 2005)

  Changed paths:
    A http/tests/test_wsgiserver.py
    A http/wsgihttpserver.py

  Log Message:
  -----------
  Make sure that the wsgi server actually passes the iterable from the
application to the server.


  Commit: d16eb31dbb22cbebfd655f45072f9c21dfa9024c
      https://github.com/zopefoundation/zope.server/commit/d16eb31dbb22cbebfd655f45072f9c21dfa9024c
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-12-31 (Sat, 31 Dec 2005)

  Changed paths:
    M dualmodechannel.py
    A ftp/server.py
    A http/httptask.py
    M tests/test_serverbase.py

  Log Message:
  -----------
  I previously changed the channel write method to accept iterables.
Nowe changed the write method to return the number of bytes written,
as the HTTP server needs this for logging.


Compare: https://github.com/zopefoundation/zope.server/compare/9974c0c2c72c^...d16eb31dbb22


More information about the checkins mailing list