benoitc
116c82333b
update travis.yml
2013-04-18 18:07:46 +02:00
benoitc
b263f21646
bump to 0.17.3
2013-04-18 16:46:41 +02:00
benoitc
1a1c9572ef
add fileno method to glogging.LazyWriter
...
fix #496
2013-04-18 16:20:34 +02:00
benoitc
b8c5c537f8
add jean-philippe serafin to THANKS
2013-04-18 16:08:39 +02:00
jean-philippe serafin
1911facf1a
improve logger overide
...
- add Logger.atoms() that facilitates log format override.
- add Logger.atoms_wrapper_class that permits custom wrapping.
fix #510
2013-04-18 16:06:36 +02:00
jean-philippe serafin
87474ffce1
add test_atom_defaults()
2013-04-18 15:58:55 +02:00
jean-philippe serafin
e755dde2c0
fix vim swap files ignoring
2013-04-18 15:58:55 +02:00
benoitc
fcc1f5a698
fix doc link
...
related to issue #484
2013-04-18 15:07:05 +02:00
benoitc
2a39f0a35e
add Chris Streeter to THANKS
2013-04-03 11:16:17 +02:00
Chris Streeter
e908ec3359
Consistently get CWD across apps and arbiter.
...
The Arbiter is smart about getting the CWD; first it checks the CWD
environment (which doesn't resolve symlinks), then it falls back to the
python os.getcwd() (which does resolve symlinks). However, the Arbiter
is the only place that does this, which will then do the right thing
when we reexec. However, when reloading the Arbiter, it won't pick up
changes if the symlink has changed.
By changing the *app.py entry points to also use the same method for
determining the CWD, we'll insert a symlink path into the first location
in sys.path. Then our reloaded app will correctly pull in any new
changes.
2013-04-03 11:15:53 +02:00
benoitc
78478de364
fix pythonpath option.
...
fix #501
2013-04-03 11:09:12 +02:00
Konstantin vz'One Enchant
22c55e095f
Merge pull request #507 from rgbkrk/patch-1
...
Verb fix in README.rst
2013-04-01 05:40:04 -07:00
Kyle Kelley
54db5e0b46
Verb fix in README.rst
2013-03-24 18:06:33 -03:00
benoitc
b38ea24dc4
add Kevin Luikens to the THANKS
2013-03-19 13:44:31 -07:00
Kevin Luikens
770005f73d
use byte string when writing to pid file - fix #504
2013-03-19 13:44:21 -07:00
Kenneth Reitz
a314f5adb1
Merge pull request #485 from mahmoud/master
...
Remove ctypes dependency in util
2013-03-18 13:54:51 -07:00
Kenneth Reitz
8d9df76a15
Merge pull request #506 from ronnix/fix-cross-ref
...
Fix cross-reference in documentation
2013-03-18 13:52:41 -07:00
Ronan Amicel
825e7e7cb3
Fix cross-reference in documentation
2013-03-17 15:45:12 +01:00
Kenneth Reitz
78861c19fe
Merge pull request #498 from glarrain/patch-1
...
Update configure.rst
2013-03-06 09:48:30 -08:00
German Larrain
739690d74f
Update configure.rst
...
Fixed typo and grammar mistake in note
2013-03-05 22:57:10 -03:00
Konstantin vz'One Enchant
2b96808f35
Merge pull request #494 from askedrelic/bug/fix-inline-links
...
Fix doc links
2013-03-01 05:31:06 -08:00
Matt Behrens
101a140889
make these links relative, to fix RTD
...
-also remove the 'design' link, not being used
2013-02-27 10:49:17 -08:00
Konstantin Enchant
b6d72504eb
Fixed stop all servers (gevent worker).
2013-02-25 14:25:08 +04:00
Konstantin vz'One Enchant
a33211b3f3
Merge pull request #488 from streeter/patch-1
...
Typo fix (docstring)
2013-02-25 01:29:45 -08:00
Konstantin vz'One Enchant
6f03b38401
Merge pull request #489 from streeter/patch-2
...
Fix a typo (comment).
2013-02-25 01:28:03 -08:00
Konstantin vz'One Enchant
1c920d64cd
Merge pull request #468 from dmedvinsky/minor_stuff
...
Use `getattr` with default instead of `if hasattr/else`
2013-02-25 01:26:17 -08:00
Chris Streeter
5b7696f032
Fix a typo.
2013-02-19 18:28:54 -08:00
Chris Streeter
25283ea262
Fix a Typo
2013-02-19 18:18:41 -08:00
Mahmoud Hashemi
22dccb3349
remove ctypes dependency for unsigned integer math related to setgid. this should re-enable selinux usage (and usage on other systems without ctypes).
2013-02-12 23:01:56 -08:00
Mahmoud Hashemi
318b365b8a
fixed unreachable code surrounding 'unix://' addresses.
2013-02-12 22:58:05 -08:00
Kenneth Reitz
fb4ffb269b
Merge pull request #480 from reustle/master
...
Fixed Gunicorn.org Document Title
2013-02-10 15:04:46 -08:00
Benoit Chesneau
84cb8ff165
Merge pull request #482 from Sapphire64/patch-1
...
Gaffer deploy process name fix
2013-02-09 13:07:02 -08:00
Benoit Chesneau
6cfe90137e
Merge pull request #483 from matrixise/master
...
fix typo
2013-02-09 13:06:39 -08:00
Stephane Wirtel
8a0977a12c
fix typo
2013-02-07 16:35:49 +01:00
Anton Vlasenko
3f86c3db45
Gaffer deploy process name fix
...
Old configuration spawns ' gunicorn' process, not 'gunicorn' as it should be.
2013-02-07 09:30:17 +02:00
Shane Reustle
f76facdaba
Document title should not contain HTML
2013-02-02 16:14:14 -05:00
Dmitry Medvinsky
25e22e31df
Use getattr with default instead of if hasattr/else
2013-01-08 18:23:14 +04:00
benoitc
a1a4fd47ad
hello 0.17.2
2013-01-07 19:35:59 +01:00
benoitc
5369c6c291
release 0.17.2
2013-01-07 19:28:34 +01:00
benoitc
31e259ea97
say hello to 0.17.2
2013-01-06 18:56:56 +01:00
Qiangning Hong
ec7f75f48f
optimize readline()
...
Use less memory when processing file uploading, to be fast and safe
2013-01-06 18:49:30 +01:00
benoitc
eb73681181
make import errors more visible
...
fix #461
2013-01-06 12:47:06 +01:00
benoitc
8ab090aafb
don't remove the file under cygwin.
...
Thanks to @pombredanne for the report. fix #407
2013-01-06 08:23:36 +01:00
benoitc
84d9f4c604
don't pass ssl_options if there are any.
...
some versions of tornado fail when passing empty ssl options. This
change fix it.
fix #465
2013-01-06 08:12:40 +01:00
benoitc
030468d2cd
don't accept str or unicode in the body.
2013-01-06 07:59:41 +01:00
benoitc
008161dd66
redirect to the 0.17.1 version of the documentation
2013-01-05 12:14:48 +01:00
benoitc
d6ab64d823
latest version is now 0.17.1
2013-01-05 10:47:34 +01:00
benoitc
690faa2e9e
use the new travis https url.
2013-01-05 10:43:05 +01:00
benoitc
e9b5c82346
fix travis target
2013-01-05 10:41:57 +01:00
benoitc
00b90c1037
we actually support python 3 since the 0.16 version.
2013-01-05 10:41:08 +01:00