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


Commits:
fc5e9b83 by Matti Picus at 2020-10-15T21:46:36+03:00
merge default into branch

--HG--
branch : win64

- - - - -
6e860e19 by Matti Picus at 2020-10-15T21:55:10+03:00
backport py3.6 changes

--HG--
branch : win64

- - - - -
3a0761c6 by nulano at 2020-10-15T23:24:30+01:00
fail early in rstr.do_stringformat for ints too small, not when speciallizing 
ll_int2xxx

--HG--
branch : win64

- - - - -
04fecdbd by Matti Picus at 2020-10-17T23:01:02+03:00
rename misnamed apptest file

- - - - -
fe3566c1 by Matti Picus at 2020-10-17T23:19:32+03:00
back out d0c5958a553c, the file is not yet an apptest

- - - - -
4ad1fd7a by Matti Picus at 2020-10-17T23:50:07+03:00
skip test of socket.fromfd on windows with file fd, fails also on CPython

- - - - -
9632ec30 by Matti Picus at 2020-10-18T00:13:14+03:00
skip pattern in socket.inte_pton on windows, fails also on CPython

- - - - -
e16d733b by Armin Rigo at 2020-10-19T19:29:15+02:00
fix a test checking an internal detail of _sre scanners

- - - - -
93e7e757 by Armin Rigo at 2020-10-19T19:31:57+02:00
add a few tests showing a difference between pre-3.7 and 3.7

- - - - -
701065e0 by Matti Picus at 2020-10-23T02:56:49+03:00
test fix for issue 3331 (os.stat(''), os.listdir(''))

--HG--
branch : py3.6

- - - - -
f10c6639 by Matti Picus at 2020-10-23T02:57:12+03:00
cleanup tests

--HG--
branch : py3.6

- - - - -
c10f2caf by Matti Picus at 2020-10-23T02:58:46+03:00
backport changes from py3.6

- - - - -
790c273d by Matti Picus at 2020-10-23T15:54:36+03:00
skip hpy vendored tests on windows until hpy supports it

--HG--
branch : py3.6

- - - - -
19e0338b by Matti Picus at 2020-10-23T17:18:52+03:00
fix decode_codepage - outsize is widechar len, when what we need is codepoints

--HG--
branch : py3.6

- - - - -
26a03e9f by Matti Picus at 2020-10-24T22:09:21+03:00
windows does not have sethostname

--HG--
branch : py3.6

- - - - -
3cd51174 by Matti Picus at 2020-10-24T23:40:51+03:00
fix issue 3324 (bpo 41966) with upstream patch

--HG--
branch : py3.6

- - - - -
7cc68b40 by Matti Picus at 2020-10-24T23:41:40+03:00
fix test for sizeof(w_char) == 2

--HG--
branch : py3.6

- - - - -
31cf8234 by Matti Picus at 2020-10-24T23:38:44+03:00
refactor handling in wcharpsize2utf8 since wcharp is utf16 on windows

--HG--
branch : py3.6

- - - - -
91331d3c by Matti Picus at 2020-10-25T08:49:59+02:00
call setlocale(xxx, '') to initialize the values from the environment

--HG--
branch : py3.6

- - - - -
2e3bece2 by Matti Picus at 2020-10-25T13:04:49+02:00
add `sqlite3_load_extension`, fixes issue #3334

--HG--
branch : py3.6

- - - - -
87a3e024 by Matti Picus at 2020-10-25T16:11:40+02:00
refactor to be more like cpython and call WideCharToMultiByte only once per char

--HG--
branch : py3.6

- - - - -
5087de19 by Matti Picus at 2020-10-25T16:02:27+02:00
add missing imports

--HG--
branch : py3.6

- - - - -
08b819f1 by Matti Picus at 2020-10-25T19:30:28+02:00
try to change windows sys.defaultfileencoding to utf-8

I am not sure about the change in fsencode, it may break locales?

--HG--
branch : py3.6

- - - - -
383779a9 by Matti Picus at 2020-10-25T21:08:41+02:00
use surrogateescape errors in fsencode, fsdecode in windows

--HG--
branch : py3.6

