This website requires JavaScript.
Explore
Activity
Archives
@kennethreitz
Help
Sign In
kennethreitz
/
requests
Watch
1
Star
0
Fork
0
You've already forked requests
mirror of
https://github.com/kennethreitz/requests.git
synced
2026-06-05 22:50:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dea8e96bd5b62ec40354b8633791c38fcc8e2db0
requests
/
tests
T
History
Russell Davis
ccf4ca8929
Fix a bug in _encode_params - it wasn't utf-8 encoding strings in values that
...
are iterable but not a list.
2012-11-03 12:58:04 -07:00
..
informal
Making the code more PEP8 compliant
2012-10-09 00:42:49 +03:00
test_cookies.py
Whitespace fixes following PEP8.
2012-08-16 17:38:35 -04:00
test_proxies.py
Making the code more PEP8 compliant
2012-10-09 00:42:49 +03:00
test_requests_ext.py
Replace assert statements with unittest's self.assert*
2012-10-18 22:24:59 +03:00
test_requests_https.py
Making the code more PEP8 compliant
2012-10-09 00:42:49 +03:00
test_requests.py
Fix a bug in _encode_params - it wasn't utf-8 encoding strings in values that
2012-11-03 12:58:04 -07:00
test_utils.py
Fix the smoke test in the face of UTF-16 surrogate pairs.
2012-10-26 12:15:27 +02:00