Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / defnull/multipart issues and pull requests

#69 - docs: Lots of work on docs and docstrings

Pull Request - State: closed - Opened by defnull 1 day ago

#67 - docs: Prepare for readthedocs

Pull Request - State: closed - Opened by defnull 12 days ago

#66 - Question about `name="_charset_"`

Issue - State: open - Opened by Kludex 15 days ago - 2 comments
Labels: FAQ

#65 - Question about preamble

Issue - State: closed - Opened by Kludex 19 days ago - 6 comments

#64 - Parser tweaks

Pull Request - State: closed - Opened by defnull 28 days ago - 1 comment

#63 - Error handling overhaul

Pull Request - State: closed - Opened by defnull about 1 month ago

#62 - `part_limit=128` is not very generous

Issue - State: closed - Opened by agroszer about 1 month ago - 3 comments
Labels: Feature

#61 - fix: Decode field names and filenames correctly

Pull Request - State: closed - Opened by defnull about 1 month ago
Labels: Discussion

#60 - Newlines, quotes and backslashes in field names or filenames not decoded correctly.

Issue - State: closed - Opened by defnull about 2 months ago
Labels: Bug

#59 - Improve documentation

Pull Request - State: closed - Opened by defnull about 2 months ago

#58 - Attempting to read more data is specified by Content-Length

Issue - State: closed - Opened by jun66j5 2 months ago - 2 comments
Labels: Bug

#56 - AssertionError raising for form-data with empty name since multipart 1.0.0

Issue - State: closed - Opened by jun66j5 2 months ago - 1 comment
Labels: Bug

#55 - multipart 1.0.0 breaks zope.publisher a little bit by being very strict about line endings

Issue - State: closed - Opened by mgedmin 2 months ago - 1 comment
Labels: Accepted

#54 - WIP: Improve typing

Pull Request - State: open - Opened by defnull 2 months ago - 1 comment

#53 - Name conflict with https://github.com/Kludex/python-multipart

Issue - State: closed - Opened by glyph 2 months ago - 3 comments
Labels: FAQ

#52 - New push based (non-blocking) parser

Pull Request - State: closed - Opened by defnull 3 months ago - 4 comments

#51 - parse_form_data discarding parameter values

Issue - State: closed - Opened by amk1969 3 months ago - 5 comments

#50 - Documentation / example for `cgi.FiledStorage` in `multipart`

Issue - State: closed - Opened by albert-github 3 months ago - 2 comments

#49 - Release 0.2.5

Pull Request - State: closed - Opened by cjwatson 5 months ago

#48 - Test on Python 3.11 and 3.12

Pull Request - State: closed - Opened by cjwatson 5 months ago

#47 - IndexError using parse_form_data method

Issue - State: closed - Opened by ohlogic over 1 year ago - 6 comments

#46 - please change code to include MultiDict in __all__ list

Issue - State: closed - Opened by ohlogic over 1 year ago - 2 comments

#45 - repaired "application/x-www-form-urlencoded", "application/x-url-enco…

Pull Request - State: closed - Opened by hakiKhuva over 1 year ago - 1 comment

#44 - Remove test data files from published releases

Issue - State: closed - Opened by dosisod over 1 year ago - 1 comment

#43 - WIP: Non-blocking parser

Pull Request - State: closed - Opened by defnull over 1 year ago - 1 comment

#42 - Replace obsolete URL with current one for Bottle

Pull Request - State: closed - Opened by bkline almost 2 years ago - 3 comments

#41 - Default value of copy_file should be 2**16

Pull Request - State: closed - Opened by Rictus about 2 years ago - 1 comment

#40 - Adding Gzip content encoding support

Pull Request - State: closed - Opened by another-salad about 2 years ago - 8 comments

#39 - Problems starting

Issue - State: closed - Opened by jabiertxof over 2 years ago - 2 comments

#38 - Add official support for Python 3.10

Pull Request - State: closed - Opened by cjwatson almost 3 years ago

#37 - test failure: d;e=f != d

Issue - State: closed - Opened by 0-wiz-0 about 3 years ago - 1 comment

#36 - Consistently decode URL-encoded form data

Pull Request - State: closed - Opened by cjwatson over 3 years ago - 9 comments

#35 - Gracefully handle CONTENT_LENGTH == ""

Pull Request - State: closed - Opened by agroszer over 3 years ago - 6 comments

