[Numpy-svn] [numpy/numpy] b791dd: Return output from nm command as string (and not b...

GitHub noreply at github.com
Sun Feb 8 20:57:09 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b791dde577e18afe8986ec4a85516019a76f447d
      https://github.com/numpy/numpy/commit/b791dde577e18afe8986ec4a85516019a76f447d
  Author: Åsmund Hjulstad <asmund at hjulstad.com>
  Date:   2015-02-05 (Thu, 05 Feb 2015)

  Changed paths:
    M numpy/distutils/lib2def.py

  Log Message:
  -----------
  Return output from nm command as string (and not bytes)


  Commit: 76bdf3b19b57b46b94da2dc5e53ee9e37e07314e
      https://github.com/numpy/numpy/commit/76bdf3b19b57b46b94da2dc5e53ee9e37e07314e
  Author: Åsmund Hjulstad <asmund at hjulstad.com>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M numpy/distutils/lib2def.py

  Log Message:
  -----------
  Uses universal_newlines option for subprocess.Popen to automatically decode the output. (instead of a subsequent decode step).


  Commit: 0faf6d68e1b15eaf87b0717024544269a4d66564
      https://github.com/numpy/numpy/commit/0faf6d68e1b15eaf87b0717024544269a4d66564
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-02-08 (Sun, 08 Feb 2015)

  Changed paths:
    M numpy/distutils/lib2def.py

  Log Message:
  -----------
  Merge pull request #5535 from ahjulstad/bytevsstr-lib2def

Return output from nm command as string (and not bytes)


Compare: https://github.com/numpy/numpy/compare/d930eddeadd0...0faf6d68e1b1


More information about the Numpy-svn mailing list