[pypy-commit] [Git][pypy/extradoc][branch/extradoc] Add hodgestar to sprint.

2022-07-30 Thread Simon Cross (@hodgestar)
Simon Cross pushed to branch branch/extradoc at PyPy / extradoc Commits: afe7a45f by Simon Cross at 2022-07-30T22:23:52+00:00 Add hodgestar to sprint. --HG-- branch : extradoc - - - - - 1 changed file: - sprintinfo/ddorf2022/people.txt View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/hpy] 11 commits: Update vendored hpy to 2829a0d.

2020-12-10 Thread Simon Cross
Simon Cross pushed to branch branch/hpy at PyPy / pypy Commits: 97a84cd2 by Simon Cross at 2020-12-08T17:23:06+02:00 Update vendored hpy to 2829a0d. --HG-- branch : hpy-update-to-2829a0d - - - - - e6d13817 by Simon Cross at 2020-12-08T17:24:15+02:00 Fix locating of compiled .so file. --HG

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] 2 commits: Update vendored hpy to 6e38f80.

2020-12-10 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy Commits: b856262d by Simon Cross at 2020-12-10T18:50:48+02:00 Update vendored hpy to 6e38f80. --HG-- branch : hpy-update-to-2829a0d - - - - - 616db8d0 by Simon Cross at 2020-12-10T18:51:36+02:00 Look for filename as

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] Update vendored hpy to 7a0cb53.

2020-12-10 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy Commits: 738880b7 by Simon Cross at 2020-12-10T13:44:05+02:00 Update vendored hpy to 7a0cb53. --HG-- branch : hpy-update-to-2829a0d - - - - - 2 changed files: - pypy/module/_hpy_universal/_vendored/hpy/devel/include

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] 2 commits: Fix HPyLong_AsUnsignedLongLong and HPyLong_AsSsize_t to ignore __int__ and __index__ methods.

2020-12-10 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy Commits: a78307bf by Simon Cross at 2020-12-10T11:44:39+02:00 Fix HPyLong_AsUnsignedLongLong and HPyLong_AsSsize_t to ignore __int__ and __index__ methods. --HG-- branch : hpy-update-to-2829a0d - - - - - ee6fe2ff by

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] 2 commits: Small update of vendored hpy to 22a05e8.

2020-12-09 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy Commits: 0d6ab8c9 by Simon Cross at 2020-12-09T22:41:14+02:00 Small update of vendored hpy to 22a05e8. --HG-- branch : hpy-update-to-2829a0d - - - - - b43a8a8c by Simon Cross at 2020-12-09T22:43:57+02:00 Implement

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-2829a0d] Restore skipping hpy tests on windows from r100780.

2020-12-08 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-2829a0d at PyPy / pypy Commits: 85b3af55 by Simon Cross at 2020-12-08T17:34:26+02:00 Restore skipping hpy tests on windows from r100780. --HG-- branch : hpy-update-to-2829a0d - - - - - 1 changed file: - pypy/module/_hpy_universal/test

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/hpy-update-to-2829a0d

2020-12-08 Thread Simon Cross
Simon Cross pushed new branch branch/hpy-update-to-2829a0d at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-update-to-2829a0d You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/hpy] 17 commits: Update vendored hpy to 7c832a2f.

2020-12-04 Thread Simon Cross
Simon Cross pushed to branch branch/hpy at PyPy / pypy Commits: 01b799f6 by Simon Cross at 2020-12-01T23:31:00+02:00 Update vendored hpy to 7c832a2f. --HG-- branch : hpy-update-to-7c832a2f - - - - - 68323427 by Simon Cross at 2020-12-02T00:15:39+02:00 Update ctx. --HG-- branch : hpy-update

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] 15 commits: add failing test for issue 3348

2020-12-04 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: a53c5fa6 by Matti Picus at 2020-11-25T20:59:55+02:00 add failing test for issue 3348 --HG-- branch : issue3348 - - - - - 0103526b by Julian Berman at 2020-11-25T19:17:05-05:00 Fix the crypt thread lock on Py3

[pypy-commit] [Git][pypy/pypy][branch/hpy] 14 commits: add failing test for issue 3348

