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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix threaded stdin read
ianb
2008-05-16
1
-2
/
+2
|
*
Fix wsgiwrappers delete_cookie
ianb
2008-05-07
1
-1
/
+1
|
*
typo
ianb
2008-05-07
1
-1
/
+1
|
*
Change the value of no-value checkboxes to 'on' instead of 'checked'
ianb
2008-05-02
1
-2
/
+1
|
*
with TestApp forms, don't submit forms with unnamed fields
ianb
2008-05-01
1
-0
/
+2
|
*
small docstring formatting fixes
ianb
2008-04-27
8
-21
/
+30
|
*
Add some more methods to the threaded replacement for stdout (for appengine)
ianb
2008-04-27
1
-0
/
+18
|
*
typo in last commit
ianb
2008-04-18
1
-1
/
+1
|
*
Fix case normalization on Windows
ianb
2008-04-18
1
-2
/
+4
|
*
avoid modules with None __file__s, for Jython
pjenvey
2008-04-18
1
-1
/
+4
|
*
Fix ticket #249
maluke
2008-04-13
1
-7
/
+7
|
*
safer compare of ints with == instead of is
pjenvey
2008-04-13
1
-1
/
+1
|
*
Use wsgi.file_wrapper when available
ianb
2008-04-11
1
-1
/
+5
|
*
Make modulefinder import conditional
ianb
2008-04-09
1
-3
/
+7
|
*
Adding streaming iter option to Registry
bbangert
2008-04-06
1
-1
/
+35
|
*
have StackedObjectProxies utilize 2.6's __dir__
pjenvey
2008-03-31
1
-0
/
+12
|
*
Accept relative paths in StaticURLParser (#244). From Eric Larson
ianb
2008-03-30
1
-0
/
+2
|
*
typo in repr
ianb
2008-03-26
1
-1
/
+1
|
*
Keep paste.debug.profile from breaking when there is no Content-Type, from ↵
ianb
2008-03-26
1
-2
/
+2
|
|
|
|
Kumar McMillan (#233)
*
Unicode TestApp Response __contains__ test works (#235)
ianb
2008-03-26
1
-0
/
+3
|
*
Requests can send more than one cookie (#238)
ianb
2008-03-26
1
-1
/
+2
|
*
Apply patch for start response from #239, from inducer
ianb
2008-03-26
1
-6
/
+24
|
*
Fix #240, unicode exceptions cause collector to fail. Also make tests ↵
ianb
2008-03-26
1
-1
/
+13
|
|
|
|
somewhat less fragile
*
Add a note about httpexceptions and generator applications (#242)
ianb
2008-03-26
1
-0
/
+4
|
*
Fix a couple tests that had some fragility
ianb
2008-03-25
1
-1
/
+1
|
*
Save the REQUEST_METHOD when logging, in case it gets rewritten later (#241)
ianb
2008-03-25
1
-3
/
+4
|
*
Use the already-available html_unquote function
ianb
2008-03-25
1
-2
/
+1
|
*
Set same cookies with same domains on logout as you do on login, in auth_tkt
ianb
2008-03-08
1
-1
/
+8
|
*
allow binding to port 0
pjenvey
2008-03-07
1
-1
/
+1
|
*
avoid os.times if it's not available
pjenvey
2008-03-06
1
-1
/
+3
|
*
only import webbrowser when necessary
pjenvey
2008-03-05
1
-1
/
+1
|
*
only import webbrowser when it's needed
pjenvey
2008-02-26
1
-1
/
+1
|
*
Typo
ianb
2008-02-19
1
-1
/
+1
|
*
Look for params values that have an .items method
ianb
2008-02-17
1
-0
/
+3
|
*
Avoid infinite loop of reading no data from a socket in cascade
ianb
2008-02-13
1
-0
/
+2
|
*
Do not ignore wsgi.input readline size argument (which can lead to lots of ↵
ianb
2008-02-12
1
-1
/
+4
|
|
|
|
memory used)
*
* Fixed bug in paste lint where PATH_INFO would become unicode.
bbangert
2008-01-13
1
-0
/
+2
|
*
fix intercept_output docstring example
ianb
2008-01-11
1
-0
/
+2
|
*
use basecookie instead of simplecookie
ianb
2007-12-17
1
-3
/
+3
|
*
Use base64.encode|decodestring, for python 2.3 compatibility
ianb
2007-12-17
1
-2
/
+2
|
*
Fix issue with paste.cgiapp and mod_wsgi (#210)
ianb
2007-12-17
1
-1
/
+5
|
*
Use threadsafe connection class, to avoid some https errors (#211)
ianb
2007-12-17
1
-2
/
+9
|
*
Treat image button like submit button (#216)
ianb
2007-12-17
1
-0
/
+2
|
*
Add 226 IM Used response status (#217)
ianb
2007-12-17
1
-0
/
+1
|
*
don't lower-case headers going out, send them as-is
cce
2007-11-08
1
-3
/
+3
|
*
Don't overwrite X-Forwarded-For
ianb
2007-10-30
1
-1
/
+1
|
*
make sslerror import optional
ianb
2007-10-25
1
-1
/
+4
|
*
Fix #194; seek(0) before last app in cascade
ianb
2007-10-24
1
-0
/
+2
|
*
doc fixes
ianb
2007-10-23
1
-2
/
+1
|
*
be more tolerant of bad CONTENT_LENGTH
1.5.1
ianb
2007-10-22
1
-1
/
+4
|
[next]