#34 - more gracefully handle CONTENT_LENGTH

Issue - State: closed - Opened by agroszer over 3 years ago - 1 comment

#33 - Don't test semicolon separators in urlencoded data

Pull Request - State: closed - Opened by cjwatson over 3 years ago - 2 comments

#32 - Add python-requires directive

Pull Request - State: closed - Opened by jaraco over 3 years ago - 1 comment

#31 - Package doesn't declare Python version compatibility

Issue - State: closed - Opened by jaraco over 3 years ago - 2 comments

#30 - Consistently decode URL-encoded form data

Pull Request - State: closed - Opened by cjwatson almost 4 years ago - 3 comments

#29 - Add myself to a new MAINTAINERS.rst file

Pull Request - State: closed - Opened by cjwatson about 4 years ago

#28 - Allow stream to contain data before first boundary

Pull Request - State: closed - Opened by cjwatson about 4 years ago

#27 - Add tox and GitHub Actions configuration

Pull Request - State: closed - Opened by cjwatson about 4 years ago

#26 - Add tox and GitHub Actions configuration

Pull Request - State: closed - Opened by cjwatson about 4 years ago - 3 comments

#25 - Allow stream to contain data before first boundary

Pull Request - State: closed - Opened by cjwatson about 4 years ago - 5 comments

#24 - Fix a few more ResourceWarnings in the test suite

Pull Request - State: closed - Opened by cjwatson about 4 years ago

#23 - Import MutableMapping from collections.abc

Pull Request - State: closed - Opened by cjwatson about 4 years ago

#22 - Use NamedTemporaryFile for large file uploads

Pull Request - State: closed - Opened by cjwatson over 4 years ago - 6 comments

#21 - Fix ResourceWarnings on Python 3

Pull Request - State: closed - Opened by cjwatson over 4 years ago - 4 comments

#20 - multipart: empty payload support implemented

Pull Request - State: closed - Opened by bryzgaloff over 4 years ago - 4 comments

#19 - differenciate between form_data and files based on filename headder

Pull Request - State: closed - Opened by theelous3 over 5 years ago - 2 comments

#18 - Everything with content is treated as a file.

Issue - State: closed - Opened by theelous3 over 5 years ago - 3 comments

#17 - Remove IO.

Issue - State: closed - Opened by theelous3 over 5 years ago - 14 comments

#16 - v0.2, py3 only

Pull Request - State: closed - Opened by theelous3 over 5 years ago - 2 comments

#15 - Port to python 3 only (was: attempted used of unicode type in python3)

Issue - State: closed - Opened by theelous3 over 5 years ago - 10 comments
Labels: Request

#14 - versioning is incorrect and pypi unsynced

Issue - State: closed - Opened by theelous3 over 5 years ago - 1 comment

#13 - Poor pep and spacing in general.

Issue - State: closed - Opened by theelous3 over 5 years ago - 1 comment

#12 - add a LICENCE file

Issue - State: closed - Opened by theelous3 over 5 years ago - 1 comment

#11 - barebones .gitignore

Issue - State: closed - Opened by theelous3 over 5 years ago - 1 comment

#10 - improper handling of parts with no headers

Issue - State: closed - Opened by theelous3 over 5 years ago - 2 comments

#9 - Fix spelling in error messages

Pull Request - State: closed - Opened by onealj over 7 years ago

#8 - added "Limitations" section

Pull Request - State: closed - Opened by luchr over 8 years ago

#7 - Problems parsing simple W3C examples

Issue - State: closed - Opened by luchr over 8 years ago - 2 comments

#6 - Various cherrypickables

Pull Request - State: closed - Opened by sashahart over 9 years ago - 4 comments

#5 - Added 'raw' property of MultipartPart

Pull Request - State: closed - Opened by hydrogen18 over 11 years ago

#4 - Can u support more mimetype? like "application/octet-stream"

Issue - State: closed - Opened by shuxiang almost 13 years ago - 1 comment

#3 - Is this abandoned? Is it usable in its current state?

Issue - State: closed - Opened by mw44118 about 13 years ago - 2 comments

#2 - MultipartPart() and __str__()

Issue - State: closed - Opened by defnull over 14 years ago - 2 comments
Labels: Request

#1 - Return MultipartPart in any case

Issue - State: closed - Opened by defnull over 14 years ago - 4 comments
Labels: Request