2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests.yml: Clean up deprecation warnings More... 2 months ago
Add change note for #439 More... 2 months ago
Merge pull request #439 from kraj/kraj/riscv32 More... 2 months ago
Merge pull request #442 from python-greenlet/issue440 More... 2 months ago
Merge pull request #441 from python-greenlet/remove37 More... 2 months ago
Remove support for Python 3.7 and 3.8 More... 2 months ago
Add initial support for Python 3.14a7. More... 2 months ago
slp_switch: Implement for RISCV32 More... 2 months ago
Merge pull request #433 from xzl01/master More... 7 months ago
Merge pull request #435 from python-greenlet/dependabot/github_actions/github-actions-5da8da3d55 More... 7 months ago
Bump pypa/gh-action-pypi-publish More... 7 months ago
Typo in slp_platformselect.h More... 7 months ago
Back to development: 3.1.2 More... 9 months ago
Preparing release 3.1.1 More... 9 months ago
Merge pull request #428 from Enkidu-Aururu/add-changes-url More... 9 months ago
Disable thread-local cleanup on 32-bit MacOS PPC with GCC. This will result in some test failures on that platform, but hopefully solves a crash we were never able to debug when using multiple threads. This is only tested on pre-release versions of an OS that was never released using a compiler available from MacPorts. More... 9 months ago
Merge pull request #429 from python-greenlet/issue419redux More... 9 months ago
Merge pull request #419 from barracuda156/powerpc More... 9 months ago
Greater safety and fewer assumptions doing cross-thread cleanup. More... 9 months ago
Duplicate greenlet_thread_state.hpp history. More... 9 months ago
Keep greenlet_thread_state.hpp More... 9 months ago
Copy greenlet_thread_state.hpp into TThreadStateCreator.hpp More... 9 months ago
Set back greenlet_thread_state.hpp file More... 9 months ago
Sigh. Pip hides compiler output which is, you know, important, and the only way to get it back is to ask for verbose output, which provides a bunch of junk we don't care about. But what's the point of warnings if we can't see them? So ask for all the junk. More... 9 months ago
Fix warnings on GCC; simplify some more things. More... 9 months ago
Remove src/greenlet/greenlet_thread_state_dict_cleanup.hpp. More... 9 months ago
Clean up initialization/creation of greenlets. More... 9 months ago
Add changes URL to the package metadata More... 9 months ago
Remove unnecessary logging during interpreter shutdown. Fixes #426. More... 9 months ago
Appveyor.yml: All supported Python versions are available on the newest image, VS 2022, which we need to compile. So use it. More... 9 months ago