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
Commit message (
Expand
)
Author
Age
Files
Lines
*
o WSGIResponse changes:
0.9.8
pjenvey
2006-09-04
3
-30
/
+124
*
fixing parse_formvars to permit missing QUERY_STRING, which
cce
2006-09-03
1
-1
/
+1
*
Fixing unindent issue that tripped up pudge.
bbangert
2006-09-02
1
-2
/
+2
*
Adding code-block directive to Python code samples.
bbangert
2006-09-02
8
-17
/
+47
*
Adding module doc for wsgiwrappers.
bbangert
2006-09-02
1
-0
/
+5
*
Updated the docstring to specify the correct information for set_user and log...
thejimmyg
2006-09-01
1
-2
/
+2
*
Some objects in Pylons 0.9.2dev error handling are getting to this stage with...
thejimmyg
2006-08-30
1
-1
/
+1
*
use headeritems() instead of items() in WSGIResponse.
pjenvey
2006-08-30
2
-2
/
+5
*
Fix for the documentation and example of normal wsgi.application.
bbangert
2006-08-30
1
-2
/
+13
*
Adding mod_python handler.
bbangert
2006-08-30
1
-0
/
+240
*
Buglet from 2 commits ago
ianb
2006-08-29
1
-1
/
+2
*
Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad Clements
ianb
2006-08-29
2
-4
/
+19
*
Patch for cache_max_age from Brad Clements
ianb
2006-08-29
2
-6
/
+24
*
Set Last-Modified properly in paste.fileapp (it wasn't being updated properly...
ianb
2006-08-28
1
-1
/
+4
*
- raise type error on unknown months
cce
2006-08-24
1
-2
/
+2
*
(no commit message)
cce
2006-08-24
1
-1
/
+1
*
Somewhere in the past two years day_of_week changed to
cce
2006-08-24
1
-1
/
+1
*
Added TransparentProxy
ianb
2006-08-24
2
-0
/
+75
*
Fixed a bug in the registry test (not code), since str(registered_object) nev...
ianb
2006-08-23
6
-7
/
+17
*
Make sure timeout isn't passed in as a string
ianb
2006-08-21
1
-0
/
+5
*
better error message in paste.auth.cookie
ianb
2006-08-21
2
-0
/
+8
*
Fixed problem with exception formatter word wrapping routine
ianb
2006-08-21
3
-9
/
+40
*
Updated form var caching so that the REQUEST_METHOD is not part of the cache ...
bbangert
2006-08-21
1
-1
/
+1
*
Fixing requested_with header name.
bbangert
2006-08-21
1
-1
/
+1
*
Fix bug in is_xhr, should be HTTP_ header.
bbangert
2006-08-20
1
-1
/
+1
*
Changed request.xhr to request.is_xhr which is a bool function thats true if ...
bbangert
2006-08-20
1
-1
/
+5
*
Adding xhr attribute to WSGIRequest object.
bbangert
2006-08-20
1
-0
/
+1
*
Changed the CGIApplication signature back to what it was.
ianb
2006-08-19
1
-10
/
+5
*
Fixed problem when wrap_app_iter wraps an app_iter with no close method
ianb
2006-08-19
2
-2
/
+3
*
Removed Paste Deploy dependencies in many places
ianb
2006-08-19
10
-18
/
+116
*
Extensions to recursive for WSGIRemote
ianb
2006-08-19
1
-5
/
+43
*
Added an entry point for paste.auth.cookie; added/currected a little info to ...
ianb
2006-08-19
3
-11
/
+98
*
exception message cleanup
pjenvey
2006-08-18
1
-6
/
+5
*
Apply the fix from the last commit properly (headers in request)
ianb
2006-08-16
1
-12
/
+17
*
The headers variable left out the special case for content_type and content_l...
ianb
2006-08-16
1
-1
/
+7
*
moved/deprecated StackedObjectProxy's function names to be preceded
pjenvey
2006-08-16
1
-19
/
+45
*
Auto-update of version strings
ianb
2006-08-12
1
-1
/
+1
*
assert send_http_response was triggered by an HTTPException, incase it's being
0.9.7
pjenvey
2006-08-11
1
-0
/
+2
*
o catch_errors_app and _wrap_app_iter_app were not in sync with the
pjenvey
2006-08-11
1
-3
/
+6
*
RegistryManager was close()ing the app_iter, when it needs to simply propagat...
pjenvey
2006-08-11
1
-2
/
+0
*
the catching_iter method is no longer used; removing it
pjenvey
2006-08-11
1
-24
/
+0
*
Fixed issue with attempting to clean-up the Registry environment twice under ...
bbangert
2006-08-10
1
-8
/
+7
*
Fixed issue with Registry still referring to the wrong place if an app down t...
bbangert
2006-08-09
1
-11
/
+7
*
documentation formatting
pjenvey
2006-08-04
1
-2
/
+2
*
doc format fix; better error message from Jamie Wilkinson
ianb
2006-08-03
2
-4
/
+7
*
having StackedObjectProxy.__repr__ avoid raising an exception when it
pjenvey
2006-08-03
1
-1
/
+6
*
only displaying EvalException's full traceback button when the full traceback
pjenvey
2006-07-31
2
-7
/
+23
*
added changelog of r5516 to the news
pjenvey
2006-07-30
1
-0
/
+6
*
evalexception was using the wrong contet-type, probably a typo
pjenvey
2006-07-29
1
-1
/
+1
*
Auto-update of version strings
ianb
2006-07-27
1
-1
/
+1
[next]