Ecosyste.ms: OpenCollective

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

github.com/python/pythoncapi-compat

The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.
https://github.com/python/pythoncapi-compat

Optimize PyWeakref_GetRef()

vstinner opened this pull request 2 days ago
Add PyConfig_Get()

vstinner opened this pull request 2 days ago
Add Py_fopen() and Py_fclose()

vstinner opened this pull request 15 days ago
Add structmember.h constants

vstinner opened this pull request about 1 month ago
Add compatibility to Py_T_*

rruuaanng opened this issue about 1 month ago
Add PyGObject as a user

danyeaw opened this pull request about 2 months ago
prepare for pypy3.11 release

mattip opened this pull request 2 months ago
Relax PYPY_VERSION_NUM requirements for hash macros

skirpichev opened this pull request 2 months ago
Add PyLong Import/Export API

skirpichev opened this pull request 2 months ago
Add PyLong_IsPositive/Negative/Zero() functions

skirpichev opened this pull request 2 months ago
Update link to latest version

cdce8p opened this pull request 3 months ago
Treat warnings as errors on MSVC

vstinner opened this pull request 3 months ago
Fix GitHub Actions for latest Ubuntu

vstinner opened this pull request 3 months ago
Fix 'redefinition; different linkage' errors with cp313-win

cdce8p opened this pull request 3 months ago
Add PyLong_FromUInt64() and PyLong_AsUInt64()

vstinner opened this pull request 3 months ago
Add PyIter_NextItem() function

vstinner opened this pull request 3 months ago
Add Py_HashBuffer() function

vstinner opened this pull request 3 months ago
Add PyBytes_Join() function

vstinner opened this pull request 3 months ago
Add PyUnicode_Equal() function

vstinner opened this pull request 3 months ago
Document PyUnicodeWriter API

vstinner opened this pull request 4 months ago
Fix incorrect use of assignment in place of an equality test.

hawkinsp opened this pull request 4 months ago
Support PyLong_AsNativeBytes()?

skirpichev opened this issue 4 months ago
Add critical section API

ngoldbaum opened this pull request 6 months ago
Add shims for critical section macros

ngoldbaum opened this issue 6 months ago
Add static inline to PyUnicodeWriter_WriteStr

vstinner opened this pull request 6 months ago
PyLong_GetSign will be added in 3.14a0

hugovk opened this pull request 7 months ago
[WIP] PEP 741: Add PyConfig_Get() and PyConfig_GetInt()

vstinner opened this pull request 8 months ago
Update GHA

vstinner opened this pull request 8 months ago
Add PyLong_GetSign() function

vstinner opened this pull request 8 months ago
Fix test_frame() on Python 3.13 beta 1

vstinner opened this pull request 8 months ago
Drop Python 3.5 support: cannot be tested anymore

vstinner opened this pull request 8 months ago
Drop Python 3.5 support: cannot be tested anymore

vstinner opened this pull request 8 months ago
Add PyUnicodeWriter API

vstinner opened this pull request 8 months ago
Not supported

vstinner opened this pull request 10 months ago
users: +numpy

vstinner opened this pull request 10 months ago
Fix PyDict_SetDefaultRef() definition

vstinner opened this pull request 10 months ago
GHA: test Python 3.1, 3.2 and 3.4

vstinner opened this pull request 10 months ago
GHA: Test Python 2.7

vstinner opened this pull request 10 months ago
Py_GetConstant compatibility breaking numpy build

tacaswell opened this issue 10 months ago
`PyList_GetItemRef` implementation?

ngoldbaum opened this issue 10 months ago
Add Py_GetConstant() and Py_GetConstantBorrowed()

vstinner opened this pull request 10 months ago
upgrade_pythoncapi.py: Wrong transformations for Py_Is

skirpichev opened this issue 11 months ago
Add hash constants

vstinner opened this pull request 11 months ago
Add PyTime API

vstinner opened this pull request 11 months ago
Add Py_HashPointer()

vstinner opened this pull request about 1 year ago
GHA: test Python 2.7

vstinner opened this pull request about 1 year ago
Add PyDict_Pop() function

vstinner opened this pull request about 1 year ago
Add PyList_Extend()

vstinner opened this pull request about 1 year ago
Test Python 3.13

