Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / encukou/py3c issues and pull requests

#57 - Switch tox-github-action from master to main branch

Pull Request - State: closed - Opened by frenzymadness about 1 year ago

#56 - sdist missing at PyPI

Issue - State: open - Opened by mtelka over 1 year ago - 5 comments

#55 - Fix CI for 3.5 and 3.6

Pull Request - State: closed - Opened by KOLANICH over 1 year ago

#54 - Add `pyproject.toml` according to `PEP 517`

Pull Request - State: closed - Opened by KOLANICH over 1 year ago - 4 comments

#53 - Add `project_urls` adding additional links to PyPI.

Pull Request - State: closed - Opened by KOLANICH over 1 year ago - 2 comments

#52 - PY_SSIZE_T_CLEAN not defined

Issue - State: open - Opened by menschel over 1 year ago - 2 comments

#51 - Tox & CI update

Pull Request - State: closed - Opened by encukou over 2 years ago

#50 - Fix C++17 tests & bump version to 1.4

Pull Request - State: closed - Opened by encukou over 2 years ago

#48 - Makefile: fix DESTDIR support

Pull Request - State: closed - Opened by davvid almost 3 years ago - 3 comments

#47 - doc: fix warnings and add guidance around the use of Py_FindMethod

Pull Request - State: closed - Opened by davvid almost 3 years ago - 3 comments

#46 - Base Exception

Issue - State: open - Opened by LimpingNinja about 3 years ago

#45 - Forward PyFile_FromFile to PyFile_FromFd, fixes encukou#44

Pull Request - State: closed - Opened by javaprog over 3 years ago - 4 comments

#44 - Add support for PyFile_FromFile

Issue - State: open - Opened by javaprog over 3 years ago - 1 comment

#43 - Test with more compilers (clang, MSVC, ...)

Issue - State: open - Opened by encukou over 3 years ago

#42 - Avoid GCC warnings on unused functions

Pull Request - State: closed - Opened by encukou over 3 years ago - 3 comments

#41 - Avoid warning about unused function, fixes encukou#40

Pull Request - State: closed - Opened by javaprog over 3 years ago - 5 comments

#40 - Avoid compiler warning about unused function

Issue - State: closed - Opened by javaprog over 3 years ago

#39 - Switch most of CI to GitHub Actions

Pull Request - State: closed - Opened by encukou over 3 years ago - 9 comments

#38 - Modernize packaging a bit & bump version to 1.3.1

Pull Request - State: closed - Opened by encukou over 3 years ago - 1 comment

#37 - Allow to build the docs without RTD theme

Pull Request - State: closed - Opened by hroncok over 3 years ago - 1 comment

#36 - Bump version to 1.3

Pull Request - State: closed - Opened by encukou over 3 years ago

#35 - Align PyModuleDef with Python 3, fixes encukou/py3c#34

Pull Request - State: closed - Opened by javaprog over 3 years ago - 4 comments

#34 - Align PyModuleDef with Python 3

Issue - State: closed - Opened by javaprog over 3 years ago

#33 - Add poweron architecture ppc64le to travis build

Pull Request - State: closed - Opened by asellappen over 3 years ago - 12 comments

#32 - Test on 3.9.0 + doc updates

Pull Request - State: closed - Opened by encukou over 3 years ago - 1 comment

#31 - Fix test failure on CPython 3.9

Pull Request - State: closed - Opened by encukou about 4 years ago

#30 - Unable to install py3c on windows using namke

Issue - State: closed - Opened by karthiksonti24 about 4 years ago

#29 - Add DESTDIR for staged installations

Pull Request - State: closed - Opened by jcourreges about 4 years ago - 1 comment

#28 - Add `PyLong_AS_LONG`

Pull Request - State: closed - Opened by ngie-eign over 4 years ago - 2 comments

#27 - Update reference.rst

Pull Request - State: closed - Opened by theagilepadawan over 4 years ago - 1 comment

#26 - Tests: Don't assert that Py_UNREACHABLE leaves stderr empty (v1.1)

Pull Request - State: closed - Opened by encukou over 4 years ago

#25 - PyPi package doesn't install pkg-config file

Issue - State: closed - Opened by jonathanunderwood over 6 years ago - 2 comments

#23 - Release v1.0

Pull Request - State: closed - Opened by encukou over 6 years ago

#22 - Add Py_FindMethod to docs

Issue - State: closed - Opened by ghost over 6 years ago - 7 comments

#21 - Add setup.py

Pull Request - State: closed - Opened by ghost over 6 years ago - 7 comments

#20 - Have Travis CI fail on compiler warnings

Pull Request - State: closed - Opened by encukou over 6 years ago

#19 - Add unused attribute to PyStr_Concat if compiling with gcc

Pull Request - State: closed - Opened by jonathanunderwood over 6 years ago - 1 comment

#17 - 1.0 release schedule

Issue - State: closed - Opened by encukou over 6 years ago - 1 comment
Labels: future

#16 - Backport features from 3.7

Pull Request - State: closed - Opened by encukou over 6 years ago

#15 - Use Py_RETURN_RICHCOMPARE instead of PY3C_RICHCMP

Issue - State: closed - Opened by encukou over 6 years ago

#14 - Fix issue 'Build warnings re const-correctness with Python nightly'

Pull Request - State: closed - Opened by ghost over 6 years ago

#13 - Fix $(realpath ...) substitution on OSX.

Pull Request - State: closed - Opened by brainy over 6 years ago - 2 comments

#12 - Build warnings re const-correctness with Python nightly (3.7a)

Issue - State: closed - Opened by encukou over 7 years ago - 1 comment

#11 - inline isn't defined on (some versions of) visual studio

Issue - State: closed - Opened by jonathanunderwood over 7 years ago - 1 comment

#10 - Add PyMem_RawMalloc and friends

Issue - State: closed - Opened by jonathanunderwood over 7 years ago - 1 comment

#9 - Add Py_UNUSED shim

Issue - State: closed - Opened by jonathanunderwood over 7 years ago - 3 comments

#8 - Fix int/ssize_t mismatch in tests for the file shim

Pull Request - State: closed - Opened by encukou almost 8 years ago

#7 - The "installation" link in the Readme is broken

Issue - State: closed - Opened by encukou about 8 years ago

#6 - Bump to version 0.4

Pull Request - State: closed - Opened by encukou about 8 years ago

#5 - use PyMODINIT_FUNC even Python2.x to support C++

Pull Request - State: closed - Opened by jbking over 8 years ago - 1 comment

#4 - Unify signature of PyFloat_FromString

Pull Request - State: closed - Opened by Cito over 8 years ago - 2 comments

#3 - fix an unterminated conditional directive

Pull Request - State: closed - Opened by jbking over 8 years ago - 1 comment

#2 - Docs improvements

Issue - State: open - Opened by encukou almost 9 years ago

#1 - Add Barry Warsaw's recommendations from the wiki

Issue - State: open - Opened by encukou about 9 years ago - 2 comments