issues
search
zopefoundation
/
zope.publisher
Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects
Other
3
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add missing version specifier to setup.py.
#81
icemac
closed
2 weeks ago
0
latest multipart stops parsing after 128 parts
#80
agroszer
opened
2 weeks ago
2
Replace deprecated multipart argument memfile_limit with spool_limit
#79
stollero
closed
4 days ago
6
Fix docs build for Sphinx v8
#78
mgedmin
closed
1 month ago
0
Configuring for pure-python
#77
mgedmin
closed
1 month ago
2
`tox -e docs` fails on git master
#76
mgedmin
closed
1 month ago
4
Fixes for multipart 1.0.0
#75
mgedmin
closed
1 month ago
2
Tests break with `multipart >= 1.0`
#74
icemac
closed
1 month ago
1
Integrate .readthedocs.yaml.
#73
dhavlik
closed
7 months ago
0
Drop support for Python < 3.7
#72
icemac
closed
1 year ago
1
XMLRPCRequest doesn't support unmarshalling arguments using builtin types
#71
cjwatson
opened
1 year ago
0
Fix GHA: ubuntu-latest no longer contains Python 3.5 and 3.6
#70
icemac
closed
1 year ago
0
Fix tox lint run + isort imports.
#69
icemac
closed
2 years ago
0
request POST JSON data is not handled as expected
#68
petschki
opened
2 years ago
2
Add support for Python 3.10.
#67
icemac
closed
2 years ago
1
Revamp handling of query string and form decoding
#66
cjwatson
closed
2 years ago
1
BrowserRequest fails to decode URL-encoded form values with charset="UTF-8"
#65
cjwatson
closed
2 years ago
0
Handle empty Content-Type environment variable gracefully
#64
sjustas
closed
3 years ago
1
Avoid traceback reference cycle in publish
#63
cjwatson
closed
3 years ago
1
Fix generating documentation.
#62
icemac
closed
3 years ago
1
Fix test compatibility with zope.interface 5.4
#61
jamadden
closed
3 years ago
1
Update to changed naming in meta/config
#59
icemac
closed
3 years ago
1
Support Python 3.9
#58
icemac
closed
3 years ago
8
Release 6.0.0?
#57
cjwatson
closed
3 years ago
4
Update badge URL for Travis
#56
jugmac00
closed
4 years ago
0
Port form data parsing to multipart
#55
cjwatson
closed
3 years ago
8
Vendor cgi.FieldStorage
#54
cjwatson
closed
3 years ago
3
Introduce IJSONRequest interface
#53
thet
closed
1 year ago
2
setStatus(b'OK') broken on Python 3
#52
mgedmin
closed
1 month ago
0
Fix isHTML check under Python 3
#51
wosc
closed
4 years ago
3
Fix inconsistent resolution orders and add Python 3.8.
#50
jamadden
closed
4 years ago
0
Inconsistent interface resolution orders
#49
jamadden
closed
4 years ago
0
Avoid using urllib.parse.splitport()
#48
mgedmin
closed
5 years ago
0
Support FileUpload.seekable()
#47
mgedmin
closed
5 years ago
0
Fix character set handling on Python 3
#46
mgedmin
closed
5 years ago
2
Get rid of _u()
#45
mgedmin
closed
5 years ago
0
AttributeError: 'FileUpload' object has no attribute 'seekable'
#44
mgedmin
closed
1 month ago
2
Refactoring: use u"" literals instead of _u("...")
#43
mgedmin
closed
5 years ago
2
Drop support for Python 3.4
#42
mgedmin
closed
5 years ago
0
UnicodeEncodeError: 'latin-1' codec can't encode character '\u0173' in position 9: ordinal not in range(256) on Python 3.7, while parsing POST requests containing non-ASCII field values
#41
mgedmin
closed
5 years ago
8
Should I see byte strings in BrowserRequest.form on Python 3?
#40
mgedmin
closed
5 years ago
1
cgi is going to be deprecated in Python 3.8 and removed in 3.10
#39
mgedmin
closed
3 years ago
14
DeprecationWarning on Python 3.8
#38
icemac
closed
5 years ago
0
Fix a DeprecationWarning from defaultview.py
#30
jamadden
closed
6 years ago
1
Fix DeprecationWarnings
#29
jamadden
closed
6 years ago
0
Add support for Python 3.7.
#28
icemac
closed
6 years ago
0
Encode XMLRPC response bodies to bytes if needed.
#27
jamadden
closed
6 years ago
3
XMLRPCResponse.consumeBody produces `TypeError` on Python 3
#26
jamadden
closed
6 years ago
0
Publish more documentation.
#25
jamadden
closed
6 years ago
1
Fix a ResourceWarning under Python 3 tests.
#24
jamadden
closed
6 years ago
1
Next