Author: andrewjlawrence
Branch: winconsoleio
Changeset: r97404:b164d0841d7d
Date: 2019-09-07 23:02 +0100
http://bitbucket.org/pypy/pypy/changeset/b164d0841d7d/
Log:Implemented read_console_w
diff --git a/pypy/module/_io/interp_win32consoleio.py
b/pypy/module/_io/interp_win32consoleio.py
---
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97403:6be03434acd9
Date: 2019-09-07 19:57 +0200
http://bitbucket.org/pypy/pypy/changeset/6be03434acd9/
Log:do visitor differently
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
--- a/pypy/i
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97402:154e8302eb39
Date: 2019-09-07 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/154e8302eb39/
Log:fix translation?
diff --git a/pypy/interpreter/astcompiler/fstring.py
b/pypy/interpreter/astcompiler/fstring.py
--- a/pypy
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97401:ce93612a2d0c
Date: 2019-09-07 17:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ce93612a2d0c/
Log:fix up the position of AST nodes of the expressions with an f-string
diff --git a/pypy/interpreter/astcompiler/ast.py
b/py
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6-fix-set-lineno
Changeset: r97400:fbbc3ef982ba
Date: 2019-09-07 14:11 +0200
http://bitbucket.org/pypy/pypy/changeset/fbbc3ef982ba/
Log:one further test that I am not managing to pass
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/i
Author: Matti Picus
Branch: py3.6
Changeset: r97399:831c8760bfbd
Date: 2019-09-07 14:06 +0200
http://bitbucket.org/pypy/pypy/changeset/831c8760bfbd/
Log:tests should gc.collect before checking weakrefs
diff --git a/lib-python/3/test/test_concurrent_futures.py
b/lib-python/3/test/test_concur
Author: Matti Picus
Branch: codec_errorhandler
Changeset: r97397:2935e5510fa8
Date: 2019-09-07 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/2935e5510fa8/
Log:disallow changing the exc.object since we cannot modify the input
bytes in-place
diff --git a/pypy/interpreter/unicode
Author: Matti Picus
Branch: py3.6
Changeset: r97398:14e8383d83e7
Date: 2019-09-07 13:57 +0200
http://bitbucket.org/pypy/pypy/changeset/14e8383d83e7/
Log:maybe fix 585e24d5f093
diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py
--- a/pypy/interpreter/generator.py
+++ b
Author: Matti Picus
Branch: codec_errorhandler
Changeset: r97396:a6ee1c3084ed
Date: 2019-09-06 08:06 +0200
http://bitbucket.org/pypy/pypy/changeset/a6ee1c3084ed/
Log:add failing codec errorhandler test
diff --git a/pypy/module/_codecs/test/test_codecs.py
b/pypy/module/_codecs/test/test_code
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6-fix-set-lineno
Changeset: r97394:577840a9fd64
Date: 2019-09-07 11:14 +0200
http://bitbucket.org/pypy/pypy/changeset/577840a9fd64/
Log:branch to try to fix the bugs in setting line number of a frame
diff --git a/pypy/interpreter/pyframe.py b/p
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97393:fd59acda554b
Date: 2019-09-07 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/fd59acda554b/
Log:re-enable accidentally disabled test
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/test_pyfra
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97392:4afcd17db69f
Date: 2019-09-07 10:53 +0200
http://bitbucket.org/pypy/pypy/changeset/4afcd17db69f/
Log:Reverted handling of modern fin for rrc mark to improve termination
Added TODOs for rrc mark and incmark for modern final
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97391:7bc15233822f
Date: 2019-09-07 10:38 +0200
http://bitbucket.org/pypy/pypy/changeset/7bc15233822f/
Log:Simplified handling of rrc modern finalizers Added TODOs to improve
pause times in rrc incmark Fixed bug in rrc mark
dif
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97390:02699fce1da0
Date: 2019-09-07 09:50 +0200
http://bitbucket.org/pypy/pypy/changeset/02699fce1da0/
Log:fix translation
diff --git a/pypy/module/exceptions/interp_exceptions.py
b/pypy/module/exceptions/interp_exceptions.py
---
14 matches
Mail list logo