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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CODEOWNERS restricting access to files related to deployment (#1857)
Seth Michael Larson
2020-04-19
1
-1
/
+2
*
Check README.rst and CHANGES.rst are valid reST
Quentin Pradet
2020-04-17
1
-5
/
+6
*
Remove raw reST directive from README
Quentin Pradet
2020-04-16
1
-1
/
+13
*
Remove deprecated test arguments from setup.py (#1801)
Jon Dufresne
2020-02-16
1
-8
/
+0
*
Test Python 3.9 on Linux
Quentin Pradet
2020-01-09
1
-0
/
+1
*
Drop Python 3.4 (#1774)
Quentin Pradet
2020-01-06
1
-2
/
+1
*
Add links for docs/code/issue tracker to setup.py (#1698)
Alex Chan
2019-09-27
1
-0
/
+5
*
Release 1.25.6 (#1693)
1.25.6
Seth Michael Larson
2019-09-24
1
-1
/
+2
*
Drop support for Python 3.4 (#1686)
Quentin Pradet
2019-09-21
1
-2
/
+1
*
Percent-encode invalid characters within auth section (#1647)
Seth Michael Larson
2019-07-26
1
-1
/
+0
*
Auto formatting using black
Ratan Kulshreshtha
2019-05-25
1
-65
/
+71
*
Add support for brotli content encoding via brotlipy package (#1532)
dennis again
2019-01-29
1
-0
/
+3
*
Fix setup.py and setup.cfg dependencies for secure extra (#1497)
Seth M. Larson
2018-12-10
1
-2
/
+2
*
Implement RFC 3986 URL parsing (#1487)
Seth M. Larson
2018-12-07
1
-3
/
+3
*
Start testing against Python 3.8 (#1475)
Seth M. Larson
2018-11-22
1
-0
/
+2
*
Drop support for Python 2.6 (#1429)
Hugo
2018-08-23
1
-10
/
+2
*
Move urllib3 to src/urllib3
Quentin Pradet
2018-07-03
1
-1
/
+2
*
Pin pyOpenSSL major version to 17.* for Python 2.6 (#1389)
Seth M. Larson
2018-05-28
1
-1
/
+8
*
Pass python_requires argument to setuptools
Jon Dufresne
2018-01-10
1
-0
/
+1
*
Remove all uses of nose from the codebase
Alex Chan
2017-08-09
1
-1
/
+0
*
Goodbye Python 3.3. 👋
Cory Benfield
2017-08-08
1
-1
/
+0
*
Add trove classifiers for all supported Python versions
Jon Dufresne
2017-06-04
1
-0
/
+8
*
Swap out nose for pytest in the test runner
Alex Chan
2017-05-29
1
-0
/
+1
*
Ensure we ship the securetransport submodule
Cory Benfield
2017-04-25
1
-1
/
+1
*
Remove markers from setup.py.
Cory Benfield
2016-09-27
1
-2
/
+0
*
Uniform checks.
Cory Benfield
2016-09-10
1
-1
/
+1
*
Revert "Remove ipaddress marker."
Cory Benfield
2016-09-08
1
-0
/
+3
*
Merge branch 'master' into blacklist-pysocks-157
Cory Benfield
2016-09-06
1
-6
/
+7
|
\
|
*
Use "with" to close more files eagerly and also on error
Ville Skyttä
2016-07-26
1
-6
/
+7
*
|
PySocks 1.5.7 causes problems with IPv6.
Cory Benfield
2016-09-05
1
-1
/
+1
|
/
*
We actually require cryptography-based PyOpenSSL now.
Cory Benfield
2016-07-19
1
-1
/
+1
*
Update [secure] extra.
Cory Benfield
2016-07-19
1
-2
/
+2
*
Convert readthedocs link for their .org -> .io migration for hosted projects
Adam Chainz
2016-05-29
1
-1
/
+1
*
Make sure we distribute backports.
Cory Benfield
2016-04-11
1
-1
/
+2
*
setup: Oops, fix CHANGES not getting included in long_description
Andrey Petrov
2016-04-06
1
-1
/
+1
*
Fixing setup.py support in ASCII locales
Jesse Shapiro
2016-03-22
1
-3
/
+4
*
Always use setuptools
Donald Stufft
2016-01-19
1
-5
/
+1
*
Add SOCKS support via contrib module.
Cory Benfield
2015-12-15
1
-0
/
+3
*
Specify minimum pyOpenSSL version
Philip Lorenz
2015-11-19
1
-1
/
+1
*
Fix flake8 violations
John Vandenberg
2015-11-02
1
-2
/
+2
*
Sepcify python version specific extras in setup.cfg
Ian Cordasco
2015-09-21
1
-4
/
+1
*
Use proper environment markers
Ian Cordasco
2015-09-15
1
-2
/
+2
*
Add a "secure" extras point
Ian Cordasco
2015-07-17
1
-0
/
+11
*
Less specific `tests_require` for distro package convenience. (Fixes #361)
Andrey Petrov
2014-06-24
1
-5
/
+8
*
Shuffling around requirements file, adding Makefile.
Andrey Petrov
2014-06-24
1
-1
/
+1
*
Add urllib3.util.
Andrey Petrov
2014-04-17
1
-1
/
+1
*
Don't install dummyserver into site-packages
Sascha Peilicke
2014-03-20
1
-1
/
+1
*
Adding 'urllib3.contrib' to setup.py (#167)
Andrey Petrov
2013-03-25
1
-2
/
+3
*
Oops, forgot to update setup.py.
Andrey Petrov
2012-05-11
1
-1
/
+1
*
Adding test-requirements.txt and testing note.
Andrey Petrov
2012-01-29
1
-5
/
+1
[next]