[pypy-commit] [Git][pypy/pypy][branch/win64] 13 commits: bpo-35194: Fix a wrong constant in cp932 codec.

nulano foss at heptapod.net
Tue Oct 13 19:42:21 EDT 2020



nulano pushed to branch branch/win64 at PyPy / pypy


Commits:
2f1b824f by Stefano Rivera at 2020-10-10T13:13:34-07:00
bpo-35194: Fix a wrong constant in cp932 codec.

- - - - -
3b0a9c0d by Stefano Rivera at 2020-10-10T13:16:02-07:00
bpo-34794: Fix a leak in Tkinter.

- - - - -
39d38bc9 by Stefano Rivera at 2020-10-10T13:18:15-07:00
cpython GH-6028: Fix error message in sqlite connection thread check.

- - - - -
4e8933c4 by Stefano Rivera at 2020-10-10T13:20:32-07:00
bpo-29004: Document binascii.crc_hqx() implements CRC-CCITT

- - - - -
3b3f780d by Stefano Rivera at 2020-10-10T13:54:28-07:00
bpo-33781: audioop: enhance rounding double as int

- - - - -
65d6e77f by Matti Picus at 2020-10-11T08:22:46+03:00
check for None in PyLong_AsUnsignedLongLong

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

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

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

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

- - - - -
3e39e466 by Matti Picus at 2020-10-13T02:44:17+03:00
sort the tuple of wanted names

- - - - -
7824709e by nulano at 2020-10-14T00:39:19+01:00
add some missing includes to _cffi_backend/copy_includes.py

--HG--
branch : win64

- - - - -
54cc5de4 by nulano at 2020-10-14T00:41:37+01:00
Merge

--HG--
branch : win64

- - - - -


13 changed files:

- lib-python/2.7/sysconfig.py
- lib-python/2.7/test/test_sysconfig.py
- lib_pypy/_audioop_build.py
- lib_pypy/_sqlite3.py
- lib_pypy/_tkinter/tclobj.py
- pypy/module/_cffi_backend/copy_includes.py
- pypy/module/_multibytecodec/src/cjkcodecs/_codecs_jp.c
- pypy/module/_rawffi/test/test__rawffi.py
- pypy/module/_socket/test/test_sock_app.py
- pypy/module/binascii/interp_hqx.py
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/cpyext/longobject.py
- pypy/module/sys/version.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/b033a3f9b62e7c1fbd489ed6c00fd89d513ba20e...54cc5de4e9a499009f3f5a8e803883eeb9641d9d

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20201013/02494748/attachment.html>


More information about the pypy-commit mailing list