[pypy-commit] [Git][pypy/extradoc] Deleted branch topic/extradoc/blog-new-chapter-for-pypy

2020-08-12 Thread Simon Cross
Simon Cross deleted branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman

[pypy-commit] [Git][pypy/extradoc][branch/extradoc] 5 commits: Draft of the new chapter for PyPy blog post.

2020-08-12 Thread Simon Cross
Simon Cross pushed to branch branch/extradoc at PyPy / extradoc Commits: d9a83b69 by Simon Cross at 2020-08-11T23:50:48+02:00 Draft of the new chapter for PyPy blog post. --HG-- branch : extradoc - - - - - f60b6ba2 by Simon Cross at 2020-08-12T15:36:36+02:00 Change thank you into a quote. --

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/blog-new-chapter-for-pypy] Small final tweaks.

2020-08-12 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc Commits: 5c3e6885 by Simon Cross at 2020-08-12T22:03:18+02:00 Small final tweaks. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-08-12-new-chapter-for-pypy.rst View it on GitLa

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/blog-new-chapter-for-pypy] Mention that a "future plans" blog post is coming

2020-08-12 Thread Antonio Cuni
Antonio Cuni pushed to branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc Commits: e7d97fc9 by Antonio Cuni at 2020-08-12T13:54:28+00:00 Mention that a "future plans" blog post is coming --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-08-12-new-chapter

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/blog-new-chapter-for-pypy] Tweak working to make it clear that PyPy isn't going corporate.

2020-08-12 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc Commits: d5a4dc70 by Simon Cross at 2020-08-12T15:41:45+02:00 Tweak working to make it clear that PyPy isn't going corporate. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-08-12

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/blog-new-chapter-for-pypy] Change thank you into a quote.

2020-08-12 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc Commits: f60b6ba2 by Simon Cross at 2020-08-12T15:36:36+02:00 Change thank you into a quote. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-08-12-new-chapter-for-pypy.rst View

[pypy-commit] [Git][pypy/pypy][branch/win64] fix test_arrayitems

2020-08-12 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: b6f0bc40 by Armin Rigo at 2020-08-12T13:45:41+02:00 fix test_arrayitems --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/test/test_runner.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-

[pypy-commit] [Git][pypy/pypy][branch/win64] test_compile_bridge_while_running

2020-08-12 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: e84aeb5f by Armin Rigo at 2020-08-12T13:39:00+02:00 test_compile_bridge_while_running --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/assembler.py View it on GitLab: https://foss.heptapod.net/pypy

[pypy-commit] [Git][pypy/pypy][branch/win64] after a lot of fighting, found the workaround to debug this

2020-08-12 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 1504332d by Armin Rigo at 2020-08-12T13:24:56+02:00 after a lot of fighting, found the workaround to debug this --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/assembler.py View it on GitLab: http

[pypy-commit] [Git][pypy/pypy][branch/win64] fix for calls to SetLastError

2020-08-12 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: 2769c378 by Armin Rigo at 2020-08-12T12:33:20+02:00 fix for calls to SetLastError --HG-- branch : win64 - - - - - 1 changed file: - rpython/jit/backend/x86/callbuilder.py View it on GitLab: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/win64] 2 commits: the shadow store always contains 4 words, even if the function only takes less arguments

2020-08-12 Thread Armin Rigo
Armin Rigo pushed to branch branch/win64 at PyPy / pypy Commits: dbfe413c by Armin Rigo at 2020-08-12T11:26:32+02:00 the shadow store always contains 4 words, even if the function only takes less arguments --HG-- branch : win64 - - - - - 4ac73972 by Armin Rigo at 2020-08-12T12:07:49+02:00 fi