[pypy-commit] [Git][pypy/pypy][branch/py3.7] 13 commits: reformat exec statement

Matti Picus foss at heptapod.net
Sun Jul 12 04:41:20 EDT 2020



Matti Picus pushed to branch branch/py3.7 at PyPy / pypy


Commits:
2b3acf5d by Matti Picus at 2020-07-08T22:15:22+03:00
reformat exec statement

--HG--
branch : py3.6

- - - - -
db041ddb by Matti Picus at 2020-07-09T15:21:09+03:00
back out winconsoleio since it broke the repl

--HG--
branch : py3.6

- - - - -
77150eb1 by Matti Picus at 2020-07-09T00:12:06+03:00
use decorators for skip in test

--HG--
branch : py3.6

- - - - -
73a6cf46 by Matti Picus at 2020-07-08T21:59:45+03:00
refactor some unicode in interp_winreg to utf16 instead, flake8 fixes

--HG--
branch : py3.6

- - - - -
0c067983 by Matti Picus at 2020-07-09T00:12:06+03:00
use decorators for skip in test

--HG--
branch : py3.6

- - - - -
8a0bd510 by Matti Picus at 2020-07-09T15:33:07+03:00
merge heads

--HG--
branch : py3.6

- - - - -
a8fbaf86 by Matti Picus at 2020-07-10T16:15:07+03:00
win32consoleio: fix mixups with len of buf-as-wbuf and len of buf, fixes REPL

--HG--
branch : py3.6

- - - - -
3ad8814a by Matti Picus at 2020-07-10T17:35:50+03:00
fix bad re-merge

--HG--
branch : py3.6

- - - - -
922ce868 by Matti Picus at 2020-07-12T00:53:47+03:00
re-merge missing parts of winconsoleio

--HG--
branch : py3.6

- - - - -
246c8765 by Matti Picus at 2020-07-12T09:27:09+03:00
fix os.unsetenv on win32, bpo 39413 (CPython 3.7+, we can do 3.6+)

--HG--
branch : py3.6

- - - - -
a3960864 by Matti Picus at 2020-07-12T09:27:27+03:00
also needed for runappdirect on win32

--HG--
branch : py3.6

- - - - -
be829135 by Matti Picus at 2020-07-12T11:37:02+03:00
test does not fail on PyPy

--HG--
branch : py3.6

- - - - -
e8cea439 by Matti Picus at 2020-07-12T11:40:15+03:00
merge py3.6 into branch

--HG--
branch : py3.7

- - - - -


14 changed files:

- lib-python/3/test/test_descr.py
- − lib_pypy/_testconsole.py
- pypy/module/_cffi_backend/test/conftest.py
- pypy/module/_io/interp_bufferedio.py
- pypy/module/_io/interp_io.py
- pypy/module/_io/interp_win32consoleio.py
- − pypy/module/_io/test/_testconsole.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/moduledef.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/signal/interp_signal.py
- pypy/module/signal/moduledef.py
- pypy/module/signal/test/test_signal.py
- rpython/rlib/rwin32.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/029fbca0ddc2678a37d05c6d8d0e2740265a1d35...e8cea4397d87fdc4ecf58a8519908515e1891acb

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/029fbca0ddc2678a37d05c6d8d0e2740265a1d35...e8cea4397d87fdc4ecf58a8519908515e1891acb
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200712/0cae5f5f/attachment.html>


More information about the pypy-commit mailing list