[pypy-commit] [Git][pypy/pypy][branch/default] skip tests that need disassembler on windows

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 199ce0f9 by Matti Picus at 2020-08-16T11:28:21+03:00 skip tests that need disassembler on windows - - - - - 1 changed file: - rpython/tool/jitlogparser/test/test_parser.py View it on GitLab: https://foss.heptapod.net/pyp

[pypy-commit] [Git][pypy/pypy][branch/msvcrt] 3 commits: wrap fclose, pclose with FdValidator

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/msvcrt at PyPy / pypy Commits: db1c761d by Matti Picus at 2020-08-16T11:52:02+03:00 wrap fclose, pclose with FdValidator --HG-- branch : msvcrt - - - - - 0c08db37 by Matti Picus at 2020-08-16T12:20:16+03:00 use rfile.create_file() not open() in rmmap tests

[pypy-commit] [Git][pypy/pypy][branch/msvcrt] fix os -> rposix in test_posix

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/msvcrt at PyPy / pypy Commits: 354ce86b by Matti Picus at 2020-08-16T13:47:25+03:00 fix os -> rposix in test_posix --HG-- branch : msvcrt - - - - - 1 changed file: - rpython/rlib/test/test_posix.py View it on GitLab: https://foss.heptapod.net/pypy/pyp

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: carefully add %D to the valid set of accepted strftime formats on windows

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 05450270 by Matti Picus at 2020-08-16T14:36:45+03:00 carefully add %D to the valid set of accepted strftime formats on windows --HG-- branch : py3.6 - - - - - efef14cc by Matti Picus at 2020-08-16T14:37:21+03:00 merge py3.6 int

[pypy-commit] [Git][pypy/pypy][branch/py3.6] carefully add %D to the valid set of accepted strftime formats on windows

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 05450270 by Matti Picus at 2020-08-16T14:36:45+03:00 carefully add %D to the valid set of accepted strftime formats on windows --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on Gi

[pypy-commit] [Git][pypy/pypy.org][branch/download] Adding download button

2020-08-16 Thread Ram Rachum
Ram Rachum pushed to branch branch/download at PyPy / pypy.org Commits: dc577fbf by Ram Rachum at 2020-08-16T15:55:58+03:00 Adding download button --HG-- branch : download - - - - - 3 changed files: - + image/download.svg - public/assets/css/styles.css - themes/pypy/assets/css/styles.css

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Issue #3282

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy Commits: dd692012 by Armin Rigo at 2020-08-16T15:32:08+02:00 Issue #3282 An obscure case where CPython is confused about enumerating bytes or ints --HG-- branch : py3.6 - - - - - 2 changed files: - pypy/module/mmap/interp_mmap.py - p

[pypy-commit] [Git][pypy/pypy][branch/win64] fix test

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: ae5ec7b3 by Armin Rigo at 2020-08-16T16:15:10+02:00 fix test --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/test/test_callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commi

[pypy-commit] [Git][pypy/pypy][branch/win64] can't make sense of this failure, skip it as non-essential for now

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: ff2b24c7 by Armin Rigo at 2020-08-16T17:43:27+02:00 can't make sense of this failure, skip it as non-essential for now --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/test/test_jitlog.py View it on

[pypy-commit] [Git][pypy/pypy][branch/win64] skip codemaps tests on win64

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 752b0309 by Armin Rigo at 2020-08-16T17:50:32+02:00 skip codemaps tests on win64 --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/test/test_recursive.py View it on GitLab: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/win64] don't duplicate this list of registers (fixes test_call_use_correct_regs)

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 8c527a63 by Armin Rigo at 2020-08-16T17:57:31+02:00 don't duplicate this list of registers (fixes test_call_use_correct_regs) --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/reghint.py View it on G

