Matti Picus pushed to branch branch/py3.6 at PyPy / pypy


Commits:
0ac395cd by Matti Picus at 2020-07-23T21:44:54+03:00
differentiate in tests between sys.maxunicode and sizeof(w_char_t)

- - - - -
10e4ceca by Matti Picus at 2020-10-11T08:28:41+03:00
copy in stdlib3.6.12, remove stdlib2.7

--HG--
branch : vendor/stdlib-3.6

- - - - -
bcd7ed67 by Matti Picus at 2020-10-11T08:31:30+03:00
add new file

--HG--
branch : vendor/stdlib-3.6

- - - - -
5fa3e52c by Matti Picus at 2020-10-11T08:34:38+03:00
merge vendor/stdlib-3.6 into branch

--HG--
branch : stdlib-3.6.12

- - - - -
1c92f810 by Matti Picus at 2020-10-11T09:16:21+03:00
manually backport f801807de06f - kqueue and bpo 30058

--HG--
branch : stdlib-3.6.12

- - - - -
26a8758f by Stefano Rivera at 2020-10-09T18:14:07-07:00
bpo-30807: signal.setitimer() may disable the timer by mistake

--HG--
branch : stdlib-3.6.12

- - - - -
6d2d7a3d by Stefano Rivera at 2020-10-09T22:52:31-07:00
ctypes: Pass structs by value

Picked up on arm64, thanks to the test from bpo-29565.

--HG--
branch : stdlib-3.6.12

- - - - -
beab80f6 by Matti Picus at 2020-10-12T09:33:43+03:00
remove redundant test, skip test of SO_SNDBUF on windows

- - - - -
6be3772f by Matti Picus at 2020-10-12T10:15:58+03:00
ensure the venv has a pypy3 (after building, the exe is pypy3-c)

--HG--
branch : py3.6

- - - - -
89ad4aaf by Matti Picus at 2020-10-12T10:17:29+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
d86e0726 by Matti Picus at 2020-10-12T12:13:35+03:00
nt_pypy -> pypy_nt to be compatible with f1aa5bb836b (nulano)

- - - - -
47216f00 by Matti Picus at 2020-10-12T12:16:03+03:00
nt_pypy -> pypy_nt to be compatible with distutils/command/install.py 
(nulano)

--HG--
branch : py3.6

- - - - -
3a1ba5ae by Matti Picus at 2020-10-12T17:04:25+03:00
update version number after merge of stdlib-2.7.18-3

- - - - -
b16e08f0 by Matti Picus at 2020-10-12T17:08:13+03:00
merge default into py3.6

--HG--
branch : py3.6

- - - - -
c6dcdfa7 by Matti Picus at 2020-10-12T17:11:53+03:00
close branch to be merged

--HG--
branch : stdlib-3.6.12

- - - - -
4bc66649 by Matti Picus at 2020-10-12T17:12:24+03:00
merge stdlib-3.6.12

--HG--
branch : py3.6

- - - - -


19 changed files:

- lib-python/3/email/parser.py
- lib-python/3/pydoc_data/topics.py
- lib-python/3/sysconfig.py
- lib-python/3/test/pickletester.py
- lib-python/3/test/test_email/test_policy.py
- lib-python/3/test/test_heapq.py
- lib-python/3/test/test_io.py
- lib-python/3/test/test_py_compile.py
- lib-python/3/test/test_sysconfig.py
- lib-python/3/venv/__init__.py
- lib_pypy/_ctypes/structure.py
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/_socket/test/test_sock_app.py
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/select/interp_kqueue.py
- pypy/module/select/test/test_kqueue.py
- pypy/module/signal/interp_signal.py
- pypy/module/sys/version.py
- pypy/tool/release/package.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/c01f393015ad46c7799a1a05a79a393c71174b23...4bc6664958c89b7e9652e223c5d7f8d0216a4b75

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/c01f393015ad46c7799a1a05a79a393c71174b23...4bc6664958c89b7e9652e223c5d7f8d0216a4b75
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to