| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Align multipart parameter encoding with current WHATWG HTML standard | David Lord | 2021-06-10 | 1 | -39/+48 |
| | | |||||
| * | Remove support for Python 2 and 3.5 | Hugo van Kemenade | 2020-11-15 | 1 | -14/+13 |
| | | | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing | ||||
| * | Sort imports with 'isort' | Quentin Pradet | 2020-10-01 | 1 | -1/+1 |
| | | |||||
| * | Auto formatting using black | Ratan Kulshreshtha | 2019-05-25 | 1 | -51/+57 |
| | | |||||
| * | Encode field names using HTML5 by default instead of RFC 2231 (#1492) | Robb | 2019-03-22 | 1 | -8/+39 |
| | | |||||
| * | A bit more parameterisation | Alex Chan | 2017-06-05 | 1 | -4/+7 |
| | | |||||
| * | Rewrite test_fields.py to be pytest-style | Alex Chan | 2017-06-05 | 1 | -20/+17 |
| | | |||||
| * | F401 Entity imported but unused | Seth Michael Larson | 2017-01-23 | 1 | -1/+1 |
| | | |||||
| * | Explicitly check if a value in a multipart header is None instead of just a ↵ | Eric Ahn | 2016-10-31 | 1 | -0/+9 |
| | | | | | falsy value | ||||
| * | Fixing a test import bug; shutting up flake8 with six | Jesse Shapiro | 2016-03-16 | 1 | -1/+1 |
| | | |||||
| * | Adding Python2-only test decorator | Jesse Shapiro | 2016-03-16 | 1 | -4/+5 |
| | | |||||
| * | Handling errors around Unicode encoding differently | Jesse Shapiro | 2016-03-16 | 1 | -1/+7 |
| | | |||||
| * | Fixed test_fields on Windows and some PEP8 love. | schlamar | 2013-11-25 | 1 | -19/+24 |
| | | |||||
| * | Handle non-ascii headers in multipart/form-data | Martin von Gagern | 2013-08-07 | 1 | -1/+6 |
| | | | | | | Second stab at shazow/urllib3#119, now integrated with the RequestField infrastructure. | ||||
| * | Added concept of a `RequestField`. | Stephen Holsapple | 2013-08-01 | 1 | -0/+39 |
| A `RequestField` is a data container the encapsulates what data is needed to build post bodies of various forms. The `encode_multipart_formdata` function was adjusted to always expect objects of type `RequestField`, and a backwards compatible factory-style method was added to account for the old tuple-style way of passing around the post body fields. For inspiration of the change, see https://github.com/shazow/urllib3/issues/215 | |||||
