Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
a10ccf6a by Carl Friedrich Bolz-Tereick at 2020-03-18T09:16:06+01:00
add two global functions that give information on socket fds that 3.7 needs
- - - - -
2 changed files:
- rpython/rlib/rsocket.py
- rpython/r
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
9d641148 by Antonio Cuni at 2019-11-18T15:27:18+01:00
(antocuni, arigo): add a passing test which we needed to convince ourselves
that you can raise exceptions from within llhelper()ed functions
--HG--
branch : hpy-rpython-backpo
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits:
9d641148 by Antonio Cuni at 2019-11-18T15:27:18+01:00
(antocuni, arigo): add a passing test which we needed to convince ourselves
that you can raise exceptions from within llhelper()ed functions
--HG--
branch : hpy-rpython-backpo
Matti Picus pushed to branch branch/win32-cppyy at PyPy / pypy
Commits:
48fd242b by Carl Friedrich Bolz-Tereick at 2020-03-08T12:18:16+01:00
a branch to try to help the jit reason about nested scopes better, Cells in
particular
--HG--
branch : nested-scopes-jit
- - - - -
fe216fc2 by Carl Friedr
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
a82cf4e7 by Matti Picus at 2020-03-18T10:47:33+02:00
update setuptools.msvc vendored copy to find msvc 2019
- - - - -
1f53dbd6 by Matti Picus at 2020-03-18T13:43:40+02:00
prefer modern MSVC over visual 9 to build, even on python
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
6ade3b73 by Carl Friedrich Bolz-Tereick at 2020-03-18T11:07:55+01:00
bpo28134: if a socket is constructed from a fd, query the family, type, proto
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/
Matti Picus pushed to branch branch/win32-cppyy at PyPy / pypy
Commits:
5f27ebbd by Matti Picus at 2020-03-18T14:22:29+02:00
flip if, else
--HG--
branch : win32-cppyy
- - - - -
1 changed file:
- rpython/tool/setuptools_msvc.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit/
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
1a0ee381 by Matti Picus at 2020-03-18T14:22:29+02:00
flip if, else
- - - - -
1 changed file:
- rpython/tool/setuptools_msvc.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit/1a0ee3811888a9fe2be1eb2f83fbfa9ad
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
3cfefc4f by Matti Picus at 2020-03-18T15:00:25+02:00
try a fix for ensurepip failing on win32
- - - - -
1 changed file:
- lib-python/2.7/distutils/command/install.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/c
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy
Commits:
fe3fc780 by Carl Friedrich Bolz-Tereick at 2020-03-18T14:11:42+01:00
fix translation
--HG--
branch : py3.6
- - - - -
1 changed file:
- pypy/interpreter/pyframe.py
View it on GitLab:
https://foss.heptapod.net
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits:
d7459650 by Matti Picus at 2020-03-18T16:41:20+02:00
back changeset ee95733490a9 and add comment
--HG--
branch : py3.6
- - - - -
12c154c9 by Matti Picus at 2020-03-18T17:22:00+02:00
fix for getslice(start, stop, step, size) -> ge
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.6 at PyPy / pypy
Commits:
a82cf4e7 by Matti Picus at 2020-03-18T10:47:33+02:00
update setuptools.msvc vendored copy to find msvc 2019
- - - - -
1f53dbd6 by Matti Picus at 2020-03-18T13:43:40+02:00
prefer modern MSVC over visual 9 to build,
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
1cb72039 by Carl Friedrich Bolz-Tereick at 2020-03-18T13:20:05+01:00
add SOCK_NONBLOCK constant
- - - - -
eda5b91a by Carl Friedrich Bolz-Tereick at 2020-03-18T14:38:59+01:00
make sure that new constants aren't e
Matti Picus pushed to branch branch/win32-cppyy at PyPy / pypy
Commits:
1a0ee381 by Matti Picus at 2020-03-18T14:22:29+02:00
flip if, else
- - - - -
3cfefc4f by Matti Picus at 2020-03-18T15:00:25+02:00
try a fix for ensurepip failing on win32
- - - - -
1cb72039 by Carl Friedrich Bolz-Tereick at
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
a82cf4e7 by Matti Picus at 2020-03-18T10:47:33+02:00
update setuptools.msvc vendored copy to find msvc 2019
- - - - -
1f53dbd6 by Matti Picus at 2020-03-18T13:43:40+02:00
prefer modern MSVC over visual 9 to build,
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
aeec4448 by Carl Friedrich Bolz-Tereick at 2020-03-18T18:38:36+01:00
SOCK_NONBLOCK in rsocket
- - - - -
2 changed files:
- rpython/rlib/rsocket.py
- rpython/rlib/test/test_rsocket.py
View it on GitLab:
http
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
5f1da25b by Matti Picus at 2020-03-18T19:56:25+02:00
backport change for post-msvc2010 compiler versions
- - - - -
1 changed file:
- lib-python/2.7/distutils/msvc9compiler.py
View it on GitLab:
https://foss.heptapod.net/py
Armin Rigo pushed to branch branch/sandbox-2 at PyPy / pypy
Commits:
ec36d3f3 by Armin Rigo at 2020-03-18T18:51:47+01:00
Oops, translation fix (unsure why it doesn't crash with --sandbox)
--HG--
branch : sandbox-2
- - - - -
1 changed file:
- rpython/rlib/rstruct/standardfmttable.py
View it
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
6f779c80 by Matti Picus at 2020-03-19T07:52:40+02:00
fix ad2e90e9a6b6
- - - - -
1 changed file:
- lib-python/2.7/distutils/command/install.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/commit/6f779c8076023c2543
19 matches
Mail list logo