- 30 Oct, 2022 1 commit
-
-
Jason Madden authored
-
- 29 Oct, 2022 1 commit
-
-
Jason Madden authored
-
- 28 Oct, 2022 1 commit
-
-
Jason Madden authored
-
- 27 Oct, 2022 1 commit
-
-
Jason Madden authored
Fixes #1909 We'll need to release a final greenlet 2.0 and remove the rc qualifiers here before releasing gevent, because pre-release qualifiers are contagious.
-
- 14 Oct, 2022 1 commit
-
-
Michał Górny authored
Use the non-legacy `setuptools.build_meta` backend. Prepend the setup directory to `sys.path` prior to importing modules relative to it. Fixes #1910
-
- 10 Oct, 2022 1 commit
-
-
Michał Górny authored
Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a
-
- 05 Oct, 2022 1 commit
-
-
Jason Madden authored
Leaving some notes about needed cleanup. This first push is just to make sure all the other versions besides 3.11 continue to do their thing.
-
- 05 Aug, 2021 1 commit
-
-
Jason Madden authored
-
- 07 Jul, 2021 1 commit
-
-
Jason Madden authored
Fixes #1801.
-
- 20 Jan, 2021 1 commit
-
-
Jason Madden authored
-
- 21 Nov, 2020 1 commit
-
-
Jason Madden authored
-
- 22 Sep, 2020 1 commit
-
-
Jason Madden authored
Fixes #1674
-
- 05 Jun, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Fixes #1627
-
- 29 May, 2020 1 commit
-
-
Jason Madden authored
Begin trying to install on Travis.
-
- 20 May, 2020 1 commit
-
-
Jason Madden authored
-
- 06 May, 2020 2 commits
-
-
Jason Madden authored
This is because the memory leak tests failed: https://travis-ci.org/github/gevent/gevent/jobs/683782800
-
Jason Madden authored
The double-dunder name changes broke some things. Fixes #1599
-
- 01 May, 2020 1 commit
-
-
Jason Madden authored
-
- 15 Apr, 2020 1 commit
-
-
Jason Madden authored
Fixes #1564.
-
- 10 Apr, 2020 1 commit
-
-
Jason Madden authored
-
- 31 Dec, 2019 1 commit
-
-
Jason Madden authored
And stop a fresh greenlet from even running. Fixes #1473. Free user-provided resources as soon as the greenlet is cancelled, if it's not running.
-
- 06 Sep, 2019 1 commit
-
-
Jason Madden authored
Still needs the specific networking test classes added, but all the basics pass for me. Lets see about CI.
-
- 03 May, 2019 1 commit
-
-
Jason Madden authored
The problems with memory fences that were referenced in 7f4e0b01 should be long gone: XCode has moved on, as has libev, and the conditionals in libev also check for __clang__ too, so it wasn't doing anything anymore. Also update pyproject.toml to reflect what we're actually using version-wise, and add a note about why we use the build backend we do.
-
- 12 Apr, 2019 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-