vstinner opened this pull request over 1 year ago
Add PyUnicode_EqualToUTF8() function

vstinner opened this pull request over 1 year ago
Add PyThreadState_GetUnchecked()

vstinner opened this pull request over 1 year ago
Add PyObject_VisitManagedDict()

vstinner opened this pull request over 1 year ago
Test Nightly builds of Python

vstinner opened this pull request over 1 year ago
Add PyObject_HasAttrWithError()

vstinner opened this pull request over 1 year ago
Add PyMapping_HasKeyWithError() function

vstinner opened this pull request over 1 year ago
Add PyLong_AsInt() function

vstinner opened this pull request over 1 year ago
Add PyDict_ContainsString() function

vstinner opened this pull request over 1 year ago
Fix setup.py when CC contains -std=c11 option

vstinner opened this pull request over 1 year ago
Don't include frameobject.h on Python 3.11

vstinner opened this pull request over 1 year ago
Remove support for Python 2.7 on Windows

vstinner opened this pull request over 1 year ago
Test old PyPy versions

vstinner opened this pull request over 1 year ago
Add Py_IsFinalizing()

vstinner opened this pull request over 1 year ago
Add PyTorch to users.rst

albanD opened this pull request over 1 year ago
GHA uses "3.12" for Python 3.12

vstinner opened this pull request over 1 year ago
Update GHA for Python 3.4

vstinner opened this pull request over 1 year ago
Add PyObject_Vectorcall()

vstinner opened this pull request over 1 year ago
Add PyWeakref_GetRef() function

vstinner opened this pull request over 1 year ago
Install explicitly setuptools for Python 3.12

vstinner opened this pull request over 1 year ago
fix for pypy3.9-v7.3.11

logicsys opened this pull request over 1 year ago
Rename Py_INCREF_assign to Py_NewRef

vstinner opened this pull request about 2 years ago
Fix GitHub Actions for old Pythons: 2.7, 3.4 and 3.5

vstinner opened this pull request about 2 years ago
Add Py_SETREF and Py_CLEAR operations

vstinner opened this pull request about 2 years ago
.github: Update github actions

corona10 opened this pull request about 2 years ago
Update users.rst

koubaa opened this pull request about 2 years ago
Fix Py_INCREF_assign regex order

vstinner opened this pull request about 2 years ago
Enhance NewRef operations

vstinner opened this pull request about 2 years ago
upgrade_pythoncapi: enhance Py_NewRef() operations

vstinner opened this pull request about 2 years ago
Update Py_SETREF() to fix gh-98724

vstinner opened this pull request about 2 years ago
Support PyPy 3.9

vstinner opened this pull request about 2 years ago
runtests.py: test Python 3.12

vstinner opened this pull request about 2 years ago
Add hollerith to users

koubaa opened this issue about 2 years ago
Add PyFrame_GetVar()

vstinner opened this pull request about 2 years ago
Add Py_GenericAlias

elprans opened this pull request over 2 years ago
Add PyCode_GetVarnames()

vstinner opened this pull request over 2 years ago
Consider adding `_PyCFunction_CAST`

oraluben opened this issue over 2 years ago
Fix compatibility with C++03

vstinner opened this pull request over 2 years ago
Consider adding PyType_FromMetaclass

erlend-aasland opened this issue over 2 years ago
Copy _Py_CAST() from Python main branch

vstinner opened this pull request over 2 years ago
PyCode_GetCode is not a static inline function

kumaraditya303 opened this issue over 2 years ago
TEST: Run Python 2.7 on Windows

vstinner opened this pull request over 2 years ago
WIP: TEST APPVEYOR

vstinner opened this pull request over 2 years ago
Use Python 3.11 _Py_NULL

vstinner opened this pull request over 2 years ago
Use Python 3.11 _Py_CAST() macro

vstinner opened this pull request over 2 years ago
Add PyCode_GetCode() function

vstinner opened this pull request over 2 years ago
Add a quick-start guide to the repo README

erlend-aasland opened this pull request over 2 years ago
Compilation breaks on Python 3.11.0a7 in PyFrame_GetLasti

icemac opened this issue over 2 years ago
Add appveyor.yml

vstinner opened this pull request over 2 years ago
Compilation breaks on AppVeyor for Python 2.7

icemac opened this issue over 2 years ago