summaryrefslogtreecommitdiff
path: root/src/urllib3/_collections.py
Commit message (Expand)AuthorAgeFilesLines
* Update mypy to 1.2.0Hasan Ramezani2023-04-131-1/+1
* Update mypy to 1.1.1Hasan Ramezani2023-03-071-1/+1
* Update pre-commit reposHasan Ramezani2023-02-011-1/+0
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-56/+47
* Add support for configuring header combining with HTTPHeaderDictRaphael Gaschignard2022-07-151-7/+29
* Update mypy to 0.930Hasan Ramezani2021-12-221-2/+2
* Fail on bytes/string comparisonsQuentin Pradet2021-08-131-0/+6
* Drop support for Python 3.6Hasan Ramezani2021-07-271-28/+5
* Fix RecentlyUsedContainer.__setitem__() when maxsize=0Quentin Pradet2021-07-131-4/+5
* Mark '_compat.RLock' as Python 3.6 onlyQuentin Pradet2021-03-101-1/+1
* Add type hints to collections and exceptions modulesJess Shapiro2021-03-081-90/+221
* Change inner container of HTTPHeaderDict to 'dict' (#2080)Seth Michael Larson2020-11-201-2/+13
* Remove Python 2 branches, HTTPHeaderDict.from_httplibHasan Ramezani2020-11-181-30/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-21/+10
* Add SKIP_HEADER for skipping automatically added headersSeth Michael Larson2020-10-271-1/+1
* Sort imports with 'isort'Quentin Pradet2020-10-011-1/+1
* Enforce flake8-2020Quentin Pradet2020-09-281-3/+4
* Coerce values to str in HTTPHeaderDict.__getitem__Hasan Ramezani2020-08-301-2/+2
* Blacken using black==20.8b1hodbn2020-08-261-1/+1
* Auto formatting using blackRatan Kulshreshtha2019-05-251-15/+22
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-4/+1
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-0/+332