Author: Raffael Tfirst
Branch: py3.5-async
Changeset: r85747:5d91025f5131
Date: 2016-07-17 23:02 +0200
http://bitbucket.org/pypy/pypy/changeset/5d91025f5131/
Log:Raise runtimewarning if coroutine was never awaited in finalize
diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/gene
Author: Armin Rigo
Branch:
Changeset: r85746:54b7118ed2a1
Date: 2016-07-17 22:37 +0200
http://bitbucket.org/pypy/pypy/changeset/54b7118ed2a1/
Log:More documentation
diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py
--- a/lib_pypy/_pypy_winbase_build.py
+++ b/lib
Author: Armin Rigo
Branch:
Changeset: r85745:0dba3fb6b61f
Date: 2016-07-17 22:33 +0200
http://bitbucket.org/pypy/pypy/changeset/0dba3fb6b61f/
Log:Document the hacking of cffi._pycparser here, in case we upgrade
cffi._pycparser.
diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy
Author: Armin Rigo
Branch:
Changeset: r85743:a96b9413bfb3
Date: 2016-07-17 22:24 +0200
http://bitbucket.org/pypy/pypy/changeset/a96b9413bfb3/
Log:hg merge msvcrt-cffi
Rewrite the Win32 dependencies of 'subprocess' to use cffi instead
of ctypes. This avoids importing ctypes i
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85741:44b1abd4fcbb
Date: 2016-07-17 22:16 +0200
http://bitbucket.org/pypy/pypy/changeset/44b1abd4fcbb/
Log:fix for test_fileio
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/_subprocess.py
+++ b/lib_pypy/_subpr
Author: Armin Rigo
Branch:
Changeset: r85744:96be7efe9700
Date: 2016-07-17 22:25 +0200
http://bitbucket.org/pypy/pypy/changeset/96be7efe9700/
Log:Document branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-hea
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85742:0dd94e498a5c
Date: 2016-07-17 22:22 +0200
http://bitbucket.org/pypy/pypy/changeset/0dd94e498a5c/
Log:close branch, ready to merge
___
pypy-commit mailing list
pypy-commit@python.org
https://m
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85740:e5ff527a2054
Date: 2016-07-17 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/e5ff527a2054/
Log:Fix: GetStdHandle() must not free the handle it returns
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85739:5e07aae6b97d
Date: 2016-07-17 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/5e07aae6b97d/
Log:More fixing
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/_subprocess.py
+++ b/lib_pypy/_subprocess.py
Author: Armin Rigo
Branch:
Changeset: r85738:9dc2375a6abf
Date: 2016-07-17 13:46 +0200
http://bitbucket.org/pypy/pypy/changeset/9dc2375a6abf/
Log:Expose the name of CDLL objects
diff --git a/pypy/module/_rawffi/interp_rawffi.py
b/pypy/module/_rawffi/interp_rawffi.py
--- a/pypy/module/_rawf
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85737:7bbaa85559ab
Date: 2016-07-17 13:46 +0200
http://bitbucket.org/pypy/pypy/changeset/7bbaa85559ab/
Log:Expose the name of CDLL objects
diff --git a/pypy/module/_rawffi/interp_rawffi.py
b/pypy/module/_rawffi/interp_rawffi.py
--- a/pypy/m
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85736:74ab37ebe16d
Date: 2016-07-17 13:09 +0200
http://bitbucket.org/pypy/pypy/changeset/74ab37ebe16d/
Log:fixes
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/_subprocess.py
+++ b/lib_pypy/_subprocess.py
@@ -3
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85735:82aed8c45e31
Date: 2016-07-17 12:57 +0200
http://bitbucket.org/pypy/pypy/changeset/82aed8c45e31/
Log:fixes
diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py
--- a/lib_pypy/_subprocess.py
+++ b/lib_pypy/_subprocess.py
@@ -2
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85733:3e03635fb2af
Date: 2016-07-17 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/3e03635fb2af/
Log:Check in _msvcrt_cffi.py, which should also solve bootstrapping
issues.
diff --git a/lib_pypy/_msvcrt_cffi.py b/lib_pypy/_msvc
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85732:2d2968de4cfd
Date: 2016-07-17 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/2d2968de4cfd/
Log:Rewrite _msvcrt_build to use the out-of-line ABI mode. Seems to work
with an extra hack in _pycparser to not import 'subprocess
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85731:2bd75abf0c25
Date: 2016-07-17 11:02 +0200
http://bitbucket.org/pypy/pypy/changeset/2bd75abf0c25/
Log:save this work for later. Idea needed: the subprocess module needs
msvcrt, but of course we need the subprocess module to run a
Author: Armin Rigo
Branch: msvcrt-cffi
Changeset: r85730:e6c312c2cee5
Date: 2016-07-17 11:01 +0200
http://bitbucket.org/pypy/pypy/changeset/e6c312c2cee5/
Log:'msvcrt.py' reimplemented using cffi
diff --git a/pypy/module/thread/gil.py b/pypy/module/thread/gil.py
--- a/pypy/module/thread/gil.p
17 matches
Mail list logo