index
:
delta/python-packages/waitress.git
bestpractices
body-less-304
bugfix/close-buffer
bugfix/ipv6_server_name
bugfix/nameinfo
bugfix/socket-server-name-port
bugfix/socket_flags_windows
bugfix/uppercase_verb
bugfix/winerror-windows
build-docs-on-travis
cleanup/use-with-statement-makefile
close-app-iter-on-disconnect
close-outbufs
connection-overflow-warning
contributing
crack-version
doc_translogger
docs-grammar-fix
drop-py34
error-task-disconnect
feature.exit-from-thread
feature.vendor-asyncore-180
feature.x_wsgi_url_scheme-header
feature/multiple_sockets
fix-265
fix-deadlock-on-disconnect
fix-multi-line-headers
fix-tox
fix.filewrapper_leak
fix.idemonkeys
fix.issue64
fix/thread_name
garden/update-supported-python-versions
invalid-whitespace-cont
iobase
main
master
optimize-outbuf-len
outbuf-high-watermark
pipelinefix
proxy-header-middleware
proxy-updates
py3-only
queue-depth-warnings
queue-depth-warnings-int
resource-warnings
seekable
set-input-terminated
so_sndbuf
speedup-test-suite
trigger
update-configs
update-tox
workflows
github.com: Pylons/waitress.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
waitress
/
tests
/
test_task.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Appease IDEs that want to monkeypatch the thread module by changing a
fix.idemonkeys
Chris McDonough
2012-07-06
1
-10
/
+16
*
using -1 as a sentinel was a bad idea
Chris McDonough
2012-01-17
1
-1
/
+1
*
- Make sure when content-length header is set that file_wrapper serves no
Chris McDonough
2012-01-16
1
-0
/
+23
*
Support the WSGI ``wsgi.file_wrapper`` protocol as per
Chris McDonough
2012-01-16
1
-1
/
+33
*
- Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnel
Chris McDonough
2012-01-03
1
-1
/
+1
*
Features
Chris McDonough
2012-01-02
1
-1
/
+1
*
Bug Fixes
Chris McDonough
2011-12-31
1
-84
/
+54
*
coverage
pipelinefix
Chris McDonough
2011-12-30
1
-192
/
+205
*
fix exception reporting
Chris McDonough
2011-12-30
1
-1
/
+1
*
handle only one task at a time on channel to fix pipelineing issues
Chris McDonough
2011-12-29
1
-49
/
+50
*
py3 fixes
Chris McDonough
2011-12-28
1
-8
/
+8
*
total coverage
Chris McDonough
2011-12-28
1
-0
/
+171
*
ensure headers and body cannot exceed a max size
Chris McDonough
2011-12-28
1
-5
/
+5
*
renames, effective_host/effective_port, dont relog in task
Chris McDonough
2011-12-27
1
-3
/
+4
*
pep 8
Chris McDonough
2011-12-26
1
-1
/
+1
*
expose all adjustments to serve()
Chris McDonough
2011-12-26
1
-29
/
+21
*
provide a real write callable, warn when cl exceeds or shorts specified, anti...
Chris McDonough
2011-12-26
1
-9
/
+12
*
pep8
Chris McDonough
2011-12-26
1
-48
/
+48
*
move server.executeRequest->task.execute
Chris McDonough
2011-12-26
1
-6
/
+18
*
dont break apart status and reason, compat tostr fixes
Chris McDonough
2011-12-26
1
-1
/
+1
*
task coverage
Chris McDonough
2011-12-26
1
-11
/
+13
*
add expect/continue support; document differences from zope.server
Chris McDonough
2011-12-24
1
-1
/
+2
*
add functional tests, fix crap under py3, rejigger task to not be so broken
Chris McDonough
2011-12-23
1
-66
/
+66
*
more py3 compat sopping
Chris McDonough
2011-12-22
1
-13
/
+19
*
more py3 prep
Chris McDonough
2011-12-22
1
-3
/
+3
*
add 100 coverage for tasks, rejigger some responsibilities and remove some un...
Chris McDonough
2011-12-22
1
-0
/
+270
*
add task tests
Chris McDonough
2011-12-22
1
-0
/
+189