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
846723c9
Commit
846723c9
authored
Apr 01, 2013
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename sitesupport -> surfly
parent
7121c18a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
README.rst
README.rst
+3
-3
TODO
TODO
+1
-1
doc/intro.rst
doc/intro.rst
+1
-1
gevent/__init__.py
gevent/__init__.py
+1
-1
greentest/test__pywsgi.py
greentest/test__pywsgi.py
+1
-1
No files found.
README.rst
View file @
846723c9
...
...
@@ -35,11 +35,11 @@ Post feedback and issues on the `bug tracker`_, `mailing list`_, blog_ and `twit
.. _c-ares: http://c-ares.haxx.se/
.. _inspired by eventlet: http://blog.gevent.org/2010/02/27/why-gevent/
.. _use gevent: http://groups.google.com/group/gevent/browse_thread/thread/4de9703e5dca8271
.. _open source projects based on gevent: https://github.com/
SiteSupport
/gevent/wiki/Projects
.. _open source projects based on gevent: https://github.com/
surfly
/gevent/wiki/Projects
.. _Denis Bilenko: http://denisbilenko.com
.. _Python Package Index: http://pypi.python.org/pypi/gevent
.. _the repository: https://github.com/s
itesupport
/gevent
.. _bug tracker: https://github.com/
SiteSupport
/gevent/wiki/Projects
.. _the repository: https://github.com/s
urfly
/gevent
.. _bug tracker: https://github.com/
surfly
/gevent/wiki/Projects
.. _mailing list: http://groups.google.com/group/gevent
.. _blog: http://blog.gevent.org
.. _twitter (@gevent): http://twitter.com/gevent
...
...
TODO
View file @
846723c9
The issue tracker is hosted at https://github.com/s
itesupport
/gevent/issues
The issue tracker is hosted at https://github.com/s
urfly
/gevent/issues
doc/intro.rst
View file @
846723c9
...
...
@@ -66,7 +66,7 @@ in multi-greenlet environment.
See `examples/concurrent_download.py`__
__ https://github.com/
SiteSupport
/gevent/blob/master/examples/concurrent_download.py#L1
__ https://github.com/
surfly
/gevent/blob/master/examples/concurrent_download.py#L1
Event loop
----------
...
...
gevent/__init__.py
View file @
846723c9
...
...
@@ -47,7 +47,7 @@ run = wait # XXX to be deleted (soon)
# the following makes hidden imports visible to freezing tools like
# py2exe. see https://github.com/
SiteSupport
/gevent/issues/181
# py2exe. see https://github.com/
surfly
/gevent/issues/181
def
__dependencies_for_freezing
():
from
gevent
import
core
,
resolver_thread
,
resolver_ares
,
socket
,
\
threadpool
,
thread
,
threading
,
select
,
subprocess
...
...
greentest/test__pywsgi.py
View file @
846723c9
...
...
@@ -396,7 +396,7 @@ class MultiLineHeader(TestCase):
return
[
"ok"
]
def
test_multiline_116
(
self
):
"""
https://github.com/SiteSupport/gevent/issues/
116"""
"""
issue #
116"""
request
=
'
\
r
\
n
'
.
join
((
'POST / HTTP/1.0'
,
'Host: localhost'
,
...
...
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