Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hpyproject/hpy

HPy: a better API for Python
https://github.com/hpyproject/hpy

fixes from pypy

mattip opened this pull request 4 days ago
Added HPySlice_New

DuToitSpies opened this pull request 8 months ago
fix deprecated pkg_resources

trim21 opened this pull request 8 months ago
declare exception class?

trim21 opened this issue 8 months ago
Bump jinja2 from 3.1.3 to 3.1.4 in /docs

dependabot[bot] opened this pull request 9 months ago
Is keeping 2.7 compatibility for `hpy/devel/__init__.py` still relevant?

Sachaa-Thanasius opened this issue 11 months ago
Add HPyIter_(Check|Next) and HPy_GetIter

Sachaa-Thanasius opened this pull request 11 months ago
Support the Meson build system with meson-python

paugier opened this issue 12 months ago
ABI for unboxed calls from JITs (and cython, etc.)

steve-s opened this issue 12 months ago
DRAFT: Run main_tests only on various versions of macOS

cclauss opened this pull request 12 months ago
Improve implementation of HPy_(Type | Is | GetItem_i) in CPython ABI mode.

fangerer opened this pull request 12 months ago
Add HPy_(Get|Set|Del)Slice

fangerer opened this pull request almost 1 year ago
Add HPyList_Insert

fangerer opened this pull request about 1 year ago
Enable slot HPy_tp_descr_get.

fangerer opened this pull request about 1 year ago
ci.yml: Upgrade some jobs to run on macos-latest

cclauss opened this pull request about 1 year ago
Add a GitHub Action to find typos with codespell

cclauss opened this pull request about 1 year ago
ci.yml: Upgrade GitHub Actions

cclauss opened this pull request about 1 year ago
test_legacy_forbidden.py: Remove unused imports

cclauss opened this pull request about 1 year ago
HPyErr_Format missing

mattip opened this issue about 1 year ago
add a failing test to replicate numpy scalar type scheme

mattip opened this pull request about 1 year ago
Return an error state from HPyField_Store

mattip opened this issue about 1 year ago
Ambiguous tests in test_hpytype_legacy.py

mattip opened this issue about 1 year ago
Add dictionary type to HPy

DuToitSpies opened this pull request about 1 year ago
Generate Rust ffi binding via bindgen

messense opened this pull request about 1 year ago
support uses a trick to get a module spec which fails on PyPy

mattip opened this issue about 1 year ago
backport changes from PyPy

mattip opened this pull request about 1 year ago
ambiguous struct fields in HPyType_Spec

mattip opened this issue about 1 year ago
missing tests for _load_bootstrap

mattip opened this issue over 1 year ago
Duplicate supports_ref_counts

mattip opened this issue over 1 year ago
HPy helpers deployment

fangerer opened this issue over 1 year ago
Final changes for stable release 0.9.

fangerer opened this pull request over 1 year ago
debug ctx_Type_GetName does not take trailing NULL into account

mattip opened this issue over 1 year ago
Design goal of HPyCapsule conflicts with universal mode

mattip opened this issue over 1 year ago
fix typo: HPy_mod_execute -> HPy_mod_exec

mattip opened this pull request over 1 year ago
Add an example or test that uses HPy_mod_execute

mattip opened this issue over 1 year ago
Functions should not suppress unrelated exceptions

steve-s opened this issue over 1 year ago
MSVC designated initializer experience in C++ is poor

KubaO opened this issue over 1 year ago
Make autogen work under Windows+MSVC

KubaO opened this pull request over 1 year ago
How to get a context when python is embedded in an application?

KubaO opened this issue over 1 year ago
Integration into projects that embed Python and use cmake

KubaO opened this issue over 1 year ago
Errors when using "setup.py bdist_wheel" with pyproject.toml

f-cozzocrea opened this issue over 1 year ago
Install error when using install command from "Quickstart"

f-cozzocrea opened this issue over 1 year ago
Provide some level of typing experience in the API

steve-s opened this issue over 1 year ago
Add structseq.c to extra sources.

fangerer opened this pull request over 1 year ago
Fix workflow condition.

fangerer opened this pull request over 1 year ago
Add separate authors file to track contributions

