summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set version to 0.8.10; add eventlet.__version__ attributeDenis Bilenko2009-04-132-3/+4
* insignificant change in twistedutil.protocolDenis Bilenko2009-04-021-2/+1
* proc: add RunningProcSet classDenis Bilenko2009-04-021-0/+29
* proc: add docstring for wrap_errorsDenis Bilenko2009-04-021-0/+16
* proc: rename internal variableDenis Bilenko2009-04-021-4/+4
* proc: changed the way links to functions are fired: now Source/Proc instance ...Denis Bilenko2009-04-021-50/+63
* proc: add Source to __all__Denis Bilenko2009-04-021-0/+1
* twistedutil: rename 'sync' argument to 'wait'Denis Bilenko2009-04-021-4/+4
* twistedutil.protocol: add connDone parameter to GreenTransportBase.loseConnec...Denis Bilenko2009-04-021-2/+4
* reimplement BoundedSemaphore using two Semaphores; this resulted in a much mo...Denis Bilenko2009-03-292-49/+26
* minor change in README.twistedDenis Bilenko2009-03-291-1/+1
* changed version number in setup.py from 0.9pre to 0.8.9Denis Bilenko2009-03-011-1/+1
* twistedutil.protocols.basic: remove commented out debug statementsDenis Bilenko2009-02-201-3/+0
* proc: improve docstringDenis Bilenko2009-02-201-1/+1
* GreenTransportBase: revert half-closability (does not work with TLS anyway an...Denis Bilenko2009-02-205-120/+82
* GreenTransportBase.resumeProducer minor fix: don't hide twisted assertionsDenis Bilenko2009-02-201-2/+1
* proc: add wrap_errors class as a better version of trap_errors function. it p...Denis Bilenko2009-02-171-0/+26
* slightly nicer output in examples/twisted_http_proxy.pyDenis Bilenko2009-02-111-4/+5
* fix setup.py not to install greentest as a package system-wideDenis Bilenko2009-02-111-1/+1
* add MANIFEST.inDenis Bilenko2009-02-111-0/+3
* GreenTransportBase: implement half-closability and write() that blocks until ...Denis Bilenko2009-02-096-100/+229
* twistedutil.protocol.GreenTransportBase: fix loseConnection to call unregiste...Denis Bilenko2009-02-091-0/+1
* twistedutil.protocol.GreenTransportBase: fix __getattr__Denis Bilenko2009-02-091-6/+9
* twistedutil.protocol: add waitall() method to SpawnFactoryDenis Bilenko2009-02-091-12/+25
* proc: add Waiter class - a lightweight helper class for wait() function (repl...Denis Bilenko2009-02-091-5/+36
* add __len__ to coros.queueDenis Bilenko2009-02-091-0/+3
* twistedutil.protocol.GreenTransportBase: in resumeTransport() avoid calling t...Denis Bilenko2009-02-031-1/+2
* twistedutil.protocol.GreenTransportBase bug fix: in _wait() method use resume...Denis Bilenko2009-02-031-2/+2
* proc: added trap_errors function, simple helper that cathes given exceptions ...Denis Bilenko2009-02-021-1/+7
* fix for coros.Semaphore: acquire() could return with Semaphore invariant bein...Denis Bilenko2009-01-271-1/+1
* proc: allow link to be cancelled (cancel() method on Link object)Denis Bilenko2009-01-231-0/+11
* twistedutil.GreenTransportBase: implement loseConnection that blocks until co...Denis Bilenko2009-01-231-1/+14
* proc: assert that Source/Proc send method is not called more than once; retur...Denis Bilenko2009-01-231-6/+24
* hubs.switch: assert that the current greenlet is not the same as hub greenlet...Denis Bilenko2009-01-232-3/+5
* fixed proc.Source.__repr__Denis Bilenko2009-01-221-1/+1
* do no try libevent as a first default hub because poll and selects are more s...Denis Bilenko2009-01-221-7/+1
* removed buggy coros.multieventDenis Bilenko2009-01-221-50/+0
* coros: fixed multievent.__repr__Denis Bilenko2009-01-211-1/+1
* proc fix: Source.wait(0) used to do the wrong thing - return None instead of ...Denis Bilenko2009-01-212-8/+27
* proc.Source: limit __repr__Denis Bilenko2009-01-211-9/+9
* remove obscure example twisted_ex1.pyDenis Bilenko2009-01-191-37/+0
* proc: fixed the doctestDenis Bilenko2009-01-191-2/+3
* proc: special case for link(current greenlet) - raise an exception immediatel...Denis Bilenko2009-01-192-18/+31
* proc.link: changed link(callable) semantics again: it will be called with 1 a...Denis Bilenko2009-01-191-1/+11
* proc: minor doctests fixesDenis Bilenko2009-01-191-3/+3
* more concise messages for LinkedExited errorsDenis Bilenko2009-01-191-7/+7
* added __repr__ to proc.Proc and proc.SourceDenis Bilenko2009-01-191-0/+28
* removed dead code from the exampleDenis Bilenko2009-01-141-3/+0
* greenio: save the reference to the original socket in case it will be monkey ...Denis Bilenko2009-01-141-1/+2
* made LinkedKilled to to derive from GreenletExit; this caused losing interest...Denis Bilenko2009-01-131-1/+1