2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Account for the changed error message in one branch of the race condition test. More... 9 months ago
More MSVC fixes; must explicitly name even leading members once you name one. More... 9 months ago
Fix MSVC by specifying a standard to use. More... 9 months ago
Update comment about the pointer-to-ref conversion now happening much more often possibly slowing us down due to the invocation of the type checker functions. More... 9 months ago
Clearly separate the Python slot functions from the internal functions, and make sure the slot functions don't assume trivial structures and trivial PODs can be automatically converted by the compiler. More... 9 months ago
Make green_init a more generic tp_init function; this should remove any assumption about binary compatible layouts. More... 9 months ago
Restore missing macOS builds, as that's where wheels on PyPI come from. More... 9 months ago
Restore missing macOS builds, as that's where wheels on PyPI come from. More... 9 months ago
Back to development: 3.1.1 More... 9 months ago
Preparing release 3.1.0 More... 9 months ago
Typo in CHANGES.rst More... 9 months ago
green_init: Remove const qualifiers from the keyword list passed to PyArg_ParseTupleAndKeywords; this eliminates a cast. More... 9 months ago
Update CHANGES.rst for new platforms. More... 9 months ago
Merge pull request #404 from xypron/riscv64 More... 9 months ago
Merge pull request #402 from he32/add-netbsd-ppc More... 9 months ago
Typos. Fixes #415. More... 9 months ago
Merge pull request #421 from python-greenlet/dependabot/github_actions/github-actions-6f0e2097ef More... 9 months ago
Add change note. More... 9 months ago
Bump the github-actions group with 2 updates More... 9 months ago
Update Github Actions versions. More... 9 months ago
Merge pull request #420 from hugovk/add-3.13 More... 9 months ago
Merge pull request #414 from samschlegel/fix-411 More... 9 months ago
On 3.13, Py_IsFinalizing is a supported API, and the private one is gone. More... 9 months ago
Try 3.13 on macos as well. More... 9 months ago
Try 3.13 on macos as well. More... 9 months ago
Do not try to build on no-GIL versions of Python. It wont work. More... 9 months ago
Do not try to build on no-GIL versions of Python. It wont work. More... 9 months ago
Use newer Python to run Lint. More... 9 months ago
Use newer Python to run Lint. More... 9 months ago
Skip a test on 3.13+manylinux. More... 9 months ago