[Python-checkins] [python/cpython] 826f83: bpo-30104: Only use -fno-strict-aliasing on dtoa.c...

GitHub noreply at github.com
Fri Apr 28 21:16:24 EDT 2017


  Branch: refs/heads/30190-unittest-improved-err-msg
  Home:   https://github.com/python/cpython
  Commit: 826f83f1d562a7b878499bc3af2267cfdfe5f2f9
      https://github.com/python/cpython/commit/826f83f1d562a7b878499bc3af2267cfdfe5f2f9
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Makefile.pre.in
    M configure
    M configure.ac

  Log Message:
  -----------
  bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)

On clang, only compile dtoa.c with -fno-strict-aliasing, use strict
aliasing to compile all other C files.


  Commit: 80a3da4d4aad0b51893e1e2f696b6252eca80e07
      https://github.com/python/cpython/commit/80a3da4d4aad0b51893e1e2f696b6252eca80e07
  Author: Wieland Hoffmann <mineo at users.noreply.github.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Doc/using/windows.rst

  Log Message:
  -----------
  Improve the grammar in windows.rst (GH-1330)


  Commit: d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83
      https://github.com/python/cpython/commit/d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Lib/test/support/__init__.py
    M Lib/test/test_support.py
    M Lib/test/test_tempfile.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341)

* bpo-30197: Enhance functions swap_attr() and swap_item() in test.support.

They now work when delete replaced attribute or item inside the with
statement.  The old value of the attribute or item (or None if it doesn't
exist) now will be assigned to the target of the "as" clause, if there is
one.

* Update docstrings.


  Commit: 6c991bdee7ec4bedd8c1b8d3812dc884b654b57c
      https://github.com/python/cpython/commit/6c991bdee7ec4bedd8c1b8d3812dc884b654b57c
  Author: Neil Schemenauer <nas-github at arctrix.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332)


  Commit: e3a2706ffb727ff021e4e18c01102dc682897eee
      https://github.com/python/cpython/commit/e3a2706ffb727ff021e4e18c01102dc682897eee
  Author: Giampaolo Rodola <g.rodola at gmail.com>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
    M Doc/using/windows.rst
    M Lib/test/support/__init__.py
    M Lib/test/test_support.py
    M Lib/test/test_tempfile.py
    M Makefile.pre.in
    M Misc/NEWS
    M configure
    M configure.ac
    M setup.py

  Log Message:
  -----------
  Merge branch 'master' into 30190-unittest-improved-err-msg


  Commit: a30b8ea70fb252c726ab8f804dd7f21c35ddd234
      https://github.com/python/cpython/commit/a30b8ea70fb252c726ab8f804dd7f21c35ddd234
  Author: Giampaolo Rodola <g.rodola at gmail.com>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
    M Misc/NEWS

  Log Message:
  -----------
  update Misc/NEWS


Compare: https://github.com/python/cpython/compare/6c55b42f98a0...a30b8ea70fb2


More information about the Python-checkins mailing list