- 21 Aug, 2016 4 commits
-
-
Jason Madden authored
Enable get_number_open_files on more platforms, and use that to track down the refcycle in FileObjectThread.
-
Jason Madden authored
-
Jason Madden authored
Also, support bufsize of 0 in FileObjectPosix. Fixes #840
-
Jason Madden authored
-
- 21 Jul, 2016 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 06 Jul, 2016 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #825.
-
- 04 Jul, 2016 1 commit
-
-
Jason Madden authored
-
- 29 Jun, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 28 Jun, 2016 1 commit
-
-
Jason Madden authored
-
- 20 Jun, 2016 1 commit
-
-
Jason Madden authored
-
- 09 Jun, 2016 1 commit
-
-
Jason Madden authored
[skip ci]
-
- 08 Jun, 2016 2 commits
-
-
-
Jason Madden authored
-
- 29 May, 2016 2 commits
-
-
Jason Madden authored
Convert readthedocs link for their .org -> .io migration for hosted projects
-
Adam Chainz authored
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
-
- 27 May, 2016 1 commit
-
-
Jason Madden authored
-
- 25 May, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Instead, we only start checking the timer after the first attempted send. This is what the C implementation in CPython does. Fixes benoitc/gunicorn#1282.
-
- 23 May, 2016 3 commits
-
-
Jason Madden authored
-
Fredrik Fornwall authored
This makes building work on platforms lacking /bin/sh.
-
Jason Madden authored
-
- 11 May, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Python 2 issue only. Allow setting attributes on sys.modules['gevent.signal']; they go to the gevent/signal.py module for symmetry with getattr and dir. Reloading results in leaks so don't bother checking for them.
-
- 29 Apr, 2016 2 commits
-
-
Jason Madden authored
sslgte279 and ssl3: Move the check for _sslobj to inside the loop instead of above it. That way if the socket is closed while reading/writing (actually, while waiting for the read or write event) then the ValueError will be raised on the next loop iteration (because closing cancels the read/write events) instead of a TypeError. This may or may not obviate the chances for an OSError: closed to be raised.
-
Jason Madden authored
Make _sslgte279.py preserve the create_connection function from gevent.socket instead of from stdlib ssl.
-
- 24 Apr, 2016 2 commits
-
-
Jason Madden authored
Don't run 'test_openssl_version' when ssl is backed with LibreSSL
-
Dmitrij D. Czarkoff authored
On LibreSSL OPENSSL_VERSION_INFO is always (2, 0, 0, 0, 0), so the test fails for all LibreSSL versions after 2.0.
-
- 21 Apr, 2016 1 commit
-
-
Jason Madden authored
-
- 14 Apr, 2016 2 commits
-
-
Jason Madden authored
-
damnever authored
-
- 07 Apr, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
sdists built on PyPy should be the same as those built elsewhere. Also fix the module name of gevent.libev._corecffi.
-
- 06 Apr, 2016 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-