- 06 Sep, 2019 8 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Still needs the specific networking test classes added, but all the basics pass for me. Lets see about CI.
-
Jason Madden authored
-
Jason Madden authored
Dynamic class in gevent.resolver.thread.Resolver.__repr__
-
Jason Madden authored
Fix references to six.PY3 in case python4 becomes a thing
-
Jason Madden authored
-
Jason Madden authored
monkey: allow to execute a module rather than only a script
-
- 04 Sep, 2019 2 commits
-
-
Jason Madden authored
API docs: remove duplicated entries for gevent.{queue,server}
-
Felix Schwarz authored
Fixes: b7c9a1df ("Reorganize docs.")
-
- 03 Sep, 2019 1 commit
-
-
Jason Madden authored
-
- 29 Aug, 2019 1 commit
-
-
Anthony Sottile authored
-
- 05 Aug, 2019 1 commit
-
-
Jon Parise authored
The class name used in `gevent.resolver.thread.Resolver.__repr__` was hard-coded. This meant that subclasses needed to reimplement their own `__repr__`; otherwise, they'd appear as this parent class in debugging output like that from print_run_info(). This also has the nice side effect of fixing a typo (`resolver_thread` to `resolver.thread`).
-
- 29 Jul, 2019 1 commit
-
-
Jason Madden authored
-
- 26 Jul, 2019 1 commit
-
-
Julien Danjou authored
-
- 11 Jun, 2019 3 commits
-
-
Jason Madden authored
Use CodeType.replace() if available
-
Victor Stinner authored
Port _tblib.Traceback to Python 3.8: use code.replace() method if available.
- 24 May, 2019 1 commit
-
-
Jason Madden authored
-
- 04 May, 2019 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 03 May, 2019 3 commits
-
-
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.
-
Jason Madden authored
Make dnspython optional for testing.
-
Jason Madden authored
-
- 02 May, 2019 14 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fix caching for the non-embedded cases; The embedded cases don't work because of pip's use of isolation into random temp directories, which may also be impacting ccache's effectiveness. [appveyor skip]
-
Jason Madden authored
[appveyor skip]
-
Jason Madden authored
Clean up configuring for embedded CFFI modules.
-