Author: andrewjlawrence
Branch: winconsoleio
Changeset: r97559:162b9ddd10a3
Date: 2019-09-20 07:11 +0100
http://bitbucket.org/pypy/pypy/changeset/162b9ddd10a3/
Log:Removed extraneous frees
diff --git a/pypy/module/_io/interp_win32consoleio.py
b/pypy/module/_io/interp_win32consoleio.py
--- a/
Author: andrewjlawrence
Branch: winconsoleio
Changeset: r97558:9210c8d4569e
Date: 2019-09-20 06:58 +0100
http://bitbucket.org/pypy/pypy/changeset/9210c8d4569e/
Log:Added some more tests
diff --git a/pypy/module/_io/interp_win32consoleio.py
b/pypy/module/_io/interp_win32consoleio.py
--- a/pyp
Author: Matti Picus
Branch: py3.6
Changeset: r97557:f98d9defef9b
Date: 2019-09-20 08:31 +0300
http://bitbucket.org/pypy/pypy/changeset/f98d9defef9b/
Log:fix whatsnew fwiw
diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
--- a/pypy/doc/whatsnew-pypy3-head.rst
+
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r97556:df419b83d7f9
Date: 2019-09-20 00:03 +0200
http://bitbucket.org/pypy/pypy/changeset/df419b83d7f9/
Log:produce syntax errors with the failing line attached even if the
error comes from the astbuilder
diff --git a/pypy/inter
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97555:c61c6e7c5d66
Date: 2019-09-19 22:04 +0200
http://bitbucket.org/pypy/pypy/changeset/c61c6e7c5d66/
Log:really hope this finally fixes test_sys
diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py
--- a/pypy/module/sys/
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97552:9ce0c4b2a38c
Date: 2019-09-07 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/9ce0c4b2a38c/
Log:Fixed TODOs for rrc mark and incmark for modern finalizers
diff --git a/rpython/memory/gc/rrc/incmark.py b/rpython/memory/gc/rrc
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97553:73cc4bd3f3ca
Date: 2019-09-19 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/73cc4bd3f3ca/
Log:Include p_list in snapshot of rrc incmark Fixed some other issues
and added some TODOs
diff --git a/rpython/memory/gc/rr
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97554:a84af3d1e5c1
Date: 2019-09-19 12:46 +0200
http://bitbucket.org/pypy/pypy/changeset/a84af3d1e5c1/
Log:Fixed tests for non-gc proxies in mark Added some TODOs and comments
diff --git a/rpython/memory/gc/rrc/base.py b/rpython/memory
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97551:02f4b7934b7f
Date: 2019-09-19 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/02f4b7934b7f/
Log:merge default
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -40,11 +40,11 @@
Armin Rigo
Maciej Fijalk
Author: Carl Friedrich Bolz-Tereick
Branch: json-decoder-maps
Changeset: r97546:d2524657b1d4
Date: 2019-09-19 20:08 +0200
http://bitbucket.org/pypy/pypy/changeset/d2524657b1d4/
Log:address two comments
(the "obscure hack to help the cpu cache in withintprebuiltint
doesn't app
Author: Carl Friedrich Bolz-Tereick
Branch: json-decoder-maps
Changeset: r97544:434116a59d15
Date: 2019-09-19 19:54 +0200
http://bitbucket.org/pypy/pypy/changeset/434116a59d15/
Log:explain MIN_SIZE_FOR_STRING_CACHE
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pypyjson
Author: Carl Friedrich Bolz-Tereick
Branch: json-decoder-maps
Changeset: r97545:863872b6a655
Date: 2019-09-19 20:01 +0200
http://bitbucket.org/pypy/pypy/changeset/863872b6a655/
Log:fix two, add one reply
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pypyjson/interp_dec
Author: Carl Friedrich Bolz-Tereick
Branch: json-decoder-maps
Changeset: r97543:5a9168e9cb01
Date: 2019-09-19 19:40 +0200
http://bitbucket.org/pypy/pypy/changeset/5a9168e9cb01/
Log:some comments, rename a few attributes
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pyp
Author: Carl Friedrich Bolz-Tereick
Branch: json-decoder-maps
Changeset: r97542:243adfa1677a
Date: 2019-09-19 16:31 +0200
http://bitbucket.org/pypy/pypy/changeset/243adfa1677a/
Log:start addressing some comments by Anto
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pyp
Author: Ronan Lamy
Branch: py3.6
Changeset: r97541:abe60bf6dc7b
Date: 2019-09-19 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/abe60bf6dc7b/
Log:Add DeprecationWarning for invalid escapes in str literals,
similarly to bytes literals
diff --git a/pypy/interpreter/pyparser/test/
Author: Ronan Lamy
Branch: py3.6
Changeset: r97540:90d95ff4347e
Date: 2019-09-19 16:03 +0100
http://bitbucket.org/pypy/pypy/changeset/90d95ff4347e/
Log:Fix confusing variable naming
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/uni
Author: Ronan Lamy
Branch: py3.6
Changeset: r97539:323217710a5a
Date: 2019-09-19 15:45 +0100
http://bitbucket.org/pypy/pypy/changeset/323217710a5a/
Log:Separate bytes() and str() paths in parsestr()
diff --git a/pypy/interpreter/pyparser/parsestring.py
b/pypy/interpreter/pyparser/parsestrin
Author: Antonio Cuni
Branch: json-decoder-maps
Changeset: r97538:1a3d5908e330
Date: 2019-09-19 15:05 +0200
http://bitbucket.org/pypy/pypy/changeset/1a3d5908e330/
Log:more comments and review
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pypyjson/interp_decoder.py
--- a
Author: Ronan Lamy
Branch: py3.6
Changeset: r97537:199eb552dbe7
Date: 2019-09-19 13:16 +0100
http://bitbucket.org/pypy/pypy/changeset/199eb552dbe7/
Log:Remove --no-objspace-fstrings translation option: f-strings should
always be enabled in 3.6
diff --git a/pypy/config/pypyoption.py b
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97535:7ea1a4ba3ea1
Date: 2019-09-19 11:45 +0200
http://bitbucket.org/pypy/pypy/changeset/7ea1a4ba3ea1/
Log:change test_peepholer: PyPy implements the feature, but the limit is
different than CPython's
diff --git a/lib-pyth
Author: Carl Friedrich Bolz-Tereick
Branch: py3.6
Changeset: r97536:3f81620aeee8
Date: 2019-09-19 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/3f81620aeee8/
Log:pypy doesn't call all finalizers during shutdown
diff --git a/lib-python/3/test/test_threading.py
b/lib-python/3/test/test
Author: Matti Picus
Branch:
Changeset: r97534:9c2a1fc23434
Date: 2019-09-19 12:41 +0300
http://bitbucket.org/pypy/pypy/changeset/9c2a1fc23434/
Log:update release note (from 7.1.1 release up to commit
97179-e0689d0f47c6)
diff --git a/pypy/doc/release-v7.2.0.rst b/pypy/doc/release-v7.
22 matches
Mail list logo