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
*
merge 2.0 insto master
Kenneth Reitz
2013-09-24
1
-4
/
+5
|
\
|
*
Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into...
Kenneth Reitz
2013-07-31
1
-4
/
+5
|
|
\
|
|
*
Take advantage of the new copy method
Ian Cordasco
2013-07-27
1
-4
/
+1
|
|
*
Fixed finally. Also requires updated httpbin.org
Ian Cordasco
2013-07-27
1
-0
/
+4
*
|
|
Merge pull request #1585 from rvoicilas/master
Kenneth Reitz
2013-09-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Use values() when the keys are not being used
Radu Voicilas
2013-09-09
1
-1
/
+1
|
|
/
/
*
|
|
Fixed persistence spelling
kracekumar
2013-09-10
1
-1
/
+1
|
/
/
*
|
Merge settings when creating PreparedRequest, don't copy Request.
Robert Estelle
2013-07-31
1
-24
/
+27
*
|
Skip unneccessary Request.copy in Session.request
Robert Estelle
2013-07-30
1
-4
/
+6
*
|
Prepare requests with session settings separately from sending.
Robert Estelle
2013-07-30
1
-34
/
+48
|
/
*
Comment markups, courtesy of @sigmavirus24
Cory Benfield
2013-07-24
1
-2
/
+2
*
Better cookie docs on sessions.
Cory Benfield
2013-07-24
1
-1
/
+4
*
.netrc settings shouldn't blow away explicit auth settings on a session
Vikram Oberoi
2013-06-27
1
-2
/
+2
*
Don't reuse PreparedRequest on redirects
Roman Haritonov
2013-06-08
1
-9
/
+7
*
Merge pull request #1334 from rcarz/master
Kenneth Reitz
2013-06-08
1
-0
/
+5
|
\
|
*
resolve_redirects now checks for a scheme before converting the scheme to low...
Bob Carroll
2013-05-26
1
-2
/
+3
|
*
resolve_redirects no longer throws an InvalidSchema exception when the scheme...
Bob Carroll
2013-05-26
1
-0
/
+4
*
|
- fixed func call syntax on lower to lower()
Viktor Haag
2013-05-24
1
-1
/
+1
*
|
Lower-ify url before checking against prefix with startswith()
Viktor Haag
2013-05-24
1
-1
/
+1
|
/
*
Refactor merge_kwargs for clarity and to fix a few bugs
Chase Sterling
2013-05-20
1
-43
/
+31
*
Always percent-encode location headers.
Cory Benfield
2013-05-16
1
-1
/
+3
*
Fixes #1320: transport adapters stored in ordered form
Ćukasz Langa
2013-05-15
1
-5
/
+9
*
Fix session CookieJars without breaking more stuff this time
Chase Sterling
2013-04-25
1
-5
/
+4
*
Fix crash when session.cookies was not a RequestsCookieJar
Chase Sterling
2013-04-25
1
-2
/
+4
*
Fix max_redirects docs issue #1301
Iuri de Silvio
2013-04-17
1
-1
/
+2
*
Change the method when it isn't already GET/HEAD
Ian Cordasco
2013-04-13
1
-1
/
+1
*
Don't set all session cookies on response.cookies
Chase Sterling
2013-04-04
1
-2
/
+0
*
fix #1287: Make sure expired cookies get removed from session.cookies
Chase Sterling
2013-04-04
1
-11
/
+7
*
Closes #1280
Ian Cordasco
2013-04-02
1
-6
/
+2
*
Revert "Fix for the issue https://github.com/kennethreitz/requests/issues/1280"
Kenneth Reitz
2013-04-02
1
-5
/
+1
*
Fix for the issue https://github.com/kennethreitz/requests/issues/1280
Kamil Szot
2013-04-02
1
-1
/
+5
*
fix syntax error
Kenneth Reitz
2013-03-31
1
-1
/
+1
*
Merge pull request #1267 from sigmavirus24/master
Kenneth Reitz
2013-03-30
1
-4
/
+43
|
\
|
*
Use session defaults instead of arbitrary ones
Ian Cordasco
2013-03-29
1
-3
/
+4
|
*
Fix the tests and unseparate comments from code
Ian Cordasco
2013-03-28
1
-2
/
+4
|
*
Restore Session.request docstring
Ian Cordasco
2013-03-27
1
-0
/
+33
|
*
Finally resolve #1084
Ian Cordasco
2013-03-27
1
-1
/
+2
|
*
Add correct defaults in Session.send()
Ian Cordasco
2013-03-27
1
-3
/
+5
*
|
add 'max_redirects' to Session's __attrs__ to ensure proper serialization of ...
makto
2013-03-29
1
-1
/
+1
|
/
*
Do not pass cookies to resolve_redirects
Miikka Koskinen
2013-03-12
1
-4
/
+3
*
Use session cookies when following redirects
Miikka Koskinen
2013-03-12
1
-3
/
+7
*
Fixed some pickeling issues with HTTPAdapter and Session
Florian Mueller
2013-03-12
1
-1
/
+2
*
Pickling of Session and HTTPAdapter + a test
Darjus Loktevic
2013-03-11
1
-2
/
+2
*
Merge pull request #1223 from andrewjesaitis/master
Kenneth Reitz
2013-03-04
1
-0
/
+4
|
\
|
*
Adds __attrs__ back to Session object
Andrew Jesaitis
2013-03-04
1
-4
/
+5
|
*
Checks __attrs__ on session instance prior to iterating.
Andrew Jesaitis
2013-02-28
1
-1
/
+4
*
|
Revert "[kennethreitz/requests#1208] adding a max_retries argument"
Kenneth Reitz
2013-03-03
1
-7
/
+2
*
|
Merge pull request #1190 from mkomitee/master
Kenneth Reitz
2013-03-02
1
-1
/
+1
|
\
\
|
*
|
Use user supplied options when resending authenticated requests
Michael Komitee
2013-02-13
1
-1
/
+1
*
|
|
[kennethreitz/requests#1208] adding a max_retries argument
Wilfred Hughes
2013-02-27
1
-2
/
+7
|
|
/
|
/
|
[next]