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
5a8ea89b
Commit
5a8ea89b
authored
Feb 19, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kill TODO (use
http://code.google.com/p/gevent/issues/list
)
parent
fc8ef7ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
TODO
TODO
+1
-22
No files found.
TODO
View file @
5a8ea89b
1.0
- move Semaphore and BoundedSemaphore from coros to another module; deprecate coros
- fix BoundedSemaphore to behave like standard threading's BoundedSemaphore behaves:
raise ValueError if upper limit is reached instead of blocking.
- "raise Timeout" used in some places means customizing exception with Timeout(exception=RuntimeError) no longer works
- grep for XXX and QQQ
- classes in gevent.core should not crash even if improperly used
- initialize libevent in Hub.__init__()
- support multiple event_bases
- discourage direct use of gevent.core; put the needed methods back on Hub (timer, read_event, write_event)
- monkey patch asyncore too? (maybe patch select.poll, so asyncore would work)
- gevent.sleep(1000000000000000) returns immediatelly instead of raising an error like time.sleep() does
- streaming version of wsgi.WSGIHandler
- monkey should hold references and provide access to all the objects it replaced
- port to stackless
- figure out http server's tests failures on libevent2
- split WSGIServer into AsyncWSGIServer (that does not spawn greenlets) and WSGIServer (that does)
1.1
- use libevent 2.x's bufferevent for socket implementation (or for its _fileobject)
- add threadsafe Queue that can be used to interact with other event loops (e.g. pygtk)
- wrap libevent's http client code
The issue tracker is hosted at http://code.google.com/p/gevent/issues/list
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