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
b253d790
Commit
b253d790
authored
Jun 08, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/gevent/gevent
parents
70c35ff7
e932b609
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
doc/conf.py
doc/conf.py
+1
-1
doc/gevent.rst
doc/gevent.rst
+3
-3
doc/index.rst
doc/index.rst
+1
-1
doc/intro.rst
doc/intro.rst
+1
-1
doc/whatsnew_1_1.rst
doc/whatsnew_1_1.rst
+1
-1
src/greentest/coveragesite/sitecustomize.py
src/greentest/coveragesite/sitecustomize.py
+1
-1
No files found.
doc/conf.py
View file @
b253d790
...
...
@@ -41,7 +41,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage',
'sphinx.ext.extlinks'
]
intersphinx_mapping
=
{
'http://docs.python.org/'
:
None
,
'https://greenlet.readthedocs.
org
/en/latest/'
:
None
}
'https://greenlet.readthedocs.
io
/en/latest/'
:
None
}
extlinks
=
{
'issue'
:
(
'https://github.com/gevent/gevent/issues/%s'
,
'issue #'
),
...
...
doc/gevent.rst
View file @
b253d790
...
...
@@ -90,9 +90,9 @@ greenlets that are forever unscheduled. Prefer higher-level safe
classes, like :class:`Event <gevent.event.Event>` and :class:`Queue
<gevent.queue.Queue>`, instead.
__ http
://greenlet.readthedocs.org
/en/latest/#instantiation
.. _switching: https://greenlet.readthedocs.
org
/en/latest/#switching
.. _throw: https://greenlet.readthedocs.
org
/en/latest/#methods-and-attributes-of-greenlets
__ http
s://greenlet.readthedocs.io
/en/latest/#instantiation
.. _switching: https://greenlet.readthedocs.
io
/en/latest/#switching
.. _throw: https://greenlet.readthedocs.
io
/en/latest/#methods-and-attributes-of-greenlets
.. exception:: GreenletExit
...
...
doc/index.rst
View file @
b253d790
...
...
@@ -61,4 +61,4 @@ Mailing List
.. _coroutine: https://en.wikipedia.org/wiki/Coroutine
.. _Python: http://python.org
.. _greenlet: http
://greenlet.readthedocs.org
.. _greenlet: http
s://greenlet.readthedocs.io
doc/intro.rst
View file @
b253d790
...
...
@@ -59,7 +59,7 @@ __ http://pypi.python.org/pypi/greenlet
.. _`pip`: https://pip.pypa.io/en/stable/installing/
.. _`wheels`: http://pythonwheels.com
.. _`gevent 1.1`: whatsnew_1_1.html
.. _`cffi`: http
://cffi.readthedocs.org
.. _`cffi`: http
s://cffi.readthedocs.io
Example
=======
...
...
doc/whatsnew_1_1.rst
View file @
b253d790
...
...
@@ -78,7 +78,7 @@ through 4.0.0 and 4.0.1, and on 32-bit ARM on Raspbian with version 4.0.1.
exact
cause
is
unknown
and
is
being
tracked
in
:
issue
:`
677
`.
..
_cffi
1.3.0
:
https
://
bitbucket
.
org
/
cffi
/
cffi
/
src
/
ad3140a30a7b0ca912185ef500546a9fb5525ece
/
doc
/
source
/
whatsnew
.
rst
?
at
=
default
..
_1
.2.0
:
https
://
cffi
.
readthedocs
.
org
/
en
/
latest
/
whatsnew
.
html
#
v1
-
2
-
0
..
_1
.2.0
:
https
://
cffi
.
readthedocs
.
io
/
en
/
latest
/
whatsnew
.
html
#
v1
-
2
-
0
..
_a
bug
:
https
://
bitbucket
.
org
/
pypy
/
pypy
/
issues
/
2149
/
memory
-
leak
-
for
-
python
-
subclass
-
of
-
cpyext
Operating
Systems
...
...
src/greentest/coveragesite/sitecustomize.py
View file @
b253d790
# When testrunner.py is invoked with --coverage, it puts this first
# on the path as per http
://coverage.readthedocs.org
/en/coverage-4.0b3/subprocess.html.
# on the path as per http
s://coverage.readthedocs.io
/en/coverage-4.0b3/subprocess.html.
# Note that this disables other sitecustomize.py files.
import
coverage
coverage
.
process_startup
()
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