[pypy-commit] [Git][pypy/pypy][branch/default] test and fix in the ascii prefix shortcut

2021-03-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 1e30e66c by Carl Friedrich Bolz-Tereick at 2021-03-03T10:02:21+01:00 test and fix in the ascii prefix shortcut - - - - - 2 changed files: - pypy/interpreter/test/test_unicodehelper.py - pypy/interpreter/unic

[pypy-commit] [Git][pypy/pypy][branch/default] fix incorrect test

2021-03-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 9acd6b83 by Carl Friedrich Bolz-Tereick at 2021-03-03T10:15:29+01:00 fix incorrect test - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/test/test_intbound.py View it on GitLab: https://foss

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: fix structseq attribute setter error message

2021-03-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f57ce76d by Matti Picus at 2021-03-02T08:17:15+02:00 fix structseq attribute setter error message - - - - - 8e095afd by Matti Picus at 2021-03-02T10:49:08+02:00 sync Py_.*Flags with sys.flags, issue 3409 - - - - - 5bd4267b by M

[pypy-commit] [Git][pypy/pypy][branch/default] consistent in naming static method with py3.7 branch

2021-03-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 475f9fc6 by Carl Friedrich Bolz-Tereick at 2021-03-03T11:04:32+01:00 consistent in naming static method with py3.7 branch - - - - - 1 changed file: - pypy/objspace/std/unicodeobject.py View it on GitLab:

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 10 commits: fast path for unicode.upper/lower for ascii

2021-03-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 755189fb by Carl Friedrich Bolz-Tereick at 2021-03-02T13:23:40+01:00 fast path for unicode.upper/lower for ascii - - - - - c6e6d80c by Carl Friedrich Bolz-Tereick at 2021-03-02T14:35:35+01:00 add ascii fast paths

[pypy-commit] [Git][pypy/pypy][branch/default] add a jit driver for re.split

2021-03-03 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 55e8a7f3 by Carl Friedrich Bolz-Tereick at 2021-03-03T14:05:45+01:00 add a jit driver for re.split - - - - - 1 changed file: - pypy/module/_sre/interp_sre.py View it on GitLab: https://foss.heptapod.net/p

[pypy-commit] [Git][pypy/pypy][branch/fix-heaptype-attributes] Make sure PyHeapTypeObjects are correctly initialised in tests

2021-03-03 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/fix-heaptype-attributes at PyPy / pypy Commits: 52522763 by Ronan Lamy at 2021-03-03T20:07:57+00:00 Make sure PyHeapTypeObjects are correctly initialised in tests --HG-- branch : fix-heaptype-attributes - - - - - 2 changed files: - pypy/module/cpyext/test

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: port fixes for bpo-42051 reject XML entity declarations in plist files

2021-03-03 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: bb79f00a by Matti Picus at 2021-03-04T00:02:24+02:00 port fixes for bpo-42051 reject XML entity declarations in plist files - - - - - cd2b842e by Matti Picus at 2021-03-04T00:06:55+02:00 No longer call eval() on content receiv

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: port fixes for bpo-42051 reject XML entity declarations in plist files

2021-03-03 Thread Matti Picus

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: port fixes for bpo-42051 reject XML entity declarations in plist files

2021-03-03 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 881e49bb by Matti Picus at 2021-03-03T23:56:27+02:00 port fixes for bpo-42051 reject XML entity declarations in plist files --HG-- branch : py3.6 - - - - - e634bb4e by Matti Picus at 2021-03-04T00:09:51+02:00 No longer call eva