[Checkins] [zopefoundation/Missing] e30ece: update to latest bootstrap

GitHub noreply at github.com
Sun May 5 10:57:14 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Missing
  Commit: e30eced10b46fa059a93902e49cdce91948cc257
      https://github.com/zopefoundation/Missing/commit/e30eced10b46fa059a93902e49cdce91948cc257
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  update to latest bootstrap


  Commit: 7b7e1af7ad0c851fa12261d1f85a1d57850edbd0
      https://github.com/zopefoundation/Missing/commit/7b7e1af7ad0c851fa12261d1f85a1d57850edbd0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  test under Python 2.6


  Commit: 02b27da9299b060dc21139189ec6868a5ca7e086
      https://github.com/zopefoundation/Missing/commit/02b27da9299b060dc21139189ec6868a5ca7e086
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  pep8


  Commit: 80a370badef0d50eb4b322fb3462aefde680f5c3
      https://github.com/zopefoundation/Missing/commit/80a370badef0d50eb4b322fb3462aefde680f5c3
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    A CHANGES.rst
    R CHANGES.txt
    A README.rst
    R README.txt
    M setup.py

  Log Message:
  -----------
  use a .rst ending


  Commit: c4396c364d7fcbd4e71f13f37b31180b9f1be516
      https://github.com/zopefoundation/Missing/commit/c4396c364d7fcbd4e71f13f37b31180b9f1be516
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    A MANIFEST.in

  Log Message:
  -----------
  add a manifest


  Commit: fe2a5d18aa03dfdff04bb5833b3a85666bb1718a
      https://github.com/zopefoundation/Missing/commit/fe2a5d18aa03dfdff04bb5833b3a85666bb1718a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  add trove classifiers


  Commit: 69dbdd39e87b4c3dcc78c651763a8d61944587b4
      https://github.com/zopefoundation/Missing/commit/69dbdd39e87b4c3dcc78c651763a8d61944587b4
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  avoid building the C extension under PyPy / Py3k


  Commit: 91dd2af9576e6f59c54baf8a277091b411a7076f
      https://github.com/zopefoundation/Missing/commit/91dd2af9576e6f59c54baf8a277091b411a7076f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  next version will be 3.0


  Commit: 784bd9664abd958063a6912df10e10530830d7a0
      https://github.com/zopefoundation/Missing/commit/784bd9664abd958063a6912df10e10530830d7a0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  shorten interpreter name


  Commit: fe428dd6e561f60fbc406eb672c312cc2c56c467
      https://github.com/zopefoundation/Missing/commit/fe428dd6e561f60fbc406eb672c312cc2c56c467
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/__init__.py

  Log Message:
  -----------
  add conditional import for C extension


  Commit: fd0935fe5e11956569304fdb779658a0c1a94298
      https://github.com/zopefoundation/Missing/commit/fd0935fe5e11956569304fdb779658a0c1a94298
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/tests.py

  Log Message:
  -----------
  rewrite tests as unit tests


  Commit: 3ca767e953935ab54077c2446407a4999bd32f9a
      https://github.com/zopefoundation/Missing/commit/3ca767e953935ab54077c2446407a4999bd32f9a
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/_Missing.c

  Log Message:
  -----------
  whitespace


  Commit: fd9450977596c4a2b83450f540fabe19532f560c
      https://github.com/zopefoundation/Missing/commit/fd9450977596c4a2b83450f540fabe19532f560c
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/tests.py

  Log Message:
  -----------
  refactor tests to include testing of the Missing class


  Commit: 17bc69e89bbf4971249c06d093df181c56bb95d6
      https://github.com/zopefoundation/Missing/commit/17bc69e89bbf4971249c06d093df181c56bb95d6
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/tests.py

  Log Message:
  -----------
  expand tests to coverage


  Commit: c30c01bfe607f0c052f45c0d5da6bfee1a6de717
      https://github.com/zopefoundation/Missing/commit/c30c01bfe607f0c052f45c0d5da6bfee1a6de717
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/_Missing.c
    M src/Missing/tests.py

  Log Message:
  -----------
  add tests for coerce


  Commit: 20acf15288d36f68dca96580874465c0e67da19b
      https://github.com/zopefoundation/Missing/commit/20acf15288d36f68dca96580874465c0e67da19b
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/tests.py

  Log Message:
  -----------
  add tests for rich comparision


  Commit: d68a81e4ba79559994539f94286be49b37162eae
      https://github.com/zopefoundation/Missing/commit/d68a81e4ba79559994539f94286be49b37162eae
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M CHANGES.rst
    M src/Missing/_Missing.c
    M src/Missing/tests.py

  Log Message:
  -----------
  Changed the type name of the Missing class to `Missing.Missing`


  Commit: dd86bb0186e9ed1a967ce95671b1f91ef6905a02
      https://github.com/zopefoundation/Missing/commit/dd86bb0186e9ed1a967ce95671b1f91ef6905a02
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M CHANGES.rst
    M src/Missing/__init__.py

  Log Message:
  -----------
  Added a Python reference implementation of the Missing class.


  Commit: fa787f8a8591375581af65db4cd220daeb53a067
      https://github.com/zopefoundation/Missing/commit/fa787f8a8591375581af65db4cd220daeb53a067
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M src/Missing/__init__.py
    M src/Missing/tests.py

  Log Message:
  -----------
  deal with some differences under Python 3


  Commit: fef84e2863b1b81dbdf1d9462e241e709149de88
      https://github.com/zopefoundation/Missing/commit/fef84e2863b1b81dbdf1d9462e241e709149de88
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  require at least ExtensionClass 4.1a1


  Commit: de0c5f1f2826bc88ca0ee4a50abe906be32ad1a9
      https://github.com/zopefoundation/Missing/commit/de0c5f1f2826bc88ca0ee4a50abe906be32ad1a9
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  mark as compatibile with Py3k + PyPy


Compare: https://github.com/zopefoundation/Missing/compare/4404bf306776...de0c5f1f2826


More information about the checkins mailing list