[pypy-commit] [Git][pypy/pypy][branch/win64] more fixes in this test

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: bc56109a by Armin Rigo at 2020-08-16T18:19:03+02:00 more fixes in this test --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/test/test_regalloc.py View it on GitLab: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/default] fix test for platforms where default python is python3

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 71e8f49a by Matti Picus at 2020-08-16T19:22:31+03:00 fix test for platforms where default python is python3 - - - - - 1 changed file: - rpython/rlib/test/test_rfile.py View it on GitLab: https://foss.heptapod.net/pypy/py

[pypy-commit] [Git][pypy/pypy][branch/msvcrt] fix 6378118775dc

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/msvcrt at PyPy / pypy Commits: 038cd152 by Matti Picus at 2020-08-16T18:36:21+03:00 fix 6378118775dc --HG-- branch : msvcrt - - - - - 1 changed file: - rpython/rlib/rfile.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/038cd15249eac

[pypy-commit] [Git][pypy/pypy][branch/win64] 2 commits: no codemaps on win64

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: bdd4c0f4 by Armin Rigo at 2020-08-16T18:31:44+02:00 no codemaps on win64 --HG-- branch : win64 - - - - - 6e616709 by Armin Rigo at 2020-08-16T18:32:11+02:00 for now, disable the vector extension on win64 (the tests don't pass, b

[pypy-commit] [Git][pypy/pypy.org][branch/download] tweak

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/download at PyPy / pypy.org Commits: 1da0bfba by Matti Picus at 2020-08-16T20:27:05+03:00 tweak --HG-- branch : download - - - - - 2 changed files: - pages/index.rst - themes/pypy/assets/css/styles.css View it on GitLab: https://foss.heptapod.net/pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.7] remove debug cruft

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 8adf1719 by Matti Picus at 2020-08-16T19:33:41+03:00 remove debug cruft --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/8ad

[pypy-commit] [Git][pypy/pypy][branch/win64] make test_zrpy_gc.compile_framework_2 pass

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 4336fa18 by Armin Rigo at 2020-08-16T19:53:25+02:00 make test_zrpy_gc.compile_framework_2 pass --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/assembler.py View it on GitLab: https://foss.heptapod

[pypy-commit] [Git][pypy/pypy][branch/win64] test_zrpy_gc passes

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: e0f0977a by Armin Rigo at 2020-08-16T20:36:08+02:00 test_zrpy_gc passes --HG-- branch : win64 - - - - - 3 changed files: - rpython/jit/backend/x86/arch.py - rpython/jit/backend/x86/assembler.py - rpython/jit/backend/x86/callb

[pypy-commit] [Git][pypy/pypy][branch/py3.6] add more strftime formatting characters

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 07829564 by Matti Picus at 2020-08-16T21:58:37+03:00 add more strftime formatting characters --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/time/interp_time.py View it on GitLab: https://foss.heptapod.net/p

[pypy-commit] [Git][pypy/pypy][branch/msvcrt] need releasegil=False for use in a __del__ in rfile

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/msvcrt at PyPy / pypy Commits: 38a7f6dc by Matti Picus at 2020-08-16T22:02:52+03:00 need releasegil=False for use in a __del__ in rfile (well commented code made this an easy find) --HG-- branch : msvcrt - - - - - 1 changed file: - rpython/rlib/rposix.p

[pypy-commit] [Git][pypy/pypy][branch/msvcrt] typo

2020-08-16 Thread Matti Picus
Matti Picus pushed to branch branch/msvcrt at PyPy / pypy Commits: 23299c8b by Matti Picus at 2020-08-16T22:05:48+03:00 typo --HG-- branch : msvcrt - - - - - 1 changed file: - rpython/rtyper/test/test_rbuiltin.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/23299c8bb8

[pypy-commit] [Git][pypy/pypy][branch/win64] fix

2020-08-16 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: ab44141e by Armin Rigo at 2020-08-17T04:23:03+02:00 fix --HG-- branch : win64 - - - - - 1 changed file: - rpython/rtyper/lltypesystem/rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/ab44141e1c916894