- - - - -
d5535d88 by Matti Picus at 2020-10-26T08:19:44+02:00
provide a method to persist initial module attributes across reloads

--HG--
branch : py3.6

- - - - -
e9d60453 by Matti Picus at 2020-10-26T17:43:48+02:00
do not crash when trying to re-read enormous dynamic keys

--HG--
branch : py3.6

- - - - -
ab6440a8 by Matti Picus at 2020-10-27T07:24:59+02:00
try removing this shortcut which causes an untranslated test failure in 
listdir_unicode

--HG--
branch : py3.6

- - - - -
1909234c by Matti Picus at 2020-10-27T08:16:10+02:00
fxi trivial parts of test_pypy_c test failures

--HG--
branch : py3.6

- - - - -
38deac9f by Matti Picus at 2020-10-27T08:30:58+02:00
revert 297d9787d1b7, skip instead

--HG--
branch : py3.6

- - - - -
e26f6303 by Matti Picus at 2020-10-27T08:45:54+02:00
revert 06084366697b, use utf-8 as bootstrap encoding on linux and unkown

--HG--
branch : py3.6

- - - - -
bdf7196f by Matti Picus at 2020-10-27T17:24:46+02:00
do not raise errors in a finalizer, improve tests

--HG--
branch : py3.6

- - - - -
5babc966 by Matti Picus at 2020-10-28T07:53:29+02:00
use same spaceconfig across the file, imporves test time and avoids issues

xref eb352de8b5b3

--HG--
branch : py3.6

- - - - -
20fba185 by Matti Picus at 2020-10-28T08:01:29+02:00
fix test for sys.getfilesystemencoding

--HG--
branch : py3.6

- - - - -
a83d5d8b by Matti Picus at 2020-10-28T08:09:05+02:00
merge default into branch

--HG--
branch : win64

- - - - -
96e21020 by Matti Picus at 2020-10-28T08:11:51+02:00
document branch

--HG--
branch : win64

- - - - -
229761f8 by Matti Picus at 2020-10-28T08:23:01+02:00
merge py3.6 into branch

--HG--
branch : win64-py3.6

- - - - -
1972e632 by Matti Picus at 2020-10-28T08:36:55+02:00
merge win64 into branch

--HG--
branch : win64-py3.6

- - - - -


29 changed files:

- lib-python/3/datetime.py
- lib_pypy/_sqlite3.py
- lib_pypy/_sqlite3_build.py
- pypy/doc/whatsnew-head.rst
- pypy/interpreter/mixedmodule.py
- pypy/interpreter/unicodehelper.py
- pypy/interpreter/unicodehelper_win32.py
- pypy/module/_codecs/interp_codecs.py
- pypy/module/_codecs/locale_codec.c
- pypy/module/_codecs/test/test_codecs.py
- pypy/module/_hpy_universal/test/_vendored/conftest.py
- pypy/module/_multiprocessing/test/test_win32.py
- pypy/module/_socket/test/test_sock_app.py
- pypy/module/_sre/interp_sre.py
- pypy/module/_sre/test/test_app_sre.py
- pypy/module/_winreg/interp_winreg.py
- pypy/module/_winreg/test/test_winreg.py
- pypy/module/cpyext/test/test_arraymodule.py
- pypy/module/cpyext/unicodeobject.py
- pypy/module/posix/interp_posix.py
- pypy/module/posix/test/test_posix2.py
- pypy/module/pypyjit/test_pypy_c/test_generators.py
- pypy/module/pypyjit/test_pypy_c/test_getframe.py
- pypy/module/pypyjit/test_pypy_c/test_string.py
- pypy/module/sys/interp_encoding.py
- pypy/module/sys/moduledef.py
- pypy/module/sys/test/test_sysmodule.py
- pypy/module/time/interp_time.py
- rpython/rlib/rposix.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/de9e69fddc08a1b2f97bc846ea702f3fc6f37633...1972e632956f8f9df45ba186d1b8cdb39859b9dc

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/de9e69fddc08a1b2f97bc846ea702f3fc6f37633...1972e632956f8f9df45ba186d1b8cdb39859b9dc
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