index
:
delta/python-packages/urllib3.git
1.18-series
1.19-series
1.24-series
1.25-series
1.26.x
2016-api-revamp
SethMichaelLarson-patch-1
SethMichaelLarson-patch-2
add-code-of-conduct-1
appveyor-py37
backport-pr-2141
bug/907
cache-pip-gha
cert-log-warning
choose-boundary
cleanup
conditional-uninstall-oclint
cov-nox
delete-makefile
dependabot/pip/cryptography-3.2
dependabot/pip/cryptography-3.3.2
dev-version
factorout-connectioncls
filepost-stream
fix-644
fix-gae
fix-skipped-tests
funding-add-gitcoin
funding-yml
gae-to-pytest
github-actions-ubuntu
hackathon
haikuginger-fix-travis-macos-2.7
haikuginger/inline-typing-collections-exceptions
httpheaderdict-requests
ipvfuture
macos-github-actions
main
master
new-connections
no-default-preload
org-links
pquentin-maintainer
pquentin-patch-1
pyopenssl-pin-python-2.6
python-3.10.0b4
readme-maintainers
release
release-1.24.3
release-1.26.8
remove-extra-dependencies
req-bump
request-body
retries
revert-634-no_assert
sanever
security-nagging
self-to-cls
sessionmanager
sethmlarson-patch-1
sethmlarson-patch-2
sigmavirus24-patch-1
skip-3.8-dev
socks-proxy
ssl_sni
tag-deploy
target-passthrough
test-pyopenssl-coverage
tornado-4
transport-security-manager
travis-integration-tests
travis-master-only
travis-pypy
travis-python-nightly
unpin-minor-pyenv
upload-coverage-report
urllib4
v2
github.com: shazow/urllib3.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_collections.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make header parsing more RFC-7230-compliant
Jesse Shapiro
2018-01-23
1
-3
/
+12
*
Pick off some easy coverage wins around raise statements
Alex Chan
2017-08-10
1
-0
/
+9
*
Rewrite test_collections.py to be pytest-style
Alex Chan
2017-06-02
1
-172
/
+176
*
E501 Line too long.
lars4839
2017-01-23
1
-3
/
+7
*
W293 Blank line contains whitespace
Seth Michael Larson
2017-01-23
1
-4
/
+4
*
E402 Module level import not at top of file
Seth Michael Larson
2017-01-23
1
-2
/
+2
*
E305 Expected 2 blank lines after class/func, found 1
Seth Michael Larson
2017-01-23
1
-0
/
+1
*
E231 Missing whitespace after `,`
Seth Michael Larson
2017-01-23
1
-1
/
+1
*
E261 At least two spaces before inline comment
Seth Michael Larson
2017-01-23
1
-1
/
+1
*
Change HTTPHeaderDict superclass to MutableMapping
Ian Cordasco
2015-07-17
1
-1
/
+1
*
Tests for HTTPHeaderDict in requests (re: #632)
httpheaderdict-requests
Andrey Petrov
2015-05-28
1
-0
/
+1
*
Added full support for python2.7 multiheaders, borrowed from https://gist.git...
Michael Löffler
2015-03-10
1
-33
/
+98
*
Add test for not well known multiheader
Michael Löffler
2015-03-06
1
-19
/
+15
*
Tests and fix for #564
Michael Löffler
2015-03-05
1
-0
/
+6
*
Fix #561
Michael Löffler
2015-03-05
1
-6
/
+1
*
One more ...
Michael Löffler
2015-02-12
1
-3
/
+2
*
Further python2.6 unittest gotcha fixed
Michael Löffler
2015-02-12
1
-2
/
+2
*
Forgot one line, grmbl
Michael Löffler
2015-02-12
1
-1
/
+1
*
Fixing py2.6; renaming of import
Michael Löffler
2015-02-12
1
-2
/
+4
*
.items() returns now list including duplicates identical to PY3 behaviour
Michael Löffler
2015-02-12
1
-0
/
+8
*
.pop() fixed; py2 header parsing fixed
Michael Löffler
2015-02-12
1
-16
/
+57
*
Checking header name before creating multiheader
Michael Löffler
2015-02-11
1
-31
/
+36
*
from_httplib removed; extend used by default in constructor
Michael Löffler
2015-02-11
1
-4
/
+4
*
Fixed non-equal comparison; rename update_add to extend
Michael Löffler
2015-02-11
1
-8
/
+9
*
Testcase for full coverage added
Michael Löffler
2015-02-11
1
-0
/
+7
*
Full test coverage for _collection
Michael Löffler
2015-02-11
1
-0
/
+31
*
Test for header containing comma
Sergio Oliveira
2015-02-06
1
-0
/
+6
*
document and change HTTPHeaderDict, update CHANGES for bugfix
Josh Schneier
2014-02-06
1
-3
/
+8
*
gratuitous tests for no reason
Josh Schneier
2014-01-31
1
-15
/
+4
*
add HTTPHeaderDict
Josh Schneier
2014-01-31
1
-1
/
+62
*
Switch uses of `with self.assertRaises(...)` to standard calls.
John Szakmeister
2012-12-03
1
-3
/
+1
*
More tests for the new collection.
Andrey Petrov
2012-07-22
1
-6
/
+15
*
Refactor to support eager release of pooled connections
Shivaram Lingamneni
2012-07-17
1
-20
/
+26
*
More filepost tests.
Andrey Petrov
2012-03-03
1
-0
/
+1
*
Move six into .packages
Thomas Kluyver
2012-01-22
1
-1
/
+1
*
More compatibility changes.
Thomas Kluyver
2012-01-22
1
-2
/
+2
*
Various changes for Python 3 compatibility.
Thomas Kluyver
2012-01-22
1
-1
/
+2
*
Cleanup of unused imports.
Andrey Petrov
2011-12-04
1
-2
/
+0
*
Stop sys.path manipulation.
Piotr Dobrogost
2011-12-03
1
-4
/
+0
*
<Py26 support and more dict-like behaviour for RecentlyUsedContainer (with te...
Andrey Petrov
2011-11-04
1
-0
/
+32
*
Refactoring: Moved RecentlyUsedContainer out to its own submodule.
Andrey Petrov
2011-09-20
1
-0
/
+84