benoitc
faf2cc58f1
s/doc/docs
2012-11-19 16:28:04 +01:00
benoitc
f0ee746300
bump
2012-11-19 16:25:56 +01:00
benoitc
c3060144fa
add requirements_dev.txt
2012-11-19 16:24:57 +01:00
benoitc
5ef73415e7
fix the typo
2012-11-19 15:38:44 +01:00
benoitc
26330173bb
say hello to 0.16
2012-11-19 15:20:53 +01:00
benoitc
6c34654e91
temporarely rmove 3.3 from travis tests.
...
testing 3.3 is broken in travis.
2012-11-19 12:02:36 +01:00
benoitc
6505151b10
new release is today`
2012-11-19 11:54:45 +01:00
benoitc
0b40e69e67
Merge branch 'develop'
2012-11-19 11:49:05 +01:00
benoitc
f724c53e17
make sure to add the current dir to sys.path as well. close #322
2012-11-19 08:33:05 +01:00
benoitc
594a189cc1
add Christos Stavrakakis to THANKS
2012-11-16 11:53:30 +01:00
benoitc
95a2e9e610
what's new in 0.16.0
2012-11-16 11:22:21 +01:00
benoitc
155b3c3823
don't use map at all
2012-11-16 11:16:19 +01:00
benoitc
4da8f8067d
str should be applied first.
...
change based on @sirkonst feedback
2012-11-16 11:12:57 +01:00
benoitc
46e041b9f1
don't use map
2012-11-16 11:08:02 +01:00
benoitc
98b2114199
say hello to python 3.3
2012-11-16 10:51:51 +01:00
Christos Stavrakakis
efdc99dd91
Reopen stdout & stderr if redirected to error log
...
To use the logrotate utility, a USR1 signal is sent, and the
corresponding handler reopens the log files. However, sys.stdout and
sys.stderr, which may be redirected to the error log file, are not
updated. This commit fixes this, by closing the fileobj of the
LazyWriter object. There is no need to reopen it, since the LazyWriter
will open it when needed.
2012-11-16 10:50:54 +01:00
benoitc
d9faae01db
bump to 0.16
2012-11-16 10:23:45 +01:00
benoitc
91e7d138dc
fix header encoding
2012-11-16 10:05:26 +01:00
benoitc
f240b78fd3
add Eric Shull to THANKS
2012-11-16 07:59:55 +01:00
Eric Shull
e58f8b59b7
Add isatty method to LazyWriter.
2012-11-16 07:59:55 +01:00
benoitc
044732f7bc
add Kenneth Reitz to THANKS
2012-11-16 07:38:30 +01:00
Kenneth Reitz
402f003ca2
Honor $PORT environment variable.
2012-11-16 07:36:25 +01:00
benoitc
6f726e0ec9
make sure to catch EPIPE and ECONNRESET error
2012-11-13 09:52:37 +01:00
benoitc
9fb0d9669c
expose --pythonpath command to all modes . fix #433
...
--pythonpath may also be useful in other commands, so expose it to all.
2012-11-07 09:52:49 +01:00
benoitc
23f66c2389
fix latest link color
2012-11-06 06:06:20 +01:00
benoitc
88fd29db2f
add a direct link to latest changes info. fix #424
2012-11-06 06:02:47 +01:00
benoitc
d06380d1f0
fix module detection. fix #322
...
Gunicorn has now the possibility to directly pass the settings env as
argument but it was breaking the old way to do it when giving a path to
the settings file instead.
2012-11-06 05:51:57 +01:00
benoitc
bb9ddb4ca9
Revert "Set timeout for client socket (slow client DoS)."
...
This changes introduced an issue with websockets support (#432 ) and is
probably related to #428 & #416 . It is safer for now to revert it.
This reverts commit aa22115cfc9c2b76c818ce231089b01c690052b6.
Conflicts:
gunicorn/workers/async.py
gunicorn/workers/sync.py
2012-11-06 05:33:29 +01:00
Bruno Bigras
a603734d80
Fix a misspelled command in README.rst
2012-11-01 23:14:19 -03:00
benoitc
daa04fc931
add a note about --check-config
2012-11-01 10:49:07 +01:00
Randall Leeds
1505e29248
integrate pytest with setup.py
2012-10-28 22:59:33 -07:00
Randall Leeds
674c1ac802
skip virtualenv dirs when looking for tests
2012-10-28 22:59:33 -07:00
benoitc
ee3946fba6
add @andrewsg to thanks.
2012-10-28 07:11:10 +01:00
benoitc
1d0eed5205
remove examples from pytest dirs
2012-10-28 07:04:11 +01:00
benoitc
e4fbc805b6
fix error spotted by @andrewsg
2012-10-28 06:56:00 +01:00
Andrew Gorcester
f7b9a08c9c
resolve py3 bytes issue for django apps
2012-10-28 06:33:07 +01:00
benoitc
88b6b6a196
bump requirements
2012-10-27 12:33:50 +02:00
benoitc
e372a26342
Revert "fix gevent graceful timeout for real"
...
This reverts commit fd6c712dd432f6cbbadd53bb59e7c5ce7b07e0cb.
2012-10-27 12:30:27 +02:00
Randall Leeds
af473a8b43
Merge pull request #426 from mpaolini/marco_develop
...
allow bypassing of forwarded_allow_ips check
2012-10-26 12:45:21 -07:00
benoitc
cd601a466a
update travis.xml to est on py3
2012-10-26 21:09:23 +02:00
benoitc
fa5af28cf6
update tox & makefile for py.test
2012-10-26 21:07:27 +02:00
mpaolini
7079fa033c
allow bypassing of forwarded_allow_ips check
2012-10-26 14:45:23 +02:00
benoitc
f0deed1529
fix from @sirkonst feedback
2012-10-25 20:57:23 +02:00
benoitc
d218ba54c6
use args as well.
2012-10-25 10:14:05 +02:00
benoitc
e12f520cea
use args for the socket errno
2012-10-25 07:14:53 +02:00
benoitc
f6dee213bd
we are now using py.test for testing
2012-10-24 23:22:18 +02:00
benoitc
bb00d41ff9
fixes for py27
2012-10-24 23:08:15 +02:00
benoitc
8d453fb341
all tests pass under python 3
2012-10-24 22:07:35 +02:00
benoitc
60644b12af
miscellaneous fixes
2012-10-24 14:24:19 +02:00
benoitc
039bf47c3d
fix exceptions
2012-10-24 14:03:18 +02:00