Curtis
057cfe761f
Tidy with flake8
2015-04-11 22:50:11 +10:00
Unbit
b60d9822e6
fixed #846
2015-02-19 06:54:01 +01:00
Yury Khalyavin
fe68884ea4
Fix invalid 'args' and 'kwargs' decoding in python3
...
When we set pass_arguments=True, we should unpickle
'args' and 'kwargs' first.
Without it '_decode_from_spooler' will fail on 'decoding' their
packed by pickle data, because pickled data has 'bytes' type.
2014-10-30 18:00:56 +03:00
Aldur
a89e8d2b53
add manage_script_name tests
2014-10-24 14:17:10 +02:00
Unbit
794ae0018d
truly fixed #726
2014-09-23 12:14:23 +02:00
Unbit
9aab77bcc3
attempt to merge #726
2014-09-23 12:07:15 +02:00
Aldur
ee01a0f763
add spooler_decorator tests
2014-09-23 11:44:56 +02:00
Aldur
d8fb5a9a3b
reorganize spooler_priority tests
2014-09-23 11:44:09 +02:00
Aldur
2e565a502e
Improve spooled test
2014-09-16 16:25:35 +02:00
Unbit
80f2e5d20f
try to address kevent issue with spooler
2014-09-16 15:32:21 +02:00
Aldur
1da300a71b
add test regarding spooler and related task priority
2014-09-16 15:03:48 +02:00
Unbit
d484acefa4
use buffer protocol in WSGI response
2013-09-30 09:25:25 +02:00