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
/
cookies.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use comprehensions whenever possible
Hugo Osvaldo Barrera
2018-10-16
1
-14
/
+15
*
Add return type on cookies.py
Dohyeon Kim
2018-08-01
1
-0
/
+2
*
Separate collections from collections.abc
Raymond Hettinger
2018-06-11
1
-3
/
+2
*
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
*
improve line continuations for flake8
Kenneth Reitz
2017-05-29
1
-2
/
+4
*
remove seemingly redundant pyflakes references
Thomas Grainger
2017-04-20
1
-2
/
+0
*
Move to_native_string to _internal_utils.py to avoid circular dependency
Brian Bamsch
2016-09-26
1
-2
/
+2
*
Adjust patch to utilize requests utility functions
Brian Bamsch
2016-09-26
1
-7
/
+3
*
Add patch to avoid bytestring/str hodgepodge
Brian Bamsch
2016-09-25
1
-0
/
+6
*
Document bunch of return types
Ville Skyttä
2016-08-09
1
-1
/
+9
*
Merge pull request #3429 from nateprewitt/docstring_cleanup
Kenneth Reitz
2016-07-20
1
-27
/
+65
|
\
|
*
making class and function docstrings consistent
Nate Prewitt
2016-07-20
1
-27
/
+62
|
*
making module docstrings and coding comments consistent
Nate Prewitt
2016-07-19
1
-0
/
+3
*
|
adding in pep8 fixes
Nate Prewitt
2016-07-20
1
-0
/
+1
|
/
*
Override __contains__ method of RequestsCookieJar to catch CookieConflictErro...
Casey Davidson
2016-03-04
1
-0
/
+6
*
Merge branch 'master' into fix-1859
Cory Benfield
2015-12-18
1
-48
/
+80
|
\
|
*
Fix typos
Jakub Wilk
2015-12-01
1
-1
/
+1
|
*
Replace 'if x' with 'if x is not None' in cookie loop
vienno
2015-11-10
1
-2
/
+2
|
*
Complete unnesting of if statements in cookie loop
vienno
2015-11-10
1
-3
/
+5
|
*
unnest deep loop
vienno
2015-11-10
1
-4
/
+5
|
*
Update cookies.py
latyas(懒)
2015-05-15
1
-4
/
+4
|
*
max-age may be not digits
latyas(懒)
2015-05-15
1
-1
/
+4
|
*
morsel['max-age'] may be a str.
latyas(懒)
2015-05-14
1
-1
/
+1
|
*
Copy a PreparedRequest's CookieJar reliably
Ian Cordasco
2015-04-05
1
-1
/
+17
|
*
Enhance documentation for clarity.
Cory Benfield
2014-12-24
1
-8
/
+9
|
*
Clean up cookie docs and display them.
Cory Benfield
2014-12-24
1
-40
/
+48
*
|
Use calendar.timegm when calculating cookie expiration
fix-1859
Ian Cordasco
2014-01-12
1
-2
/
+3
|
/
*
preserve python2-like dict API for RequestCookieJar
Konstantin Podshumok
2013-12-18
1
-13
/
+4
*
fix regression with cookiejar.iteritems()
Konstantin Podshumok
2013-12-18
1
-11
/
+29
*
cookies: Fix bugs found during CI
Michael Becker
2013-12-06
1
-1
/
+2
*
cookies: Take a less cowardly approach
Michael Becker
2013-12-06
1
-20
/
+17
*
cookies: Replace type checks with try/except
Michael Becker
2013-12-06
1
-1
/
+3
*
remove unnecessary try
daftshady
2013-11-26
1
-5
/
+2
*
double try statement
daftshady
2013-11-26
1
-2
/
+2
*
update 'merge_cookies' not to create new instance.
daftshady
2013-11-26
1
-7
/
+11
*
modified 'merge_cookies' and update tests.
daftshady
2013-11-26
1
-4
/
+7
*
update 'merge_cookies'
daftshady
2013-11-26
1
-3
/
+2
*
added new method 'merge_cookies' and use it when merging session cookies with...
daftshady
2013-11-26
1
-0
/
+19
*
Small fix broken cookie parse
nonm
2013-11-18
1
-1
/
+1
*
Merge pull request #1660 from sigmavirus24/parse-cookies-when-users-set-host-...
Kenneth Reitz
2013-11-06
1
-2
/
+13
|
\
|
*
Fix typo
Ian Cordasco
2013-10-11
1
-1
/
+1
|
*
Comment our reasonsing for the special cases
Ian Cordasco
2013-10-10
1
-0
/
+4
|
*
Parse cookies when users set custom Host header
Ian Cordasco
2013-10-07
1
-2
/
+9
*
|
added param to cookiejar_from_dict instead of creating new method.
daftshady
2013-09-29
1
-18
/
+8
*
|
Fixed #1630
daftshady
2013-09-28
1
-0
/
+16
|
/
*
Skip cookie extraction if necessary
Ian Cordasco
2013-08-16
1
-0
/
+3
*
Provide 'host' parameter to MockRequest.
Cory Benfield
2013-07-30
1
-0
/
+4
*
keep the double quotes, but don't escape them
Flavio Curella
2013-07-01
1
-1
/
+1
*
unquote double-quotes cookie values
Flavio Curella
2013-07-01
1
-0
/
+5
[next]