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
/
test_requests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 2.0 insto master
Kenneth Reitz
2013-09-24
1
-8
/
+41
|
\
|
*
Allow non-string objects to be data with files
Cory Benfield
2013-08-17
1
-0
/
+8
|
*
Merge branch 'fix_401_cookies' of git://github.com/sigmavirus24/requests into...
Kenneth Reitz
2013-07-31
1
-1
/
+17
|
|
\
|
|
*
Fixed finally. Also requires updated httpbin.org
Ian Cordasco
2013-07-27
1
-1
/
+1
|
|
*
Start work on sending cookies back
Ian Ross and Ian Cordasco
2013-07-27
1
-0
/
+16
|
*
|
Merge branch 'keytype' of git://github.com/Lukasa/requests into 2.0
Kenneth Reitz
2013-07-31
1
-7
/
+16
|
|
\
\
|
|
*
|
Modify new CID tests to use native string keys.
Cory Benfield
2013-07-29
1
-4
/
+3
|
|
*
|
Header keys should be native strings.
Cory Benfield
2013-07-29
1
-3
/
+13
|
|
|
/
*
|
|
Merge pull request #1503 from skastel/master
Kenneth Reitz
2013-09-24
1
-0
/
+7
|
\
\
\
|
*
|
|
Fixing tests to verify thrown ValueError's.
Stephen Huenneke
2013-08-08
1
-4
/
+5
|
*
|
|
Raising ValueError's when we're passed inconsistent POST data and files dict.
Stephen Huenneke
2013-08-06
1
-0
/
+6
|
|
|
/
|
|
/
|
*
|
|
Improved content encoding detection.
Jon Parise
2013-09-03
1
-0
/
+44
|
|
/
|
/
|
*
|
Merge pull request #1487 from dpursehouse/rewrite-test_mixed_case_scheme_acce...
Kenneth Reitz
2013-07-31
1
-34
/
+15
|
\
\
|
*
|
Check the response URL in `test_uppercase_scheme_redirect`
David Pursehouse
2013-07-24
1
-0
/
+1
|
*
|
Rewrite `test_uppercase_scheme_redirect` to use local httpbin
David Pursehouse
2013-07-24
1
-1
/
+3
|
*
|
Remove redundant test case `test_uppercase_scheme`
David Pursehouse
2013-07-24
1
-4
/
+0
|
*
|
Rewrite `test_mixed_case_scheme_acceptable` to work with local httpbin
David Pursehouse
2013-07-24
1
-25
/
+10
|
*
|
Remove redundant session in `test_mixed_case_scheme_acceptable`
David Pursehouse
2013-07-24
1
-4
/
+1
|
|
/
*
|
Merge settings when creating PreparedRequest, don't copy Request.
Robert Estelle
2013-07-31
1
-31
/
+0
*
|
Add Session.prepare_request test case.
Robert Estelle
2013-07-30
1
-0
/
+17
*
|
Add Request.copy() test case.
Robert Estelle
2013-07-30
1
-0
/
+31
|
/
*
Derp. Use compat
Ian Cordasco
2013-07-23
1
-3
/
+2
*
Use urlparse.urljointo construct httpbin url
Ian Cordasco
2013-07-23
1
-1
/
+2
*
Merge pull request #1482 from dpursehouse/fix-testcases-with-proxy
Kenneth Reitz
2013-07-23
1
-1
/
+7
|
\
|
*
Fix test cases that fail when running behind a proxy
David Pursehouse
2013-07-23
1
-1
/
+7
*
|
Test cases fail when `HTTPBIN_URL` does not have trailing slash
David Pursehouse
2013-07-23
1
-0
/
+2
|
/
*
Merge pull request #1440 from fcurella/patch-0
Kenneth Reitz
2013-07-15
1
-0
/
+5
|
\
|
*
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
*
|
Add test to verify .netrc authentication behavior.
Vikram Oberoi
2013-06-27
1
-0
/
+28
|
/
*
Don't reuse PreparedRequest on redirects
Roman Haritonov
2013-06-08
1
-1
/
+0
*
new failing test_requests_in_history_are_not_overridden()
Roman Haritonov
2013-06-08
1
-1
/
+8
*
Merge pull request #1334 from rcarz/master
Kenneth Reitz
2013-06-08
1
-0
/
+8
|
\
|
*
rebased with upstream/master
Bob Carroll
2013-05-26
1
-0
/
+2
|
*
this didn't merge properly
Bob Carroll
2013-05-26
1
-5
/
+3
|
*
added assertion to test_uppercase_scheme_redirect for the response code
Bob Carroll
2013-05-26
1
-1
/
+1
|
*
resolve_redirects now checks for a scheme before converting the scheme to low...
Bob Carroll
2013-05-26
1
-0
/
+8
*
|
added tests for mixed-case scheme URLs, changed adapters passing down URLs in...
Viktor Haag
2013-05-24
1
-6
/
+13
*
|
- fixed func call syntax on lower to lower()
Viktor Haag
2013-05-24
1
-0
/
+21
|
/
*
Fix #1374
papaeye
2013-05-22
1
-1
/
+2
*
Fix typo, %t -> %r
papaeye
2013-05-22
1
-1
/
+3
*
Only pass unicode fieldnames to urllib3.
Ib Lundgren
2013-05-21
1
-0
/
+10
*
Refactor merge_kwargs for clarity and to fix a few bugs
Chase Sterling
2013-05-20
1
-0
/
+14
*
Fix for #1362.
Dave Shawley
2013-05-16
1
-0
/
+9
*
Fixes #1320: transport adapters stored in ordered form
Ćukasz Langa
2013-05-15
1
-1
/
+39
*
Minor update to tests, added docstrings
Colin Dunklau
2013-05-01
1
-0
/
+9
*
Rewrite CaseInsensitiveDict to work correctly/sanely
Colin Dunklau
2013-04-30
1
-0
/
+160
*
Add another session cookie test
Chase Sterling
2013-04-25
1
-0
/
+8
*
Fix cookielib import
Chase Sterling
2013-04-25
1
-2
/
+1
*
Add test for session cookiejars other than RequestsCookieJar
Chase Sterling
2013-04-25
1
-0
/
+13
[next]