index
:
delta/python-packages/paste.git
2.0.3
BB-4
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
bitbucket.org: Obsolete (use python-packages/paste-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
httpserver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed Paste Deploy dependencies in many places
ianb
2006-08-19
1
-1
/
+1
*
added WSGIThreadPoolServer. Provides much better performance than
pjenvey
2006-07-19
1
-9
/
+146
*
Added copyright header to a bunch of files
ianb
2006-06-13
1
-0
/
+2
*
Change wsgi.run_once to false
ianb
2006-05-24
1
-1
/
+1
*
Accidentally left a debugging print statement in
bbangert
2006-05-12
1
-1
/
+0
*
Paste HTTP Server was destroy duplicate HTTP headers rather than properly com...
bbangert
2006-05-12
1
-5
/
+6
*
Handle a host:port configuration
ianb
2006-03-30
1
-1
/
+7
*
moving 'serving on...' inside start_loop as suggested by mitsuhiko on irc
cce
2006-03-20
1
-1
/
+1
*
- remove default transaction logging feature since this can
cce
2006-03-08
1
-0
/
+16
*
There are class of unavoidable socket errors that occur when
cce
2006-03-05
1
-16
/
+18
*
- misspelled daemon ;(
cce
2006-01-11
1
-3
/
+3
*
- default server_version was in wrong spot ;)
cce
2006-01-11
1
-2
/
+1
*
- updated httpserver to have better documentation for serve()
cce
2006-01-11
1
-38
/
+112
*
- put where deamon_threads option should be (but commented out)
cce
2006-01-11
1
-0
/
+1
*
always send response even if there isn't a body (dumb mistake)
cce
2006-01-11
1
-0
/
+2
*
moving httpserver from util sub-package up a level
cce
2006-01-09
1
-0
/
+373