[Checkins] [zopefoundation/zdaemon] 804da7: Stab at working around PEP 446 in Python 3.4.

GitHub noreply at github.com
Sat Mar 22 22:42:59 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zdaemon
  Commit: 804da73692c15457bd381b66f49e6b0903893db5
      https://github.com/zopefoundation/zdaemon/commit/804da73692c15457bd381b66f49e6b0903893db5
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M src/zdaemon/zdrun.py

  Log Message:
  -----------
  Stab at working around PEP 446 in Python 3.4.

Still doesn't make the failing test pass. :(


  Commit: ff5287c6adc3a93ee60c9d459ff8c012c8d9eab8
      https://github.com/zopefoundation/zdaemon/commit/ff5287c6adc3a93ee60c9d459ff8c012c8d9eab8
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M src/zdaemon/tests/parent.py

  Log Message:
  -----------
  Fix the remaining failing test on Python 3.4

zdrun.py gets unhappy if it is spawned with no open file descriptors: it
creates a master socket as fd 1 and then proptly os.dup2's it out of
existence with the transcript pipe.


  Commit: 56b1caeb311e42cb7088ed8ace522b12160bafad
      https://github.com/zopefoundation/zdaemon/commit/56b1caeb311e42cb7088ed8ace522b12160bafad
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Remove the weird ../ZConfig develop from buildout.cfg


  Commit: d8cafd4e655a38941b1d54b16d9409e64cfa65c4
      https://github.com/zopefoundation/zdaemon/commit/d8cafd4e655a38941b1d54b16d9409e64cfa65c4
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M buildout.cfg
    M src/zdaemon/tests/parent.py
    M src/zdaemon/zdrun.py

  Log Message:
  -----------
  Merge branch 'python3.4-pep446'


  Commit: 2fb6eed98a400206ad00258f4b9e1d81fa212cd9
      https://github.com/zopefoundation/zdaemon/commit/2fb6eed98a400206ad00258f4b9e1d81fa212cd9
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Note explicit support for Python 3.4.


Compare: https://github.com/zopefoundation/zdaemon/compare/d4e009a7a57b...2fb6eed98a40


More information about the checkins mailing list