- 25 Sep, 2017 3 commits
-
-
Jason Madden authored
Speed up gevent.local
-
Jason Madden authored
Final numbers are as follows: | Operation | PyPy 2 | Python 2.7 | Python 3.6 | |---------------------- |-------: |-----------: |-----------: | | getattr local | 79ns | 1580ns | 1120ns | | setattr local | 86ns | 1600ns | 1090ns | | getattr subclass | 81ns | 1640ns | 1090ns | | setattr subclass | 84ns | 1560ns | 1090ns | | getattr native local | 2ns | 139ns | 73ns | | setattr native local | 2ns | 168ns | 98ns |
-
Jason Madden authored
-
- 24 Sep, 2017 1 commit
-
-
Jason Madden authored
-
- 23 Sep, 2017 1 commit
-
-
Jason Madden authored
So far, this makes accessing simple attributes about 3.5x faster on Python 3.4 (I haven't repeated benchmarks for other platforms yet). Refs #1020.
-
- 20 Sep, 2017 1 commit
-
-
Jason Madden authored
-
- 18 Sep, 2017 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 11 Sep, 2017 1 commit
-
-
Jason Madden authored
-
- 30 Aug, 2017 1 commit
-
-
Jason Madden authored
-
- 04 Aug, 2017 2 commits
-
-
Jason Madden authored
Fix a typo in CHANGES.rst [skip ci]
-
Felix Yan authored
-
- 21 Jul, 2017 12 commits
-
-
Jason Madden authored
Return the correct value from Popen.communicate() on Py3/text mode
-
Jason Madden authored
With tests, verified against the stdlib. Fixes a todo, and fixes #939.
-
Jason Madden authored
Update to PyPy3 5.8.0
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1001.
-
Jason Madden authored
Drop Python 3.3 remnants. Fixes #997.
-
Jason Madden authored
-
Jason Madden authored
Extract list of ignored exceptions in pywsgi to an ivar. Include errno.WSAECONNABORTED on Windows.
-
Jason Madden authored
Extract list of ignored exceptions in pywsgi to an ivar. Include errno.WSAECONNABORTED on Windows. Fixes #999.
-
- 20 Jul, 2017 7 commits
-
-
Jason Madden authored
Specify required python versions in setup.py
-
Jason Madden authored
Fixes #995.
-
Jason Madden authored
Build and test with Cython 0.26
-
Jason Madden authored
Disable auto-pickling to work around https://github.com/cython/cython/issues/1786. We don't want to allow that in a point-release of gevent anyway.
-
Jason Madden authored
Disable auto-pickling to work around https://github.com/cython/cython/issues/1786. We don't want to allow that in a point-release of gevent anyway.
-
Jason Madden authored
-
-
- 10 Jul, 2017 2 commits
-
-
Jason Madden authored
Fix multiple typos: immediatelly -> immediately [skip ci]
-
Felix Yan authored
-
- 01 Jul, 2017 2 commits
-
-
Jason Madden authored
Fix a typo: compatability -> compatibility [skip ci]
-
Felix Yan authored
-
- 19 Jun, 2017 1 commit
-
-
Jason Madden authored
-
- 15 Jun, 2017 1 commit
-
-
Jason Madden authored
Add Heungsub Lee as one of authors [skip ci]
-