summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* websockets: Test and handle lack of Upgrade headerJakub Stasiak2014-01-241-0/+15
* websockets: handle HTTP_CONNECTION more flexiblyJakub Stasiak2014-01-181-14/+17
* websockets: Add websockets13 supportEdward George2014-01-011-0/+207
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-036-303/+282
* python3 compat: print() function syntaxSergey Shepelev2013-12-0313-51/+62
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-0313-34/+34
* coros: remove Actor which was deprecated in 2010-01Sergey Shepelev2013-12-031-128/+0
* saranwrap: remove saranwrap which was deprecated in 2010-02Sergey Shepelev2013-12-031-387/+0
* tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric UrbanSergey Shepelev2013-10-021-3/+16
* wsgi: Allow minimum_chunk_size to be overriden on a per request basisDavid Goetz2013-09-051-0/+62
* green.ssl: Fix NameError GH-17Jakub Stasiak2013-08-121-12/+34
* wsgi: configurable socket_timeoutSergey Shepelev2013-08-091-0/+11
* tests: kill all tpool workers in LimitedTestCaseJakub Stasiak2013-08-074-73/+78
* wsgi: handle connection socket timeoutsPaul Oppenheim2013-07-092-1/+188
* tests: extract run_python() utility functionSergey Shepelev2013-07-092-12/+28
* tests: ProcessBase should call parent setUp/tearDown; Thanks to Paul OppenheimSergey Shepelev2013-07-091-12/+17
* tests: skip check_idle_cpu_usage on Windows; Thanks to Paul OppenheimSergey Shepelev2013-07-091-1/+9
* support: greendns: always resolve portSergey Shepelev2013-07-091-0/+13
* wsgi: env['wsgi.input'] was returning 1 byte stringsEric Urban2013-07-091-0/+28
* hubs: get_default_hub() on Windows broken by kqueue; Thanks to Paul OppenheimSergey Shepelev2013-07-021-29/+81
* semaphore: support timeout for acquireJustin Patrin2013-06-281-2/+20
* tests: subprocess.communicate block on Python 2.7Sergey Shepelev2013-06-131-15/+35
* hubs: kqueue: squashed fixesEdward George2013-06-091-0/+8
* green: subprocess: Popen.wait accepts new `timeout` kwargSergey Shepelev2013-06-071-0/+25
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2)Edward George2013-04-161-1/+61
* tests: select socket pair is not writable; Thanks to Yamamoto TakashiSergey Shepelev2013-04-161-1/+7
* tests: Improve tox configuration and setup TravisJakub Stasiak2013-04-121-0/+1
* wsgi: minimum_chunk_size of last Server altered all previous (global variable)Jakub Stasiak2013-04-091-2/+10
* doc: fix bitbucket links after relocation to separate accountSergey Shepelev2013-04-092-3/+3
* tests: wsgi: close socket on error in the middle of chunked responseSergey Shepelev2013-02-221-1/+48
* greenio: Pre-cache proxied GreenSocket methods; Fixes Bitbucket #136; Thanks ...Sergey Shepelev2013-02-011-0/+6
* greenio: socket.dup() made excess fcntl syscalls, added set_nonblocking=True ...Sergey Shepelev2013-01-241-2/+43
* tests: zmq: test idle CPU usage after zmq .bind(PUB)Sergey Shepelev2013-01-211-1/+39
* tests: zmq: support both SNDHWM and old HWM (libzmq <3.0); Thanks to Geoff Sa...Sergey Shepelev2013-01-211-1/+7
* greenio: socket.settimeout(0) then to >0 did not switch back to blocking mode...Sergey Shepelev2013-01-211-0/+23
* zmq: Socket.close() support linger argument; Thanks to Eric WindischSergey Shepelev2013-01-141-0/+10
* tests: ssl: socket.sendall() busy loop when client is reading slowlySergey Shepelev2013-01-111-11/+52
* tests: LimitedTestCase.set_alarm() detects busy loops like while True: passSergey Shepelev2013-01-111-9/+31
* tests: check_idle_cpu_usage measures getrusage() around sleep(); throws Asser...Sergey Shepelev2013-01-101-0/+15
* tests: skip_if_no_ssl decorator always returned NoneSergey Shepelev2013-01-101-9/+11
* tests: patcher_test: let Popen search for `true` in PATHSergey Shepelev2012-12-171-1/+1
* greenio: relative seek() typo _get_readahead_len; Thanks to AlanPSergey Shepelev2012-12-141-0/+2
* greenio: pep8, pyflakesSergey Shepelev2012-12-141-63/+76
* db_pool: Fix pool.put() TypeError with min_size > 1; Thanks to Jessica QiSergey Shepelev2012-12-131-0/+28
* prevent infinite recursion with linking to current greenthreadEdward George2012-12-121-0/+15
* Fix zmq._QueueLock test in Python2.6 - TestCase.assertRaises is not context m...Sergey Shepelev2012-12-111-8/+10
* Test for Pull Request 22: zmq getsockopt(EVENTS) wake correct threadsSergey Shepelev2012-12-111-7/+28
* Test for issue #95 wsgi.Server should handle client disconnect while sending ...Sergey Shepelev2012-12-101-24/+50
* Add test for waitpid issueVishvananda Ishaya2012-11-081-0/+13
* Added missing global var, and added nose test for set_num_threadsDavid Ibarra2012-11-021-0/+5