[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 26 commits: issue3312: some limited support for longdouble constants

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 71d608cb by Armin Rigo at 2020-09-28T13:42:11+02:00 issue3312: some limited support for longdouble constants - - - - - d91f3c43 by Matti Picus at 2020-09-28T23:01:57+03:00 reapply PyPy fixes to urllib2.py after 1e7b

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] ctypes: Pass structs by value

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 69cbbe98 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-2.7.18-3 - - - - - 1 changed file: - lib_pypy/

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 3 commits: blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: f69fc4a7 by Stefano Rivera at 2020-10-09T17:58:40-07:00 blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32 --HG-- branch : stdlib-2.7.18-3 - - - - - 13debb05 by Stefano Rivera at 2020-10-09

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] This is Python 2, no f-strings yet

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 22f9a6f1 by Stefano Rivera at 2020-10-09T16:31:09-07:00 This is Python 2, no f-strings yet --HG-- branch : stdlib-2.7.18-3 - - - - - 1 changed file: - extra_tests/ctypes_tests/test_buffers.py View it on GitLab

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: test_multiprocessing: pypy's GC doesn't have {get, set}_threshold

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: ff414866 by Stefano Rivera at 2020-10-09T11:22:08-07:00 test_multiprocessing: pypy's GC doesn't have {get,set}_threshold --HG-- branch : stdlib-2.7.18-3 - - - - - d812baf0 by Stefano Rivera at 2020-10-09T11:29:21-0

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] fix test

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 43047ca2 by Stefano Rivera at 2020-10-09T10:02:19-07:00 fix test (grafted from c8644313626b882272ff489a1a4c8eca55a58426) --HG-- branch : stdlib-2.7.18-3 - - - - - 1 changed file: - extra_tests/ctypes_tests/test_

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] Replace more test_support with support. Bad merge?

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 9ad9e775 by Stefano Rivera at 2020-10-09T09:56:42-07:00 Replace more test_support with support. Bad merge? --HG-- branch : stdlib-2.7.18-3 - - - - - 1 changed file: - lib-python/2.7/test/test_multiprocessing.py

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 2 commits: Check return value of decoder.getstate()

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 2cdce53c by Stefano Rivera at 2020-10-09T08:19:20-07:00 Check return value of decoder.getstate() (grafted from c795f015ed3622fec95ddaba460f87e197a8a736) --HG-- branch : stdlib-2.7.18-3 - - - - - e4d87836 by Stefano

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] Backed out changeset 396185377e61

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: e20c5ce6 by Stefano Rivera at 2020-10-09T07:54:08-07:00 Backed out changeset 396185377e61 Whoops, meant to strip that before pushing --HG-- branch : stdlib-2.7.18-3 - - - - - 1 changed file: - − pypy/interprete

[pypy-commit] [Git][pypy/pypy][branch/stdlib-2.7.18-3] 4 commits: Temporary: app_test for sys_settrace

2020-10-09 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/stdlib-2.7.18-3 at PyPy / pypy Commits: 881b7c78 by Stefano Rivera at 2020-10-08T23:48:47-07:00 Temporary: app_test for sys_settrace --HG-- branch : stdlib-2.7.18-3 - - - - - 75ea3bc4 by Stefano Rivera at 2020-10-08T20:01:05-07:00 cpython compatibility (