Mariusz Felisiak
|
ec0ff40631
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
|
vor 4 Jahren |
Mariusz Felisiak
|
9e456f3166
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.
|
vor 4 Jahren |
Mariusz Felisiak
|
88ed1c8d08
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timeline.
|
vor 4 Jahren |
Nick Pope
|
fd209f62f1
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
|
vor 5 Jahren |
Hasan Ramezani
|
f121621073
Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.
|
vor 4 Jahren |
Ad Timmering
|
7b5f8acb9e
Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().
|
vor 5 Jahren |
Ad Timmering
|
7cbd25a06e
Refs #28690 -- Added more tests for parse_http_date().
|
vor 5 Jahren |
Carlton Gibson
|
4f61810751
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
|
vor 5 Jahren |
swatantra
|
73ac9e3f04
Fixed #30677 -- Improved error message for urlencode() and Client when None is passed as data.
|
vor 5 Jahren |
Jon Dufresne
|
b903bb438f
Refs #30485 -- Removed non-representative test that emitted a warning.
|
vor 5 Jahren |
Johan Lübcke
|
0670b1b403
Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.
|
vor 5 Jahren |
Mariusz Felisiak
|
c9888bc8ec
Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32-bit systems.
|
vor 6 Jahren |
Tim Graham
|
83c2bc52c2
Refs #27753 -- Deprecated django.utils.http urllib aliases.
|
vor 6 Jahren |
Tim Graham
|
958a7b4ca6
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
|
vor 6 Jahren |
Jon Dufresne
|
6fe9c45b72
Fixed #30024 -- Made urlencode() and Client raise TypeError when None is passed as data.
|
vor 6 Jahren |
Hasan Ramezani
|
6b7f1c2530
Increased test coverage of django.utils.http.
|
vor 6 Jahren |
Andreas Hug
|
a656a68127
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
|
vor 6 Jahren |
Przemysław Suliga
|
d22b90b4ea
Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string.
|
vor 6 Jahren |
Jon Dufresne
|
1e81a4b897
Fixed #28638 -- Made allowed_hosts a required argument of is_safe_url().
|
vor 7 Jahren |
Tim Graham
|
ab7f4c3306
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
|
vor 7 Jahren |
François Freitag
|
41be85862d
Fixed #28679 -- Fixed urlencode()'s handling of bytes.
|
vor 7 Jahren |
François Freitag
|
0e212a705e
Split django.utils.http tests into separate test classes.
|
vor 7 Jahren |
Tim Graham
|
96107e2844
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
|
vor 7 Jahren |
Mads Jensen
|
41a7876991
Added test for too large input to django.utils.http.base36_to_int().
|
vor 7 Jahren |
UmanShahzad
|
856072dd4a
Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
|
vor 8 Jahren |
Tim Graham
|
5ea48a70af
Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
|
vor 8 Jahren |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
vor 8 Jahren |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
vor 8 Jahren |
Tim Graham
|
8119b679eb
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
|
vor 8 Jahren |
Kevin Christopher Henry
|
4ef0e019b7
Fixed #27083 -- Added support for weak ETags.
|
vor 8 Jahren |