[pypy-commit] [Git][pypy/pypy][branch/default] fix 0a6fc92dba19, add missing import

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0a10e74f by Matti Picus at 2020-07-14T10:51:17+03:00 fix 0a6fc92dba19, add missing import - - - - - 1 changed file: - rpython/rlib/ropenssl.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/0a10e74f7f554

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 16 commits: document merged branch

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 74799858 by Ronan Lamy at 2020-07-07T17:12:11+01:00 document merged branch - - - - - d1885ef9 by Matti Picus at 2020-07-09T22:39:11+03:00 test, implement PyCFunction_Call (writing the test was the hard part) - - - - - 30b8b296

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 7 commits: Redo what's in the issue-3211-debug branch, now in a more definitive way

2020-07-14 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: dde3bb1e by Armin Rigo at 2020-04-18T09:08:30+02:00 Redo what's in the issue-3211-debug branch, now in a more definitive way --HG-- branch : fix-windows-utf8 - - - - - d7b37c8f by Armin Rigo at 2020-04-18T09:30:05+02:00 fix os.l

[pypy-commit] [Git][pypy/pypy][branch/default] typo (thanks nulano)

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 13582da4 by Matti Picus at 2020-07-14T14:22:57+03:00 typo (thanks nulano) - - - - - 1 changed file: - rpython/rlib/ropenssl.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/13582da4d60b6ce78dffd0916c11d

[pypy-commit] [Git][pypy/pypy][branch/py3.6] document merged branch

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: de67fa57 by Matti Picus at 2020-07-14T12:18:23+03:00 document merged branch --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/doc/whatsnew-pypy3-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commi

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/locale-encode-decode

2020-07-14 Thread Matti Picus
Matti Picus pushed new branch branch/locale-encode-decode at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/locale-encode-decode You're receiving this email because of your account on foss.heptapod.net. ___ pypy

[pypy-commit] [Git][pypy/pypy][branch/locale-encode-decode] fix translation

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/locale-encode-decode at PyPy / pypy Commits: 6cdb79e8 by Matti Picus at 2020-07-14T20:24:50+03:00 fix translation --HG-- branch : locale-encode-decode - - - - - 1 changed file: - pypy/module/_codecs/locale.py View it on GitLab: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.6/fix-fstring-double-braces

2020-07-14 Thread Matti Picus
Matti Picus deleted branch topic/py3.6/fix-fstring-double-braces at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinf

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: Fix handling of double braces in f-strings, after bpo-29104 implementation

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 375bfa17 by Yannick Jadoul at 2020-07-13T01:17:58+02:00 Fix handling of double braces in f-strings, after bpo-29104 implementation --HG-- branch : py3.6 - - - - - f355fd76 by Matti Picus at 2020-07-14T17:26:44+00:00 Merge branc

[pypy-commit] [Git][pypy/pypy][branch/py3.6] remove function deprecated in python3.3, pytest.skip does not work in -A

2020-07-14 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: fbfc8975 by Matti Picus at 2020-07-15T00:39:43+03:00 remove function deprecated in python3.3, pytest.skip does not work in -A --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/cpyext/test/test_unicodeobject.py -