2020-12-04 Thread Simon Cross
Simon Cross pushed to branch branch/hpy at PyPy / pypy Commits: a53c5fa6 by Matti Picus at 2020-11-25T20:59:55+02:00 add failing test for issue 3348 --HG-- branch : issue3348 - - - - - 0103526b by Julian Berman at 2020-11-25T19:17:05-05:00 Fix the crypt thread lock on Py3 (Here the module&#

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Implement constcharpsize2str in rffi.

2020-12-04 Thread Simon Cross
Simon Cross pushed to branch branch/py3.6 at PyPy / pypy Commits: 5377bf6e by Simon Cross at 2020-12-03T23:29:18+02:00 Implement constcharpsize2str in rffi. --HG-- branch : py3.6 - - - - - 2 changed files: - rpython/rtyper/lltypesystem/rffi.py - rpython/rtyper/lltypesystem/test

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: Implement constcharpsize2str in rffi.

2020-12-04 Thread Simon Cross
Simon Cross pushed to branch branch/default at PyPy / pypy Commits: ae5fddfb by Simon Cross at 2020-12-03T23:29:18+02:00 Implement constcharpsize2str in rffi. --HG-- branch : add-rffi-constcharpsize2str - - - - - 6ce0fc57 by Simon Cross at 2020-12-04T14:19:38+00:00 Merge branch 'branc

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/cpyext-pylong-assize-t-fix-exc-type

2020-12-03 Thread Simon Cross
Simon Cross deleted branch branch/cpyext-pylong-assize-t-fix-exc-type at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/ma

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/add-rffi-constcharpsize2str

2020-12-03 Thread Simon Cross
Simon Cross pushed new branch branch/add-rffi-constcharpsize2str at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/add-rffi-constcharpsize2str You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Convert API.cast to C-style type specifiers.

2020-12-03 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: 511fd9e6 by Simon Cross at 2020-12-03T23:11:34+02:00 Convert API.cast to C-style type specifiers. --HG-- branch : hpy-update-to-7c832a2f - - - - - 2 changed files: - pypy/module/_hpy_universal/apiset.py

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Reformat if statement.

2020-12-03 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: 87cc8282 by Simon Cross at 2020-12-03T22:40:03+02:00 Reformat if statement. --HG-- branch : hpy-update-to-7c832a2f - - - - - 1 changed file: - pypy/objspace/fake/objspace.py View it on GitLab: https

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] 3 commits: Add all builtin exceptions to the fake objspace.

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: c5bd13b7 by Simon Cross at 2020-12-03T00:30:35+02:00 Add all builtin exceptions to the fake objspace. --HG-- branch : hpy-update-to-7c832a2f - - - - - d16b562c by Simon Cross at 2020-12-03T00:32:21+02:00 Add

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Add error values to new HPyLong functions.

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: 0cd378b8 by Simon Cross at 2020-12-02T22:36:43+02:00 Add error values to new HPyLong functions. --HG-- branch : hpy-update-to-7c832a2f - - - - - 2 changed files: - pypy/module/_hpy_universal/apiset.py

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/cpyext-pylong-assize-t-fix-exc-type

2020-12-02 Thread Simon Cross
Simon Cross pushed new branch branch/cpyext-pylong-assize-t-fix-exc-type at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/cpyext-pylong-assize-t-fix-exc-type You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Remove note about fixing cpyext PyLong_AsSize_t (will open an MR instead).

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: 920414ef by Simon Cross at 2020-12-02T16:41:02+02:00 Remove note about fixing cpyext PyLong_AsSize_t (will open an MR instead). --HG-- branch : hpy-update-to-7c832a2f - - - - - 1 changed file: - pypy/module

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-to-7c832a2f] Raise ValueError from HPyBytes_FromStringAndSize if a NULL string is passed.

2020-12-02 Thread Simon Cross
Simon Cross pushed to branch branch/hpy-update-to-7c832a2f at PyPy / pypy Commits: aea9ffb1 by Simon Cross at 2020-12-02T16:18:24+02:00 Raise ValueError from HPyBytes_FromStringAndSize if a NULL string is passed. --HG-- branch : hpy-update-to-7c832a2f - - - - - 1 changed file: - pypy

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/hpy-update-to-7c832a2f

2020-12-01 Thread Simon Cross
Simon Cross pushed new branch branch/hpy-update-to-7c832a2f at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/hpy-update-to-7c832a2f You're receiving this email because of your account on foss.heptapo

[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.pytho

[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

[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/20

[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/extradoc] Pushed new branch topic/extradoc/blog-new-chapter-for-pypy

2020-08-11 Thread Simon Cross
Simon Cross pushed new branch topic/extradoc/blog-new-chapter-for-pypy at PyPy / extradoc -- View it on GitLab: https://foss.heptapod.net/pypy/extradoc/-/tree/topic/extradoc/blog-new-chapter-for-pypy You're receiving this email because of your account on foss.heptapo

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/leysin-sprint-report] Remove trailing _ at end of rust-cpython target definition.

2020-03-17 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/leysin-sprint-report at PyPy / extradoc Commits: 71ce0d16 by Simon Cross at 2020-03-17T23:24:59+02:00 Remove trailing _ at end of rust-cpython target definition. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-03-15-leysin

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/leysin-sprint-report] Fix list of projects, add short description of HPy, and clarify joke at the end.

2020-03-17 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/leysin-sprint-report at PyPy / extradoc Commits: 2bcaa2b3 by Simon Cross at 2020-03-17T23:08:19+02:00 Fix list of projects, add short description of HPy, and clarify joke at the end. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft

[pypy-commit] [Git][pypy/extradoc][topic/extradoc/leysin-sprint-report] Italicize postscript joke.

2020-03-16 Thread Simon Cross
Simon Cross pushed to branch topic/extradoc/leysin-sprint-report at PyPy / extradoc Commits: c8e5c6d2 by Simon Cross at 2020-03-16T23:20:37+02:00 Italicize postscript joke. --HG-- branch : extradoc - - - - - 1 changed file: - blog/draft/2020-03-15-leysin-sprint-report.rst View it on

[pypy-commit] [Git][pypy/extradoc] Pushed new branch topic/extradoc/leysin-sprint-report

2020-03-16 Thread Simon Cross
Simon Cross pushed new branch topic/extradoc/leysin-sprint-report at PyPy / extradoc --- View it on GitLab: https://foss.heptapod.net/pypy/extradoc/tree/topic/extradoc/leysin-sprint-report You're receiving this email because of your account on foss.heptapo