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
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
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
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
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
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
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))
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 @@
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
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
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
+
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
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
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
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
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/
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
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.
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
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.
20 matches
Mail list logo