index
:
delta/python-packages/eventlet.git
136-semaphore-contention
137-semaphore-per-thread
147-jake
147-multiprocessing
223-threading-join
230-patcher-original
308-sslwantread
358-hub-silent-exception
368-patcher-control
371-forgot-run-test
442-urllib-exception-id
457-green-urllib-ssl
457-test
468-wsgi-latin1
469-tpool-leak
474-websocket-fd-leak
485-https-noverify-env
490-import-dns
671-openssl-tsafe
683-open-kwargs
696-connect_ex
739-ssl-eof
746-chunked-204
94-second-read
backdoor
backdoor-multiline
bb-40-greendns-ipv6
bundle-dns
clean-up
cleanup
codecov
coverage
davidszotten-greenfileio_readall
dbpool-389
deprecate-pyevent
deprecate-python-27-34
dev
dns-383
dns-387
dns-427
dns-from-address-433
doc-urllib-py3
docs
drop-34
drop-pyevent-hub
drop-twisted
eainodata-393
econnrefused_unwrap_socket_error
error-is-timeout
event-wait-timeout
exc-id-442
fix-249
fix-dns-resolution
fix-gh-50-timeout
fix-psyco
flair-pypi
gh-123-local-msg
gh-137-max-recursion-depth-in-del
gh-192
gh-201-sslcontext
gh-226
gh-235
gh-358
gh-61-eagain-ewouldblock
gh-80-wsgi-header-case
gh-95-thread-join-block
gh-pages
gh149
github-107-none-compare-int
github-ci
green-dns-test
green-http-without-side-effects
heal-travis
hub-catch-exception
hub-late-support-check
hub-speedup-0524
i376
i644
i651
index-links
is-timeout
issue-290
issue-319
issue-320
issue-362
issue-363
issue-364
issue-368
issue-371
issue178
jakub
linter
listen-reuse
maintainers
master
monotonic
monotonic-13
monotonic-401
moving-on
next
p262
p758
partial-write-fix-2
patcher-gethub-401
pep8
pr/187
pull-331
py27-warning
py3_importlib
py3_openssl
pypy
python3
python3-clean
python3-clean-clean
python3-next
qdoc
qwe123
ralonsoh-619
recvintoandstuff
register-at-fork-v2
reuseport-380
run_python
security-policy
select-294
select-subprocess
semaphore_timeout
sirkonst-hotfix/websocket_close
socket-send
socket_recv_str
ssl-connect-monotonic-time
ssl-context
ssl-handshake
ssl-recv-methods
subprocess
subprocess-413
subprocess-413-more
test
test-http-client-regression
test-with-more-pythons
test2
thanks-alex-kashirin
threading_join
tipabu-tls-cap
tm
tm2
tm3
tm4
tm5
tox-add-dnspython
tox_pyopenssl
tpool
travis
travis-fast
travis-ipv6-fix
travis-py-35
up
v0.22-rc1
v17.1-rc1
website
writelines-fix
wrong-six-381
wsgi-close-idle-188
wsgi-drop-invalid
wsgi-logging-gh-75
wsgi-unix
wsgi-writelines-295
zmq-timeout-282
github.com: eventlet/eventlet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
set version to 0.8.10; add eventlet.__version__ attribute
Denis Bilenko
2009-04-13
2
-3
/
+4
*
insignificant change in twistedutil.protocol
Denis Bilenko
2009-04-02
1
-2
/
+1
*
proc: add RunningProcSet class
Denis Bilenko
2009-04-02
1
-0
/
+29
*
proc: add docstring for wrap_errors
Denis Bilenko
2009-04-02
1
-0
/
+16
*
proc: rename internal variable
Denis Bilenko
2009-04-02
1
-4
/
+4
*
proc: changed the way links to functions are fired: now Source/Proc instance ...
Denis Bilenko
2009-04-02
1
-50
/
+63
*
proc: add Source to __all__
Denis Bilenko
2009-04-02
1
-0
/
+1
*
twistedutil: rename 'sync' argument to 'wait'
Denis Bilenko
2009-04-02
1
-4
/
+4
*
twistedutil.protocol: add connDone parameter to GreenTransportBase.loseConnec...
Denis Bilenko
2009-04-02
1
-2
/
+4
*
reimplement BoundedSemaphore using two Semaphores; this resulted in a much mo...
Denis Bilenko
2009-03-29
2
-49
/
+26
*
minor change in README.twisted
Denis Bilenko
2009-03-29
1
-1
/
+1
*
changed version number in setup.py from 0.9pre to 0.8.9
Denis Bilenko
2009-03-01
1
-1
/
+1
*
twistedutil.protocols.basic: remove commented out debug statements
Denis Bilenko
2009-02-20
1
-3
/
+0
*
proc: improve docstring
Denis Bilenko
2009-02-20
1
-1
/
+1
*
GreenTransportBase: revert half-closability (does not work with TLS anyway an...
Denis Bilenko
2009-02-20
5
-120
/
+82
*
GreenTransportBase.resumeProducer minor fix: don't hide twisted assertions
Denis Bilenko
2009-02-20
1
-2
/
+1
*
proc: add wrap_errors class as a better version of trap_errors function. it p...
Denis Bilenko
2009-02-17
1
-0
/
+26
*
slightly nicer output in examples/twisted_http_proxy.py
Denis Bilenko
2009-02-11
1
-4
/
+5
*
fix setup.py not to install greentest as a package system-wide
Denis Bilenko
2009-02-11
1
-1
/
+1
*
add MANIFEST.in
Denis Bilenko
2009-02-11
1
-0
/
+3
*
GreenTransportBase: implement half-closability and write() that blocks until ...
Denis Bilenko
2009-02-09
6
-100
/
+229
*
twistedutil.protocol.GreenTransportBase: fix loseConnection to call unregiste...
Denis Bilenko
2009-02-09
1
-0
/
+1
*
twistedutil.protocol.GreenTransportBase: fix __getattr__
Denis Bilenko
2009-02-09
1
-6
/
+9
*
twistedutil.protocol: add waitall() method to SpawnFactory
Denis Bilenko
2009-02-09
1
-12
/
+25
*
proc: add Waiter class - a lightweight helper class for wait() function (repl...
Denis Bilenko
2009-02-09
1
-5
/
+36
*
add __len__ to coros.queue
Denis Bilenko
2009-02-09
1
-0
/
+3
*
twistedutil.protocol.GreenTransportBase: in resumeTransport() avoid calling t...
Denis Bilenko
2009-02-03
1
-1
/
+2
*
twistedutil.protocol.GreenTransportBase bug fix: in _wait() method use resume...
Denis Bilenko
2009-02-03
1
-2
/
+2
*
proc: added trap_errors function, simple helper that cathes given exceptions ...
Denis Bilenko
2009-02-02
1
-1
/
+7
*
fix for coros.Semaphore: acquire() could return with Semaphore invariant bein...
Denis Bilenko
2009-01-27
1
-1
/
+1
*
proc: allow link to be cancelled (cancel() method on Link object)
Denis Bilenko
2009-01-23
1
-0
/
+11
*
twistedutil.GreenTransportBase: implement loseConnection that blocks until co...
Denis Bilenko
2009-01-23
1
-1
/
+14
*
proc: assert that Source/Proc send method is not called more than once; retur...
Denis Bilenko
2009-01-23
1
-6
/
+24
*
hubs.switch: assert that the current greenlet is not the same as hub greenlet...
Denis Bilenko
2009-01-23
2
-3
/
+5
*
fixed proc.Source.__repr__
Denis Bilenko
2009-01-22
1
-1
/
+1
*
do no try libevent as a first default hub because poll and selects are more s...
Denis Bilenko
2009-01-22
1
-7
/
+1
*
removed buggy coros.multievent
Denis Bilenko
2009-01-22
1
-50
/
+0
*
coros: fixed multievent.__repr__
Denis Bilenko
2009-01-21
1
-1
/
+1
*
proc fix: Source.wait(0) used to do the wrong thing - return None instead of ...
Denis Bilenko
2009-01-21
2
-8
/
+27
*
proc.Source: limit __repr__
Denis Bilenko
2009-01-21
1
-9
/
+9
*
remove obscure example twisted_ex1.py
Denis Bilenko
2009-01-19
1
-37
/
+0
*
proc: fixed the doctest
Denis Bilenko
2009-01-19
1
-2
/
+3
*
proc: special case for link(current greenlet) - raise an exception immediatel...
Denis Bilenko
2009-01-19
2
-18
/
+31
*
proc.link: changed link(callable) semantics again: it will be called with 1 a...
Denis Bilenko
2009-01-19
1
-1
/
+11
*
proc: minor doctests fixes
Denis Bilenko
2009-01-19
1
-3
/
+3
*
more concise messages for LinkedExited errors
Denis Bilenko
2009-01-19
1
-7
/
+7
*
added __repr__ to proc.Proc and proc.Source
Denis Bilenko
2009-01-19
1
-0
/
+28
*
removed dead code from the example
Denis Bilenko
2009-01-14
1
-3
/
+0
*
greenio: save the reference to the original socket in case it will be monkey ...
Denis Bilenko
2009-01-14
1
-1
/
+2
*
made LinkedKilled to to derive from GreenletExit; this caused losing interest...
Denis Bilenko
2009-01-13
1
-1
/
+1
[next]