index
:
delta/python-packages/paste-git.git
2.0.3
BB-4
benjaminp-fixture-unicode-paths
blueyed-coverage
bug/21
cd/travis-ci
cdent/git-actions
cdent/use-importlib
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-19
fix-docs
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
github.com: cdent/paste.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...
1.2
Ian Bicking
2007-02-01
3
-2
/
+33
*
path from Robert Almeida, to re-enable the internal redirect to the login for...
Ian Bicking
2007-02-01
1
-5
/
+5
*
More features, yay\!
Ian Bicking
2007-02-01
1
-8
/
+66
*
don't test profile middleware if hotshot isn't available
Ian Bicking
2007-02-01
1
-20
/
+25
*
o remove paste.pycgiwrapper reference
pjenvey
2007-02-01
1
-3
/
+14
*
Remove long-deprecated modules (most moved elsewhere -- actually removing now...
Ian Bicking
2007-02-01
6
-55
/
+1
*
Remove long-deprecated modules (most moved elsewhere)
Ian Bicking
2007-02-01
1
-1
/
+4
*
Fix up docstrings for reST validity
Ian Bicking
2007-02-01
5
-11
/
+17
*
Add most doctests to the automatic testing; fix some problems in tests
Ian Bicking
2007-02-01
4
-10
/
+47
*
Fix up looper
Ian Bicking
2007-02-01
1
-8
/
+50
*
Switching mime-type parsing to be a WSGIRequest function instead of attribute.
bbangert
2007-01-31
3
-28
/
+17
*
Moved wsgiwrapper news to wsgiwrappers section.
bbangert
2007-01-31
1
-7
/
+7
*
Added WSGIRequest.mimetypes property and unit tests for it.
bbangert
2007-01-31
2
-4
/
+34
*
Updating news for new features in WSGIRequest, mimeparse, and HTTP headers.
bbangert
2007-01-31
1
-0
/
+13
*
Patching mimeparse module to include desired_matches function intended for a ...
bbangert
2007-01-31
1
-1
/
+25
*
More thorough unit testing of the languages header.
bbangert
2007-01-31
1
-0
/
+6
*
rewrite watchthreads to use the new paste.util.template
Ian Bicking
2007-01-31
1
-65
/
+80
*
Added a looper object, to make template looping easier
Ian Bicking
2007-01-31
1
-0
/
+107
*
Add a bunch object, and add __traceback_hide__ locals to trim down exceptions
Ian Bicking
2007-01-31
1
-1
/
+40
*
Added an HTML-specific subclass
Ian Bicking
2007-01-31
2
-2
/
+97
*
Added a templating language
Ian Bicking
2007-01-31
5
-1
/
+579
*
removed nonexistent paste.login reference
pjenvey
2007-01-31
1
-3
/
+0
*
typo
pjenvey
2007-01-31
1
-1
/
+1
*
ensure UnicodeMultiDict allows non basestring keys to pass through
pjenvey
2007-01-31
2
-1
/
+15
*
s/assert_unicode_items/assert_unicode_item/g
pjenvey
2007-01-31
1
-9
/
+9
*
comment out the wsgi.input comparison tests until #125 is solved
pjenvey
2007-01-31
1
-3
/
+4
*
Added WSGIRequest.languages parameter which handles parsing of Accept-Languag...
bbangert
2007-01-31
2
-5
/
+49
*
categorize changes
Ian Bicking
2007-01-30
1
-9
/
+15
*
Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ...
Ian Bicking
2007-01-30
2
-0
/
+69
*
make paste.httpserver support all request methods
Ian Bicking
2007-01-30
2
-2
/
+20
*
Adding mime-type parsing module.
bbangert
2007-01-30
1
-0
/
+153
*
Adding language parsing HTTP header code.
bbangert
2007-01-30
1
-1
/
+35
*
Allow killing of errant threads through the web application (also add a modul...
Ian Bicking
2007-01-30
4
-46
/
+189
*
Added news for last commit
Ian Bicking
2007-01-30
1
-0
/
+5
*
Add app to monitor and summarize the status of any wedged threads. Also a ha...
Ian Bicking
2007-01-30
4
-11
/
+188
*
Add a variable to track the requests currently being processed by the httpser...
Ian Bicking
2007-01-30
1
-3
/
+18
*
Allow list of status in test calls
Ian Bicking
2007-01-24
2
-0
/
+10
*
don't depend on pkg_resources in urlparser
pjenvey
2007-01-23
1
-1
/
+8
*
added optional pre and post do_request hooks into TestApp
pjenvey
2007-01-23
1
-1
/
+15
*
changelog for r6131
pjenvey
2007-01-23
1
-0
/
+6
*
by default don't have WSGIRequest decode parameter keys when unicode params a...
pjenvey
2007-01-22
3
-35
/
+65
*
small changes
pjenvey
2007-01-22
1
-6
/
+9
*
everything passing except the rereading of wsgi.input
pjenvey
2007-01-21
1
-16
/
+2
*
doc markup
pjenvey
2007-01-21
1
-1
/
+1
*
o added UnicodeMultiDict, a MultiDict wrapper that decodes its retrieved
pjenvey
2007-01-21
3
-48
/
+395
*
removed unused import
pjenvey
2007-01-20
1
-1
/
+0
*
some test fixes. still not passing
pjenvey
2007-01-19
1
-16
/
+16
*
fixed broken StaticURLParser.make_app from r6099
pjenvey
2007-01-19
1
-2
/
+1
*
non-passing test for new request parsing system
Ian Bicking
2007-01-19
1
-0
/
+49
*
201 Created does not expect a response body
Ian Bicking
2007-01-18
1
-1
/
+1
[next]