[pypy-commit] cffi default: Add blurb about pyenv and ucs2/ucs4 in general

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2686:381ffc5c8a6b Date: 2016-05-07 09:19 +0200 http://bitbucket.org/cffi/cffi/changeset/381ffc5c8a6b/ Log:Add blurb about pyenv and ucs2/ucs4 in general diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installatio

[pypy-commit] cffi default: Fix the next version number (not for immediate release!)

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2687:ab0396f739ff Date: 2016-05-07 09:22 +0200 http://bitbucket.org/cffi/cffi/changeset/ab0396f739ff/ Log:Fix the next version number (not for immediate release!) diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/s

[pypy-commit] cffi default: expand

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2688:f50574a39ee8 Date: 2016-05-07 09:34 +0200 http://bitbucket.org/cffi/cffi/changeset/f50574a39ee8/ Log:expand diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/installation.rst

[pypy-commit] cffi default: just to make sure

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2689:ded7c0d8c44a Date: 2016-05-07 09:39 +0200 http://bitbucket.org/cffi/cffi/changeset/ded7c0d8c44a/ Log:just to make sure diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/instal

[pypy-commit] cffi default: updates

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2690:aaad62d58492 Date: 2016-05-07 12:04 +0200 http://bitbucket.org/cffi/cffi/changeset/aaad62d58492/ Log:updates diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -598,7 +598,8 @@ All of t

[pypy-commit] cffi default: Issue #255: `bool(ffi.cast("primitive", x))` is now True or False

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2691:e7ca388b0197 Date: 2016-05-07 14:15 +0200 http://bitbucket.org/cffi/cffi/changeset/e7ca388b0197/ Log:Issue #255: `bool(ffi.cast("primitive", x))` is now True or False depending on whether the value is zero or not. It used to always be

[pypy-commit] cffi default: an extra test

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2693:4e890638f9d1 Date: 2016-05-07 14:29 +0200 http://bitbucket.org/cffi/cffi/changeset/4e890638f9d1/ Log:an extra test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -158,6 +158,7 @@ assert bool(cast(p, -1e-42))

[pypy-commit] cffi default: Document e7ca388b0197

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2692:4aca604a897f Date: 2016-05-07 14:19 +0200 http://bitbucket.org/cffi/cffi/changeset/4aca604a897f/ Log:Document e7ca388b0197 diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -508,24 +508,24 @@

[pypy-commit] pypy default: update to cffi/e7ca388b0197

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r84275:6cad0aa044f7 Date: 2016-05-07 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/6cad0aa044f7/ Log:update to cffi/e7ca388b0197 diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy default: update to cffi/4d19ce180883

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r84274:e46b5cbc8d94 Date: 2016-05-07 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/e46b5cbc8d94/ Log:update to cffi/4d19ce180883 diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy default: oops

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r84276:a6542e0224bf Date: 2016-05-07 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/a6542e0224bf/ Log:oops diff --git a/pypy/module/_cffi_backend/ctypeprim.py b/pypy/module/_cffi_backend/ctypeprim.py --- a/pypy/module/_cffi_backend/ctypeprim.py +

[pypy-commit] cffi default: document e7ca388b0197 in whatsnew

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2694:ffe3a7c191a6 Date: 2016-05-07 15:25 +0200 http://bitbucket.org/cffi/cffi/changeset/ffe3a7c191a6/ Log:document e7ca388b0197 in whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/wh

[pypy-commit] pypy default: epoll.register() takes a second argument that should default to

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r84277:2a893a527c5e Date: 2016-05-07 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/2a893a527c5e/ Log:epoll.register() takes a second argument that should default to a specific value, not "-1". epoll.modify() should not have the se

[pypy-commit] pypy py3k: allow setting class docstrings

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84279:605722e607a3 Date: 2016-05-07 11:49 -0700 http://bitbucket.org/pypy/pypy/changeset/605722e607a3/ Log:allow setting class docstrings diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/test

[pypy-commit] pypy py3k: fix

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84278:0e4c7a2b1e39 Date: 2016-05-07 11:49 -0700 http://bitbucket.org/pypy/pypy/changeset/0e4c7a2b1e39/ Log:fix diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpreter/test/test_compile

[pypy-commit] pypy py3k: Close branch py3k

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84280:15f134f91f71 Date: 2016-05-07 14:55 -0700 http://bitbucket.org/pypy/pypy/changeset/15f134f91f71/ Log:Close branch py3k ___ pypy-commit mailing list [email protected] https://mail.python.org/

[pypy-commit] pypy py3k: merge

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84282:77404fa13979 Date: 2016-05-07 15:01 -0700 http://bitbucket.org/pypy/pypy/changeset/77404fa13979/ Log:merge diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy py3k: Match cpython's inconsistent warning about the now-deprecated unicode_internal codec.

2016-05-07 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84281:3c339639fd2f Date: 2016-05-07 16:29 -0400 http://bitbucket.org/pypy/pypy/changeset/3c339639fd2f/ Log:Match cpython's inconsistent warning about the now-deprecated unicode_internal codec. diff --git a/pypy/module/_codecs/interp_codecs.

[pypy-commit] pypy py3k: o set __main__ loader to SourceFileLoader like cpython

2016-05-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84283:6c12658dce83 Date: 2016-05-07 17:04 -0700 http://bitbucket.org/pypy/pypy/changeset/6c12658dce83/ Log:o set __main__ loader to SourceFileLoader like cpython o workaround subtle test_cmd_line_script impl details diff --git a/lib-pyth

[pypy-commit] pypy default: Issue #2293: codecs.py will sometimes issue a reset() on a StreamWriter

2016-05-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r84284:591a29bc54fc Date: 2016-05-08 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/591a29bc54fc/ Log:Issue #2293: codecs.py will sometimes issue a reset() on a StreamWriter attached to a file that is not opened for writing at all.