1749 Commits

Author SHA1 Message Date
Benoit Chesneau
feae663092 typos in faq.rst 2014-06-27 10:28:03 +02:00
Benoit Chesneau
3b79f161f7 Update faq.rst
tell there is a wip about the thundering herd problem. Also put a not on how watch logs in the console since many people asked for it.
2014-06-27 10:26:01 +02:00
Randall Leeds
7b7f3e6c0b Merge pull request #806 from benoitc/805-bug-is-fileobj
Fix check for file-like objects
2014-06-26 13:19:48 -07:00
Paul J. Davis
fc364cca7d Fix check for file-like objects
The `is_fileobject()` function in utils.py would break when the respones
was a wrapped `HTTPResponse`'s `raw` attribute. This just adds the
`IOError` exception type to the `is_fileobject()` function so that the
response can be streamed normally.

Fixes #805
2014-06-26 14:31:40 -05:00
Andrew Svetlov
0be33fe99b Merge pull request #801 from benoitc/gaiohttp_setup
Don't install gaiohttp if python < 3.3
2014-06-23 21:10:24 +03:00
Andrew Svetlov
86f740420c Don't install gaiohttp if python < 3.3 2014-06-22 15:19:27 +03:00
Benoit Chesneau
d3832df37d Merge pull request #799 from graingert/patch-3
#799 Support loading config from module

Thanks!
2014-06-20 11:54:16 +02:00
Thomas Grainger
2bde8eb103 Support loading config from module 2014-06-20 09:20:37 +01:00
Benoit Chesneau
42c16b17d1 Merge pull request #789 from benoitc/fix/787
fix #787 check if we load a pyc file or not.
2014-06-16 21:53:44 +02:00
Stéphane Wirtel
944e224d36 Fix typo in the examples 2014-06-16 17:51:34 +02:00
Andrew Svetlov
6a06d8ef93 Merge pull request #795 from berkerpeksag/fix-news-markup
Fix a markup error in news.rst.
2014-06-16 14:55:13 +03:00
Berker Peksag
83d97c25ca Fix a markup error in news.rst.
This commit also silences a couple of Sphinx warnings e.g.

    WARNING: Bullet list ends without a blank line;
    unexpected unindent.
2014-06-16 14:01:43 +03:00
Berker Peksag
787b4e4c95 Merge pull request #794 from rhyspowell/patch-1
Fixed spelling mistake
2014-06-16 10:16:31 +03:00
Rhys Powell
c8b4f00266 Fixed spelling mistake
fixed spelling in TTOU description
2014-06-16 07:57:07 +01:00
benoitc
f41f86c3da StopIteration shouldn't be catched at this level.
fix #790
2014-06-14 21:46:35 +02:00
benoitc
68cd2b92c8 Revert "check the python requirements for the gaiohttp server"
This reverts commit 4ac7e55161553503817dfbd01ccc5f263d163e69.
2014-06-14 12:05:00 +02:00
benoitc
4ac7e55161 check the python requirements for the gaiohttp server
fix #788
2014-06-14 11:59:32 +02:00
benoitc
f3824a0685 this example shouldn't have been comitted. 2014-06-14 10:16:04 +02:00
benoitc
31f465d271 fix #787 check if we load a pyc file or not. 2014-06-14 10:09:45 +02:00
benoitc
1a3ab6490d fix #783 : link to the corresponding discussion in the changelog 2014-06-14 07:34:24 +02:00
benoitc
94ee1de00c update news 2014-06-14 07:13:05 +02:00
benoitc
7b902a2378 fix #783 fix tornado worker with missing option
Gunicorn doesn't ovveride the WSGI headers with the X heaaders anymore.
2014-06-14 07:02:40 +02:00
Randall Leeds
18355eff30 Add thundering herd question to FAQ
Close #784
2014-06-13 18:28:05 -07:00
Randall Leeds
412840215f Add multithread information to the design docs
Relates to #784
2014-06-13 18:28:05 -07:00
benoitc
39a1c3adad add the change to the news 2014-06-13 22:47:36 +02:00
benoitc
26df0651bc bump to 19.1 2014-06-13 22:45:37 +02:00
Benoit Chesneau
94f2cc03e1 Merge pull request #786 from zeezooz/fix_signals
Change the rest of QUIT and TERM signals.
2014-06-13 22:40:03 +02:00
Andrew Burdo
ed2d2a8ab3 Change the rest of QUIT and TERM signals.
This will restore graceful shutdown of workers by master.
Also worker_int callback is moved from handle_exit (INT and TERM before switching) to handle_quit(INT and QUIT).
2014-06-13 14:32:11 +03:00
benoitc
9bf6aec443 add latest fix to changes.
note: it should come with the commit ...
2014-06-13 13:28:29 +02:00
Berker Peksag
1c68516fd7 Update custom application example.
It's running on both Python 2 and 3 now.
2014-06-13 14:26:57 +03:00
benoitc
fd5c2e99fb fix #785: handle binary type address given to a client socket address 2014-06-13 13:22:18 +02:00
Andrew Svetlov
573f18d0da Merge pull request #781 from berkerpeksag/use-travis-py-version
Use TRAVIS_PYTHON_VERSION to install aiohttp on Python 3.
2014-06-13 00:19:32 +03:00
Berker Peksag
ab3428ec38 Use TRAVIS_PYTHON_VERSION to install aiohttp on Python 3. 2014-06-12 18:36:38 +03:00
benoitc
b00e875cc4 add Berker Peksağ to the maintainers 2014-06-12 16:45:44 +02:00
benoitc
b1d5d9cbe5 link to the asyncio doc 2014-06-12 15:45:04 +02:00
benoitc
2945f79959 update the readme. 2014-06-12 15:35:29 +02:00
benoitc
c904ae9ff3 bump the website to 19.0 2014-06-12 15:32:10 +02:00
benoitc
c21c932343 asyncio workers doc link 2014-06-12 15:09:37 +02:00
benoitc
49a868f2a7 dot because we need one. 2014-06-12 14:55:57 +02:00
benoitc
d2e4d071a3 fix aiohttp link 2014-06-12 14:53:44 +02:00
benoitc
0fee3e5db2 update doc for the new workers 2014-06-12 14:50:22 +02:00
benoitc
c996deaf23 fix doc 2014-06-12 14:43:06 +02:00
benoitc
3c841b2f58 add changelog for 19.0 2014-06-12 14:38:55 +02:00
Andrew Svetlov
4ede68c6e4 Add gaiohttp tests for travis build 2014-06-09 19:41:58 +03:00
Andrew Svetlov
e9518383da Fix gaiohttp tests for Python 2.5 2014-06-09 19:31:52 +03:00
Andrew Svetlov
e1d97f1bea Add tests for gaiohttp worker 2014-06-09 18:36:46 +03:00
Andrew Svetlov
3665e5bb5c Register gaiohttp worker for Python 3.3+ only. 2014-06-09 18:05:38 +03:00
Andrew Svetlov
fbb2d01d13 Merge pull request #775 from fafhrd91/master
aiohttp worker
2014-06-09 14:44:24 +03:00
Benoit Chesneau
545da3dbb6 Merge pull request #772 from fillest/master
fix HTTP-violating excess whitespace in write_error output
2014-06-07 15:13:53 +02:00
Nikolay Kim
a7eed00c2f aiohttp worker 2014-06-06 20:25:57 -07:00