Dan Villiom Podlaski Christiansen pushed to branch 
topic/py3.7/experimenting-with-the-build-in-3.7 at PyPy / pypy


Commits:
140aa6e5 by Dan Villiom Podlaski Christiansen at 2020-09-23T12:57:09+02:00
test_newformat: try Danish locale first, as it works as expected on macOS

--HG--
branch : py3.7

- - - - -
bce3d5ea by Dan Villiom Podlaski Christiansen at 2020-09-23T13:45:57+02:00
test_time: the currently assumed ranges for time.mktime() assume linux

At least w.r.t. Python 3; negative values seem to work in Python 2.
For a comprehensive comparison of the ranges for this, see:

https://foss.heptapod.net/pypy/pypy/-/snippets/72

--HG--
branch : py3.7

- - - - -
0679bb95 by Dan Villiom Podlaski Christiansen at 2020-09-23T15:28:57+02:00
cparser: make the two NonImplementedErrors more helpful

--HG--
branch : py3.7

- - - - -
899e7115 by Dan Villiom Podlaski Christiansen at 2020-09-23T16:25:38+02:00
test_time.test_strftime_nonascii: clarify the nature of the error

I duplicated the test into explicit UTF-8/Latin-1 tests, and added a
repr() of the result. From this, it's easier to tell that the comment
is likely correct: The conversion results in mojibake.

--HG--
branch : py3.7

- - - - -
f55a615f by Dan Villiom Podlaski Christiansen at 2020-09-17T12:38:45+02:00
darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()

--HG--
branch : py3.7

- - - - -
ef1dcea7 by Dan Villiom Podlaski Christiansen at 2020-09-23T19:16:26+02:00
test_ffi_backend: add missing #include

--HG--
branch : py3.7

- - - - -
bdfac23c by Dan Villiom Podlaski Christiansen at 2020-09-23T19:17:59+02:00
MACOSX_DEPLOYMENT_TARGET++

--HG--
branch : py3.7

- - - - -
2f9152d8 by Dan Villiom Podlaski Christiansen at 2020-09-23T19:18:29+02:00
rtime: now that MACOSX_DEPLOYMENT_TARGET works, use proper check for 
clock_gettime()

--HG--
branch : py3.7

- - - - -
bec1b880 by Dan Villiom Podlaski Christiansen at 2020-09-23T20:00:59+02:00
testrunner: allow specifying cherrypicked tests on the command line

--HG--
branch : py3.7

- - - - -
0e4d2a67 by Dan Villiom Podlaski Christiansen at 2020-09-23T20:01:10+02:00
testrunner: add --fail-fast argument

--HG--
branch : py3.7

- - - - -


9 changed files:

- extra_tests/cffi_tests/cffi0/test_ffi_backend.py
- pypy/module/cpyext/cparser.py
- pypy/module/time/test/test_time.py
- pypy/objspace/std/test/test_newformat.py
- rpython/config/translationoption.py
- rpython/rlib/rtime.py
- rpython/translator/c/src/precommondefs.h
- rpython/translator/tool/cbuild.py
- testrunner/runner.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/a8571ef1155fcad40c32eca5bf9aa18405412d9a...0e4d2a67e65fecb264c80f6c90b5f5983554ff68

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


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to