index
:
delta/python-requests.git
1.26-test
2.0
2.16.0
2.20.0
3.0
3.0-requestscore
3.7_collections
add-codescanning
alex-patch-1
appveyor_fix
appveyor_test
baserock/morph
bug/5671
build_fix
cache
circle-ci
default_port_handling
dependabot/pip/bleach-3.1.1
dependabot/pip/bleach-3.1.2
dependabot/pip/bleach-3.1.4
deps
disable-security
doc_cleanup
encapsulate_urllib3_exc
faster-ci
fix-1859
fix-cookies-saved-on-redirect
fix-pickling-adapters
fix-redirect-test
fix_help_ssl_check
flake8
flake8-improvements
help
jenkins
kennethreitz-patch-1
kennethreitz-patch-2
master
none_filepointer
partII
pipenv
proposed/3.0.0
pytest-httpbin
render
revert-2706-fix-merge-setting
revert-3700-master
revert-3983-appveyor
revert-4144-move_compat_to_warn
sigmavirus24/docs/support
swap-charade-for-chardet
test
test2
test4
test5
test6
test_urllib3_dev
threedotoh
travis
travis2
twisted
update-3.0
update-notice
update-security-md
update_lock_file
updating_3.0.0
urllib1.25
urllib3-dev
v2.25.0
version
github.com: kennethreitz/requests.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap url parsing exceptions from urllib3's PoolManager
Nate Prewitt
2018-09-30
1
-2
/
+7
*
Prefer https:// for URLs throughout project
Jon Dufresne
2018-09-30
5
-8
/
+8
*
Rework authorization stripping logic as discussed
Bruce Merry
2018-09-14
1
-8
/
+18
*
Strip Authorization header whenever root URL changes
Bruce Merry
2018-09-14
1
-1
/
+3
*
Fix assumed hostname when using a 'file' URI scheme adapter
Kale Franz
2018-08-13
1
-0
/
+4
*
Add return type on cookies.py
Dohyeon Kim
2018-08-01
1
-0
/
+2
*
make content-type's charset information case-insensitive
Lucy Linder
2018-07-24
1
-1
/
+1
*
Document that 'params' can also be a list of tuples
Matthieu Moy
2018-07-17
2
-3
/
+7
*
Document that 'data' can be a list of tuples everywhere
Matthieu Moy
2018-07-17
3
-10
/
+19
*
Fix an invalid escape sequence
Chih-Hsuan Yen
2018-07-09
1
-1
/
+1
*
Misspelled 'proxy' parameter in docstring
Steven M. Vascellaro
2018-06-26
1
-1
/
+1
*
Document that `requests.session()` is depreciated
Steven M. Vascellaro
2018-06-21
1
-1
/
+6
*
v2.19.1
v2.19.1
Nate Prewitt
2018-06-14
1
-2
/
+2
*
Do not alter status_codes docstring if it is None
Martin Durant
2018-06-12
1
-1
/
+2
*
v2.19.0
v2.19.0
Nate Prewitt
2018-06-12
2
-5
/
+5
*
Separate collections from collections.abc
Raymond Hettinger
2018-06-11
6
-18
/
+15
*
Add a public method to get the cookie policy
Laurent Bachelier
2018-06-11
1
-1
/
+5
*
Copy cookie policy when copying a CookieJar
Laurent Bachelier
2018-06-11
1
-0
/
+1
*
Response.content minor perf improvement
Ofek Lev
2018-05-26
1
-1
/
+1
*
The library raises NoneType error when file-pointer (fp) resolves to None.
Rajiv Mayani
2018-05-17
1
-1
/
+5
*
Merge branch 'master' into master
Ian Stapleton Cordasco
2018-05-16
2
-1
/
+3
|
\
|
*
Add a comment about lowercase env. variables precedence over uppercase
Julien Prigent
2018-05-13
1
-0
/
+2
|
*
update json param's description to avoid confusion
Elias Obeid
2018-04-30
1
-1
/
+1
*
|
Merge branch 'master' into master
David Poole
2018-03-05
4
-14
/
+46
|
\
\
|
|
/
|
*
Remove remaining references to removed, vendored packages (#4499)
Jon Dufresne
2018-02-17
1
-1
/
+1
|
*
Fix typos
Semen Zhydenko
2018-02-07
1
-1
/
+1
|
*
pass kwargs from send call to add_headers, per documentation
Jonathan Elliott Blum
2018-02-02
1
-1
/
+1
|
*
append previous url fragment on redirect
Nate Prewitt
2018-01-21
1
-1
/
+6
|
*
Fix DNS resolution by using hostname instead of netloc and strip username and...
Darren Dormer
2018-01-16
1
-8
/
+11
|
*
slice function removed
dbairaktaris1
2018-01-04
1
-4
/
+2
|
*
Continue to refactor, remove list comprehension, add double quotes test case.
dbairaktaris1
2018-01-04
1
-6
/
+10
|
*
implement changes after code review
dbairaktaris1
2018-01-03
1
-1
/
+1
|
*
implement changes after code review
dbairaktaris1
2018-01-03
1
-14
/
+7
|
*
Move nested function up to module level and rename. Add more tests for funct...
dbairaktaris1
2018-01-01
1
-15
/
+31
|
*
clean
dbairaktaris1
2017-12-31
1
-2
/
+1
|
*
Reduce overall memory usage of Requests module by removing cgi module depende...
dbairaktaris1
2017-12-31
1
-2
/
+16
*
|
Merge branch 'master' into master
David Poole
2017-11-29
3
-13
/
+47
|
\
\
|
|
/
|
*
utils: winreg module may not exist like on windows universal platform.
Anton Fedchin
2017-11-25
1
-4
/
+8
|
*
Add documentation for available status codes
Zane Bitter
2017-11-21
1
-5
/
+33
|
*
#4373, fix possible winreg value type difference (#4377)
Mingyuan Xia
2017-11-20
1
-2
/
+4
|
*
Clarify that Response.ok will *only* return True/False
Alex Chan
2017-11-20
1
-2
/
+2
*
|
Merge branch 'master' into master
David Poole
2017-11-19
2
-1
/
+10
|
\
\
|
|
/
|
*
Check if host is invalid for proxy
Nehal J Wani
2017-11-15
2
-1
/
+10
*
|
for RFC-7616 add SHA-256 and SHA-512
David Poole
2017-11-08
1
-0
/
+12
|
/
*
support extraction of certificate bundle from a zip archive
Arthur Vigil
2017-11-05
2
-4
/
+38
*
Merge branch 'master' into patch-1
Alvaro Gutierrez Perez
2017-10-21
2
-4
/
+4
|
\
|
*
avoid import platform
INADA Naoki
2017-10-20
2
-4
/
+4
*
|
Fix case-insensitive comparison in get_adapter()
Alvaro Gutierrez Perez
2017-10-18
1
-1
/
+1
|
/
*
Python 3.3 has already been dropped (#4231)
Hugo
2017-10-15
1
-1
/
+1
*
Warn user about possible slowdown when using cryptography version <
Taylor Rose
2017-10-14
1
-0
/
+15
[next]