Commit 846723c9 authored by Denis Bilenko's avatar Denis Bilenko

rename sitesupport -> surfly

parent 7121c18a
......@@ -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/sitesupport/gevent
.. _bug tracker: https://github.com/SiteSupport/gevent/wiki/Projects
.. _the repository: https://github.com/surfly/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
......
The issue tracker is hosted at https://github.com/sitesupport/gevent/issues
The issue tracker is hosted at https://github.com/surfly/gevent/issues
......@@ -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
----------
......
......@@ -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
......
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment