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
path:
root
/
eventlet
/
pools.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP-8 fixes
Sergey Shepelev
2014-08-27
1
-2
/
+3
*
python3 compat fixes
Victor Sergeyev
2014-03-28
1
-1
/
+1
*
python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...
Sergey Shepelev
2013-12-03
1
-39
/
+21
*
python3 compat: print() function syntax
Sergey Shepelev
2013-12-03
1
-2
/
+5
*
Better accounting of current_size in pools.Pool, thanks to Brett Hoerner for ...
Ryan Williams
2011-06-08
1
-3
/
+8
*
Fixed sphinx warnings, thanks to jbergstroem for buggin' me about them.
Ryan Williams
2010-08-20
1
-5
/
+5
*
Two minor tweaks.
Ryan Williams
2010-03-15
1
-1
/
+1
*
added `create` argument to pools.Pool constructor
Sergey Shepelev
2010-03-10
1
-7
/
+31
*
fixed various minor issues that pyflakes complained about, removed extraneous...
Tavis Rudd
2010-02-24
1
-28
/
+26
*
Improved docs on pools for ericflo, fixes #40.
Ryan Williams
2010-02-21
1
-32
/
+57
*
Deprecated api.py and removed references to it.
Ryan Williams
2010-02-20
1
-1
/
+0
*
Added getting() and putting() methods to the Queue class, replaced coros.queu...
Ryan Williams
2010-01-23
1
-5
/
+5
*
More doc cleanup. Removed timer module from docs because it's an internal de...
Ryan Williams
2009-12-31
1
-12
/
+6
*
Indentation problem caused >2.4 to break.
Ryan Williams
2009-12-03
1
-19
/
+19
*
Fixes to make tests pass on python2.4. The tricks to make with-statement stu...
Ryan Williams
2009-12-03
1
-23
/
+29
*
Removed copyright headers from individual files, added LICENSE and AUTHORS fi...
Ryan Williams
2009-10-03
1
-21
/
+0
*
Added with-statement to pools.Pool objects for mad 2.5-ability. Should be 2....
Ryan Williams
2009-10-03
1
-5
/
+25
*
Ammended eventlet Sphinx documentation. This removed some of the Doxygen-isms...
Huin Linden
2009-09-17
1
-11
/
+14
*
Removed ConnectionPool which didn't seem usable, and also Pool.fan which has ...
Ryan Williams
2009-07-14
1
-72
/
+8
*
fix pools to use new Queue class
Denis Bilenko
2009-06-22
1
-5
/
+3
*
remove doctest.testmod() from the modules which had it
Denis Bilenko
2009-06-20
1
-4
/
+0
*
move copytright and license out of docstring in the comments
Denis Bilenko
2009-06-12
1
-23
/
+20
*
pools: don't use channel (which is now deprecated) use queue(0) directly
Denis Bilenko
2009-06-12
1
-6
/
+5
*
remove a number of unused imports
Denis Bilenko
2009-06-08
1
-1
/
+0
*
remove CoroutinePool from pools
Denis Bilenko
2009-06-08
1
-456
/
+0
*
pools: add doctest runner at the end
Denis Bilenko
2009-05-22
1
-0
/
+4
*
Disabled timing-sensitive db_pool tests until we come up with a better way to...
Ryan Williams
2009-05-20
1
-1
/
+2
*
import pools.py from https://bitbucket.org/which_linden/eventlet/
Denis Bilenko
2009-05-19
1
-101
/
+64
*
Time-based expiry for db_pool. This adds the ability to expire connections b...
rdw
2008-08-13
1
-3
/
+26
*
move CoroutinePool from coros to pools
Denis Bilenko
2009-05-19
1
-2
/
+550
*
Rename the eventlet.support.greenlet module to greenlets to avoid clashing wi...
donovan
2008-12-29
1
-49
/
+0
*
fixed cyclic import in eventlet.pools
Denis Bilenko
2008-11-24
1
-1
/
+1
*
Initial implementation of libeventhub. Works for some basic socket stuff but...
rdw
2008-03-16
1
-0
/
+184