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


Commits:
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

- - - - -
da03fda1 by cptpcrd at 2020-10-28T13:25:54-04:00
add resource.prlimit() (added in CPython 3.4)

--HG--
branch : cptpcrd-resource-prlimit

- - - - -
7cd66c27 by cptpcrd at 2020-10-28T17:59:00-04:00
only compile my_prlimit header on Linux

--HG--
branch : cptpcrd-resource-prlimit

- - - - -
77fe4f3e by cptpcrd at 2020-10-29T08:42:10-04:00
my_prlimit -> _prlimit (in _resource_build)

--HG--
branch : cptpcrd-resource-prlimit

- - - - -
9054a23f by Matti Picus at 2020-10-29T15:04:23+02:00
dynamically allocate Py_buffer.format if needed, issue 3336

- - - - -
656b8e3b by Matti Picus at 2020-10-29T15:06:36+02:00
document, close branch to be merged

--HG--
branch : cptpcrd-resource-prlimit

- - - - -
f6367941 by Matti Picus at 2020-10-29T15:07:13+02:00
merge cptpcrd-resource-prlimit, which provides resource.prlimit

- - - - -
8c7517d9 by Matti Picus at 2020-10-29T15:12:03+02:00
merge default into branch

--HG--
branch : py3.6

- - - - -
f3be0cc3 by Matti Picus at 2020-10-29T16:01:36+02:00
merge py3.7 into py3.6

--HG--
branch : py3.7

- - - - -
7c43378c by Matti Picus at 2020-10-29T16:31:26+02:00
3.7.9 was merged, update versions

--HG--
branch : py3.7

- - - - -


30 changed files:

- lib-python/3/datetime.py
- lib_pypy/_resource_build.py
- lib_pypy/_sqlite3.py
- lib_pypy/_sqlite3_build.py
- lib_pypy/resource.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/api.py
- pypy/module/cpyext/include/patchlevel.h
- pypy/module/cpyext/memoryobject.py
- pypy/module/cpyext/parse/cpyext_object.h
- 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


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/092ee1f3c12fc70cd48f58366e17d197ebaf9c7f...7c43378c57c7cc2b10b41cf7b60ed1332a69e30d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/092ee1f3c12fc70cd48f58366e17d197ebaf9c7f...7c43378c57c7cc2b10b41cf7b60ed1332a69e30d
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