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
*
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
*
Merge pull request #2741 from jasongrout/per-host-proxy
Cory Benfield
2015-09-06
1
-5
/
+5
|
\
|
*
Fix documentation for proxies in the Session class
Jason Grout
2015-08-27
1
-5
/
+5
*
|
Include file-like object in data arg description
Everett Toews
2015-08-24
1
-2
/
+2
|
/
*
Avoid altering dictionary size during iteration, by gathering keys that need ...
Martijn Pieters
2015-08-21
1
-4
/
+5
*
Merge pull request #2706 from ak1r4/fix-merge-setting
Ian Cordasco
2015-08-15
1
-3
/
+1
|
\
|
*
Fix merge setting for not preserving original order of dict parameters
Akira J
2015-08-04
1
-3
/
+1
*
|
Docs: Fix links to `timeouts` section by using :ref: instead of
Lukas Graf
2015-08-15
1
-2
/
+2
*
|
Document use of sessions as context managers.
Lukas Graf
2015-08-07
1
-0
/
+6
|
/
*
fix resolve redirect to pass all original arguments
Paul van der Linden
2015-03-26
1
-11
/
+3
*
Add explanatory comment for cookie change
Cory Benfield
2015-03-14
1
-0
/
+3
*
Don't ascribe cookies to the target domain.
Cory Benfield
2015-03-14
1
-1
/
+1
*
Merge pull request #2349 from sigmavirus24/fix-pickling
Kenneth Reitz
2014-11-30
1
-3
/
+12
|
\
|
*
Properly serialize RecentlyUsedContainers for cache
Ian Cordasco
2014-11-17
1
-3
/
+12
*
|
url was already parsed, don't urlparse twice
Matt Robenolt
2014-11-23
1
-1
/
+1
|
/
*
Merge pull request #2299 from mattrobenolt/master
Ian Cordasco
2014-11-07
1
-1
/
+3
|
\
|
*
Cap the redirect_cache size to prevent memory abuse
Matt Robenolt
2014-10-27
1
-1
/
+3
*
|
Use to_native_string instead of builtin_str
Ian Cordasco
2014-10-31
1
-2
/
+2
|
/
*
Re-order params for backwards compat
Ian Cordasco
2014-10-05
1
-2
/
+2
*
Merge pull request #2258 from willingc/add-json
Kenneth Reitz
2014-10-05
1
-2
/
+8
|
\
|
*
Fix a couple of issues I noticed
Ian Cordasco
2014-09-30
1
-1
/
+1
|
*
Adds json parameter for POST requests
Carol Willing
2014-08-28
1
-2
/
+8
*
|
Remove timeout from __attrs__
Ian Cordasco
2014-10-04
1
-3
/
+4
*
|
Avoid getting stuck in a loop
Ian Cordasco
2014-09-22
1
-1
/
+6
*
|
Fix #2207
Ian Cordasco
2014-09-07
1
-2
/
+2
*
|
Document Timeout behaviour
Kevin Burke
2014-08-29
1
-4
/
+7
|
/
*
Update verify check and doc-string
Ian Cordasco
2014-08-26
1
-7
/
+5
*
Add Session method to merge environment settings with per-request settings
Ian Cordasco
2014-08-26
1
-24
/
+30
*
Added space and sentence case
ContinuousFunction
2014-08-21
1
-2
/
+2
*
Update on Tracking Previous Requests
ContinuousFunction
2014-08-19
1
-1
/
+1
*
Tracking Previous Requests
ContinuousFunction
2014-08-17
1
-0
/
+7
*
Fix silly check
Ian Cordasco
2014-07-02
1
-2
/
+2
*
Update how we check verify when inspecting env variables
Ian Cordasco
2014-07-02
1
-2
/
+2
*
don't make duplicate requests for permanent redirects
Eric L Frederich
2014-06-12
1
-1
/
+9
*
rename resume/resume_incomplete to permanent_redirect according to rfc7238
Eric L Frederich
2014-06-11
1
-1
/
+1
*
Update trivial mentions to RFC 2616.
Cory Benfield
2014-06-07
1
-2
/
+2
*
Read content in Session.send instead of Adapter.send.
schlamar
2014-05-12
1
-0
/
+3
*
Catch possible exceptions while consuming content of redirect responses.
schlamar
2014-05-12
1
-2
/
+6
*
Don't repopulate proxies if we don't trust the env.
Cory Benfield
2014-04-26
1
-3
/
+3
*
Merge pull request #1962 from sigmavirus24/fix-history-type
Kenneth Reitz
2014-03-24
1
-1
/
+1
|
\
|
*
Actually assign history
Ian Cordasco
2014-03-15
1
-0
/
+1
|
*
Fix #1960: A Response's history should be a list
Ian Cordasco
2014-03-15
1
-1
/
+0
*
|
Merge pull request #1963 from sigmavirus24/fix-redirect-methods
Kenneth Reitz
2014-03-24
1
-1
/
+4
|
\
\
|
*
|
Fix #1955: Do not use original request in redirect
Ian Cordasco
2014-03-15
1
-1
/
+4
|
|
/
*
|
Style changes thanks to @sigmavirus24.
Cory Benfield
2014-03-22
1
-8
/
+7
*
|
Remove some extraneous comments to please KR.
Cory Benfield
2014-03-12
1
-6
/
+0
*
|
Add method for rebuilding proxy configuration.
Cory Benfield
2014-03-12
1
-1
/
+51
*
|
Move auth rebuild to its own method.
Cory Benfield
2014-03-12
1
-13
/
+26
|
/
[next]