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
*
more python2 compatibility
Kenneth Reitz
2017-09-03
1
-2
/
+2
*
cleanup
Kenneth Reitz
2017-09-03
1
-11
/
+16
*
all working!
Kenneth Reitz
2017-09-03
1
-6
/
+28
*
this is a nightmare™
Kenneth Reitz
2017-09-03
1
-0
/
+38
*
Use comprehensions whenever possible
Hugo Osvaldo Barrera
2017-07-14
1
-1
/
+1
*
Clean up flake8 errors from merge
Cory Benfield
2017-05-31
1
-1
/
+1
*
Clean up messy merge
Cory Benfield
2017-05-31
1
-2
/
+3
*
Merge branch 'master' into proposed/3.0.0
Cory Benfield
2017-05-31
1
-75
/
+49
|
\
|
*
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
*
|
persist session-level CookiePolicy
Nate Prewitt
2017-05-22
1
-3
/
+4
*
|
Merge branch 'master' into proposed/3.0.0
Nate Prewitt
2017-05-21
1
-32
/
+49
|
\
\
|
|
/
|
*
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
*
|
altered internal loops of how ``SessionRedirectMixin.resolve_redirects`` and ...
jonathan vanasco
2017-02-22
1
-15
/
+6
*
|
variable name consistency
Nate Prewitt
2017-02-14
1
-5
/
+5
*
|
Merge branch 'master' into proposed/3.0.0
Cory Benfield
2017-02-14
1
-29
/
+37
|
\
\
|
|
/
|
*
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
|
|
/
*
|
revert removal of request param from resolve_redirects
Nate Prewitt
2017-02-11
1
-3
/
+2
*
|
adding return variable to rebuild_method for method change
Nate Prewitt
2016-12-10
1
-5
/
+7
*
|
fixing redirects for non-GET/HEAD/POST methods
Nate Prewitt
2016-12-10
1
-11
/
+11
*
|
add enforce_content_length=True default
Nate Prewitt
2016-11-15
1
-2
/
+2
*
|
Merge branch 'master' into proposed/3.0.0
Cory Benfield
2016-11-15
1
-5
/
+18
|
\
\
|
|
/
|
*
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
*
|
Keep ``verify`` setting when no CA_BUNDLE variable exists
Jeremy Cline
2016-10-24
1
-1
/
+2
*
|
Merge remote-tracking branch 'upstream/master' into proposed/3.0.0
Ian Cordasco
2016-09-06
1
-18
/
+44
|
\
\
|
|
/
|
*
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
|
|
/
[next]