Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
e2921886
Commit
e2921886
authored
Oct 27, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc tweaks.
parent
3255b75a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
README.rst
README.rst
+1
-1
changelog.rst
changelog.rst
+1
-1
scripts/releases/geventreleases.sh
scripts/releases/geventreleases.sh
+0
-3
No files found.
README.rst
View file @
e2921886
...
...
@@ -36,7 +36,7 @@ You can use pip to install gevent::
pip install gevent
.. tip:: You need Pip 8.0 or later to install the binary wheels
for 1.1
.
.. tip:: You need Pip 8.0 or later to install the binary wheels.
Download the latest release from `Python Package Index`_ or clone `the repository`_.
...
...
changelog.rst
View file @
e2921886
...
...
@@ -112,7 +112,7 @@ File objects
and generally only exposes methods appropriate to the mode it is in.
- ``FileObjectPosix`` supports a *bufsize* of 0 in binary write modes.
Reported in :issue:`840` by Mike Lang.
- Python 3: meth:`gevent.socket.connect_ex` was letting
- Python 3:
:
meth:`gevent.socket.connect_ex` was letting
``BlockingIOError`` (and possibly others) get raised instead of
returning the errno due to the refactoring of the exception
hierarchy in Python 3.3. Now the errno is returned. Reported in
...
...
scripts/releases/geventreleases.sh
View file @
e2921886
...
...
@@ -6,9 +6,6 @@
mkdir
/tmp/gevent/
# 2.6 is provided by Apple, builds a 10_11_intel wheel
# no python.org build available
./geventrel.sh /usr/bin/python2.6
# 2.7 is a python.org build, builds a 10_6_intel wheel
./geventrel.sh /usr/local/bin/python2.7
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment