[pypy-commit] pypy py3.5: Test and fix on Windows (os.get_terminal_size() failures)

2018-08-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95017:f9e3e94e62d6 Date: 2018-08-22 07:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f9e3e94e62d6/ Log:Test and fix on Windows (os.get_terminal_size() failures) diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.p

[pypy-commit] pypy py3.5: Test and fix (for lib-python/3/pathlib): 'os.symlink' must exist, even

2017-12-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93521:50aa133f3ee9 Date: 2017-12-20 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/50aa133f3ee9/ Log:Test and fix (for lib-python/3/pathlib): 'os.symlink' must exist, even if it can raise NotImplementedError on Windows diff --git a/p

[pypy-commit] pypy py3.5: Test and fix for CPython's test_itertools (broken by accident in 17c8c1d27c41)

2017-09-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r92436:db294f23903a Date: 2017-09-22 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/db294f23903a/ Log:Test and fix for CPython's test_itertools (broken by accident in 17c8c1d27c41) diff --git a/pypy/module/itertools/interp_itertools.p

[pypy-commit] pypy py3.5: Test and fix (lib-python/3/test/test_descr)

2017-08-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r92225:c1fb69da92dc Date: 2017-08-23 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/c1fb69da92dc/ Log:Test and fix (lib-python/3/test/test_descr) diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject

[pypy-commit] pypy py3.5: test and fix

2017-03-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90606:928d214e47b3 Date: 2017-03-09 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/928d214e47b3/ Log:test and fix diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/interp_buffered

[pypy-commit] pypy py3.5: test and fix

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90218:3910e862f7e9 Date: 2017-02-20 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/3910e862f7e9/ Log:test and fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b/pypy/inter

[pypy-commit] pypy py3.5: test and "fix" with ample comments about the memoryview() of a ctypes object

2017-02-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90164:cb5fc958f45b Date: 2017-02-16 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/cb5fc958f45b/ Log:test and "fix" with ample comments about the memoryview() of a ctypes object diff --git a/pypy/module/_rawffi/buffer.py b/pypy/modul

[pypy-commit] pypy py3.5: Test and fix for PyLong_AsLong

2017-02-10 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90041:7d3aa9ec294f Date: 2017-02-10 20:19 + http://bitbucket.org/pypy/pypy/changeset/7d3aa9ec294f/ Log:Test and fix for PyLong_AsLong diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/lon

[pypy-commit] pypy py3.5: Test and fix

2017-02-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89908:885116967761 Date: 2017-02-03 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/885116967761/ Log:Test and fix diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py --- a/pypy/mo

[pypy-commit] pypy py3.5: test and fix

2017-02-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89879:9dc20d26cd82 Date: 2017-02-01 14:27 +0100 http://bitbucket.org/pypy/pypy/changeset/9dc20d26cd82/ Log:test and fix diff --git a/pypy/module/_multiprocessing/interp_semaphore.py b/pypy/module/_multiprocessing/interp_semaphore.py --- a/pypy/mo

[pypy-commit] pypy py3.5: Test and fix for an issue with braces inside brackets

2017-01-12 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89533:ec2d5317659d Date: 2017-01-12 23:13 +0100 http://bitbucket.org/pypy/pypy/changeset/ec2d5317659d/ Log:Test and fix for an issue with braces inside brackets diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pyp

[pypy-commit] pypy py3.5: test and fix

2017-01-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89466:9124eb47aa9d Date: 2017-01-10 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9124eb47aa9d/ Log:test and fix diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py --- a/pypy/objspace/std/objectobject.py +++

[pypy-commit] pypy py3.5: test and fix for bytes.__rmod__

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89094:96366ab75bb6 Date: 2016-12-16 12:35 +0100 http://bitbucket.org/pypy/pypy/changeset/96366ab75bb6/ Log:test and fix for bytes.__rmod__ diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/byt

[pypy-commit] pypy py3.5: Test and fix for a similar exception_trace() inside YIELD_FROM