timfel opened this pull request over 1 year ago
Remove a weirdly placed comma

fingolfin opened this pull request almost 2 years ago
Prepare next release (version 0.9.0).

fangerer opened this pull request almost 2 years ago
Use standard type ssize_t to define HPy_ssize_t.

fangerer opened this issue almost 2 years ago
Typo fixes (suggested by codespell)

Starbuck5 opened this pull request almost 2 years ago
Update the name of the Graal Python implementation.

timfel opened this pull request almost 2 years ago
Potential role of CPython and Python Steering Council

paugier opened this issue almost 2 years ago
Improve HPy funding?

paugier opened this issue almost 2 years ago
Fix rst variables written in md style (as ``foo``)

paugier opened this pull request almost 2 years ago
GitHub Action to lint Python code

cclauss opened this pull request almost 2 years ago
Introduce HPySlice_Unpack and HPySlice_AdjustIndices.

fangerer opened this pull request almost 2 years ago
Add struct sequence API as HPy helpers.

fangerer opened this pull request almost 2 years ago
Remove support for Python 3.7.

fangerer opened this pull request almost 2 years ago
skip cppcheck

mattip opened this pull request almost 2 years ago
Introduce HPyDict_Keys and HPyDict_Copy.

fangerer opened this pull request almost 2 years ago
Introduce HPyUnicode_FromEncodedObject and HPyUnicode_Substring.

fangerer opened this pull request almost 2 years ago
Introduce HPyType_GetName and HPyType_IsSubtype.

fangerer opened this pull request almost 2 years ago
Introduce HPyType_GetName and HPyType_IsSubtype.

fangerer opened this pull request almost 2 years ago
fixup changes from PR #407

mattip opened this pull request almost 2 years ago
ENH: add HPyContextVar* interfaces and document how it is done

mattip opened this pull request almost 2 years ago
README.md: shorten and add Discord link

steve-s opened this pull request almost 2 years ago
Add HPyUnicode_FromFormat(v) and HPyErr_Format.

steve-s opened this pull request almost 2 years ago
Should we have HPyDict_GetItem

fangerer opened this issue almost 2 years ago
Introduce HPy_Compile_s and HPy_EvalCode.

fangerer opened this pull request almost 2 years ago
Verify HPy_TypeCheck's 2nd arg in debug mode only.

fangerer opened this pull request almost 2 years ago
Autogen code also for HPyFunc_NOARGS and HPyFunc_NOARGS_O

steve-s opened this pull request almost 2 years ago
Protocols to remove abstraction overhead

steve-s opened this issue almost 2 years ago
Small documentation improvements & quickstart guide

steve-s opened this pull request almost 2 years ago
Minor stylistic improvements to the top-level README

hodgestar opened this pull request almost 2 years ago
Multi-phase module initialization

fangerer opened this issue almost 2 years ago
Improve HPy documentation

fangerer opened this pull request about 2 years ago
Fix and re-enable cppcheck

fangerer opened this pull request about 2 years ago
Use fixed-width integers and clarify encoding of C strings.

fangerer opened this pull request about 2 years ago
Multiphase module initialization

steve-s opened this pull request about 2 years ago
Test upgrade to macos-12.

fangerer opened this pull request about 2 years ago
Split valgrind tests.

fangerer opened this pull request about 2 years ago
Support vectorcall protocol

fangerer opened this pull request about 2 years ago
Add support for vectorcall protocol.

fangerer opened this issue about 2 years ago
Fix GitHub actions: fix Ubuntu version for py27 compat and cpp-check

steve-s opened this pull request about 2 years ago
Emit HPy ABI version into the binary and check it when loading a module

steve-s opened this pull request about 2 years ago
Add HPy<type>_Check for all fast equivalent type checks in CPython.

fangerer opened this issue about 2 years ago
Enable slots HPy_tp_str and HPy_tp_hash.

fangerer opened this pull request about 2 years ago
Enable slots HPy_tp_str and HPy_tp_hash.

fangerer opened this issue about 2 years ago
HPyBytes_AsString should return const char pointer.

fangerer opened this pull request about 2 years ago