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
/
sessions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
some docs on request redirect detection
jonathan vanasco
2017-07-26
1
-0
/
+6
*
Use 'prefix' instead of 'key' in session docstring
Alex Muller
2017-07-20
1
-1
/
+1
*
Remove exec permission from files that shouldn't have it
Justin Mayhew
2017-06-10
1
-0
/
+0
*
cleanup sessions.py
Kenneth Reitz
2017-05-29
1
-26
/
+15
*
Merge pull request #4099 from requests/requests-namespace
Kenneth Reitz
2017-05-29
1
-2
/
+2
|
\
|
*
new requests namespace
Kenneth Reitz
2017-05-29
1
-2
/
+2
*
|
Remove session redirect cache
Benjamin Congdon
2017-05-29
1
-26
/
+0
|
/
*
fix sessions.py
Kenneth Reitz
2017-05-26
1
-2
/
+3
*
fix for python 3
Kenneth Reitz
2017-05-26
1
-1
/
+1
*
feedback from @sigmavirus42
Kenneth Reitz
2017-05-26
1
-3
/
+3
*
who wrote this shit
Kenneth Reitz
2017-05-26
1
-2
/
+1
*
fix the tests
Kenneth Reitz
2017-05-26
1
-1
/
+4
*
API improvements
Kenneth Reitz
2017-05-26
1
-16
/
+24
*
Fix up Appveyor testing
Cory Benfield
2017-05-03
1
-3
/
+15
*
fix handle of non-ascii location on redirects
shmuelamar
2017-04-18
1
-2
/
+11
*
fix unicode decode error on py2 when handling redirect without scheme
shmuelamar
2017-04-14
1
-1
/
+1
*
Fixes DeprecationWarnings in Python 3.6 due to invalid escape sequences. Fixe...
Ruben Dura Tari
2017-04-05
1
-7
/
+7
*
Update sessions.py
Anthony Shaw
2017-04-02
1
-1
/
+2
*
PR review fixes:
Bastien Gérard
2017-03-22
1
-2
/
+3
*
Merge pull request #3865 from JohnVillalovos/master
Kenneth Reitz
2017-02-10
1
-4
/
+8
|
\
|
*
Allow use of 'no_proxy' in the proxies argument
John L. Villalovos
2017-02-10
1
-4
/
+8
*
|
* initial attempt at `get_redirect_target`
jonathan vanasco
2017-02-10
1
-11
/
+16
|
/
*
adding rewind for re-POST bodies
Nate Prewitt
2016-11-02
1
-1
/
+13
*
Change module of internal references to to_native_str()
Brian Bamsch
2016-09-27
1
-1
/
+2
*
converting update call to merge_cookies call for cookielib compatibility
Nate Prewitt
2016-09-20
1
-1
/
+1
*
Specify self.cert is used for SSL client certificates
Richard van den Berg
2016-08-26
1
-1
/
+1
*
Fixed another scheme proxy over "all" priority
Michael Hunsinger
2016-08-22
1
-1
/
+1
*
removing Content-Type and Transfer-Encoding headers on redirect
Nate Prewitt
2016-08-11
1
-3
/
+4
*
Document bunch of return types
Ville Skyttä
2016-08-09
1
-4
/
+30
*
Merge pull request #3429 from nateprewitt/docstring_cleanup
Kenneth Reitz
2016-07-20
1
-12
/
+7
|
\
|
*
making class and function docstrings consistent
Nate Prewitt
2016-07-20
1
-11
/
+7
|
*
making module docstrings and coding comments consistent
Nate Prewitt
2016-07-19
1
-1
/
+0
*
|
adding in pep8 fixes
Nate Prewitt
2016-07-20
1
-2
/
+1
|
/
*
Update documentation of Session.max_redirects
Ian Cordasco
2016-06-01
1
-0
/
+2
*
Merge pull request #3185 from brettdh/3183-support-all-proxy-env-var
Ian Cordasco
2016-05-17
1
-2
/
+2
|
\
|
*
Support ALL_PROXY environment variable
Brett Higgins
2016-05-11
1
-2
/
+2
*
|
Replace tab with appropriate spaces.
Cory Benfield
2016-05-12
1
-1
/
+1
|
/
*
Flip conditional in session.send()
Kevin Burke
2016-04-21
1
-1
/
+1
*
add rtype in session.request
liuyang
2016-04-11
1
-1
/
+2
*
Consolidate logic for changing method during redirects
Ben
2016-03-17
1
-17
/
+23
*
Don't use redirect_cache if allow_redirects=False
Kenneth Reitz
2016-02-05
1
-8
/
+10
*
Review changes to TooManyRedirect exception with response
Ryan Munro
2016-01-20
1
-5
/
+1
*
Return request & response with TooManyRedirects
Ryan Munro
2016-01-19
1
-1
/
+5
*
Revert changes to params
Brian Samek
2015-12-11
1
-2
/
+2
*
Refactor default params
Brian Samek
2015-12-11
1
-3
/
+3
*
Add hint to :param verify.
Brian Samek
2015-12-09
1
-1
/
+1
*
Fix typos
Jakub Wilk
2015-12-01
1
-2
/
+2
*
Fixed usage example in sessions.py
Daniel Müller
2015-10-15
1
-2
/
+2
*
Move to_native_string for methods to prepare()
Cory Benfield
2015-10-12
1
-3
/
+0
*
Clarified description for option "trust_env"
Doctor-love
2015-10-02
1
-1
/
+2
[next]