2016-12-12 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89019:d05548c7343d Date: 2016-12-12 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/d05548c7343d/ Log:Test and fix for a similar exception_trace() inside YIELD_FROM diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --

[pypy-commit] pypy py3.5: test and fix

2016-12-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88928:96c74a5d5b0a Date: 2016-12-07 10:24 +0100 http://bitbucket.org/pypy/pypy/changeset/96c74a5d5b0a/ Log:test and fix diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule.py --- a/pypy/module/sys/test/test_s

[pypy-commit] pypy py3.5: Test and fix

2016-12-04 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r6:2b00c209938d Date: 2016-12-04 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2b00c209938d/ Log:Test and fix diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/pypy/ob

[pypy-commit] pypy py3.5: test and fix

2016-12-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88839:5ff985c7735b Date: 2016-12-03 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/5ff985c7735b/ Log:test and fix diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/tes

[pypy-commit] pypy py3.5: test and fix

2016-12-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88834:064673746af4 Date: 2016-12-02 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/064673746af4/ Log:test and fix diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py +++

[pypy-commit] pypy py3.5: Test and fix for super() with no arguments if 'self' is in a cell var

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88779:955d91968eb0 Date: 2016-11-30 17:09 +0100 http://bitbucket.org/pypy/pypy/changeset/955d91968eb0/ Log:Test and fix for super() with no arguments if 'self' is in a cell var diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/mod

[pypy-commit] pypy py3.5: test and fix a warning

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88723:2958f07abe78 Date: 2016-11-29 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/2958f07abe78/ Log:test and fix a warning diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b/

[pypy-commit] pypy py3.5: Test and fix for frame.clear()

2016-11-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88496:e7e2aa356442 Date: 2016-11-20 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/e7e2aa356442/ Log:Test and fix for frame.clear() diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++

[pypy-commit] pypy py3.5: Test and fix for setting f_lineno

2016-11-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88479:038ed5ec2571 Date: 2016-11-19 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/038ed5ec2571/ Log:Test and fix for setting f_lineno diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +

[pypy-commit] pypy py3.5: test and fix: math.logN(very_large_int)

2016-11-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88447:5b3bd2f5c4ef Date: 2016-11-17 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/5b3bd2f5c4ef/ Log:test and fix: math.logN(very_large_int) diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py --- a/pypy/module/mat

[pypy-commit] pypy py3.5: Test and fix for an annoying issue

2016-11-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88144:7c88b941e3a8 Date: 2016-11-04 23:07 + http://bitbucket.org/pypy/pypy/changeset/7c88b941e3a8/ Log:Test and fix for an annoying issue diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generat

[pypy-commit] pypy py3.5: Test and fix

2016-11-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88021:f9dfa88ad22a Date: 2016-11-01 11:36 +0100 http://bitbucket.org/pypy/pypy/changeset/f9dfa88ad22a/ Log:Test and fix diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/funct

[pypy-commit] pypy py3.5: Test and fix

2016-11-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88020:88f5561e826f Date: 2016-11-01 11:16 +0100 http://bitbucket.org/pypy/pypy/changeset/88f5561e826f/ Log:Test and fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b/pypy/inter

[pypy-commit] pypy py3.5: test and fix

2016-11-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88017:63c487334766 Date: 2016-11-01 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/63c487334766/ Log:test and fix diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operator/app_operator.py --- a/pypy/module/operator/app_operat

[pypy-commit] pypy py3.5: Test and fix: the order of BUILD_MAP was wrong

2016-10-14 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87774:59503d6feb4b Date: 2016-10-14 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/59503d6feb4b/ Log:Test and fix: the order of BUILD_MAP was wrong diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpret

[pypy-commit] pypy py3.5: Test and fix (and remove the temporary dirty fix which only works if

2016-08-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86674:35fc02e01bf7 Date: 2016-08-29 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/35fc02e01bf7/ Log:Test and fix (and remove the temporary dirty fix which only works if there is a list object around) diff --git a/pypy/interpreter/py