[pypy-commit] [Git][pypy/pypy][branch/py3.7] export constants into module namespace for compatibility (issue 3589)

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: ad9ff18b by Matti Picus at 2021-11-02T08:47:38+02:00 export constants into module namespace for compatibility (issue 3589) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: htt

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: export constants into module namespace for compatibility (issue 3589)

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ad9ff18b by Matti Picus at 2021-11-02T08:47:38+02:00 export constants into module namespace for compatibility (issue 3589) --HG-- branch : py3.7 - - - - - 513d3dcd by Matti Picus at 2021-11-02T10:00:45+02:00 flake8 --HG-- bran

[pypy-commit] [Git][pypy/pypy][branch/py3.7] flake8

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 513d3dcd by Matti Picus at 2021-11-02T10:00:45+02:00 flake8 --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/513d3dcddbaed2c2b8dd2

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] try harder to pin things when they go through layers of offset in bytes

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 9b4baf75 by fijal at 2021-11-02T10:06:53+02:00 try harder to pin things when they go through layers of offset in bytes --HG-- branch : experiment-with-ffi-addresses - - - - - 2 changed files:

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] run your tests kids

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 4b612c29 by fijal at 2021-11-02T10:14:25+02:00 run your tests kids --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - pypy/module/_cffi_backend/ctypeptr.py View it on

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] oops

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 57e66fbb by fijal at 2021-11-02T10:27:21+02:00 oops --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - pypy/module/_cffi_backend/ctypeptr.py View it on Heptapod: http

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] rename the w_bytes to bytes to avoid confusion

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: b7aa32cf by fijal at 2021-11-02T10:28:54+02:00 rename the w_bytes to bytes to avoid confusion --HG-- branch : experiment-with-ffi-addresses - - - - - 2 changed files: - pypy/module/_cffi_backe

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] jit cant see this

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 3c9fb317 by fijal at 2021-11-02T10:42:55+02:00 jit cant see this --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - pypy/module/_cffi_backend/ctypeptr.py View it on He

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] display more digits

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 6e993679 by fijal at 2021-11-02T12:03:50+02:00 display more digits --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - rpython/tool/logparser.py View it on Heptapod: h

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] actually make this float

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: c52a0356 by fijal at 2021-11-02T12:04:40+02:00 actually make this float --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - rpython/tool/logparser.py View it on Heptapo

[pypy-commit] [Git][pypy/pypy][branch/experiment-with-ffi-addresses] this is a hack for bytes *only*

2021-11-02 Thread Maciej Fijalkowski (@fijal)
Maciej Fijalkowski pushed to branch branch/experiment-with-ffi-addresses at PyPy / pypy Commits: 59c2704a by fijal at 2021-11-02T13:28:39+02:00 this is a hack for bytes *only* --HG-- branch : experiment-with-ffi-addresses - - - - - 1 changed file: - lib-python/3/ssl.py View it on Heptap

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix _ssl errors on windows - OSError(int, str=None) only creates subclasses if str is a string

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 93dc8fc8 by Matti Picus at 2021-11-02T16:25:30+02:00 fix _ssl errors on windows - OSError(int, str=None) only creates subclasses if str is a string --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_stdss

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: Support _PYTHON_SYSCONFIGDATA_NAME env variable like cpython

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9d2d15e1 by Isuru Fernando at 2021-10-29T09:31:03-05:00 Support _PYTHON_SYSCONFIGDATA_NAME env variable like cpython --HG-- branch : sysconfigdata_env - - - - - db3301c8 by Matti Picus at 2021-11-02T17:34:06+02:00 merge sysconf

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 4 commits: Support _PYTHON_SYSCONFIGDATA_NAME env variable like cpython

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 9d2d15e1 by Isuru Fernando at 2021-10-29T09:31:03-05:00 Support _PYTHON_SYSCONFIGDATA_NAME env variable like cpython --HG-- branch : sysconfigdata_env - - - - - 93dc8fc8 by Matti Picus at 2021-11-02T16:25:30+02:00 fix _ssl erro

[pypy-commit] [Git][pypy/pypy][branch/py3.8] redo sysconfigdata_env for py3.8

2021-11-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: c191c808 by Matti Picus at 2021-11-02T17:40:19+02:00 redo sysconfigdata_env for py3.8 --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/3/distutils/sysconfig_pypy.py View it on Heptapod: https://foss.heptapod.n