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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
syntax changes
Kenneth Reitz
2016-02-05
2
-63
/
+39
*
Added tests module.
Dmitry Dygalo
2016-02-05
5
-0
/
+1753
*
remove all old tests
Kenneth Reitz
2012-12-17
9
-1844
/
+0
*
Merge pull request #1006 from passy/test-py3k-fix
Kenneth Reitz
2012-12-15
1
-1
/
+1
|
\
|
*
Use range in favor of xrange for py3k compatibility
Pascal Hartig
2012-12-14
1
-1
/
+1
*
|
logging handlers
Kenneth Reitz
2012-12-14
1
-22
/
+0
*
|
remove danger_mode tests
Kenneth Reitz
2012-12-14
1
-13
/
+0
*
|
remove safe_mode tests
Kenneth Reitz
2012-12-14
1
-70
/
+0
|
/
*
Added testcases for keep-alive handling
László Vaskó
2012-12-02
2
-0
/
+111
*
Merge pull request #953 from heyman/fix_session_safe_mode
Kenneth Reitz
2012-11-26
1
-0
/
+13
|
\
|
*
Fixed so that safe_mode works for Sessions
Jonatan Heyman
2012-11-23
1
-0
/
+13
*
|
Avoid using callable().
Cory Benfield
2012-11-24
1
-1
/
+2
|
/
*
Make sure we reset environment variables.
Cory Benfield
2012-11-18
1
-0
/
+21
*
Respect the no_proxy environment variable.
Cory Benfield
2012-11-18
1
-1
/
+25
*
Fix a bug in _encode_params - it wasn't utf-8 encoding strings in values that
Russell Davis
2012-11-03
1
-0
/
+24
*
Fix the smoke test in the face of UTF-16 surrogate pairs.
Martijn Pieters
2012-10-26
1
-5
/
+24
*
Better not call it `chr`, rename to `byteschr`.
Martijn Pieters
2012-10-25
1
-2
/
+4
*
Redefine the `unichr` and bytes-variant of `chr` at module level.
Martijn Pieters
2012-10-25
1
-2
/
+5
*
Correct a c&p mistake: set a correct docstring for the unit test class.
Martijn Pieters
2012-10-25
1
-1
/
+1
*
Use a JSON-specific encoding detection when no encoding has been specified.
Martijn Pieters
2012-10-25
1
-0
/
+53
*
Replace assert statements with unittest's self.assert*
Radu Voicilas
2012-10-18
2
-40
/
+41
*
Merge pull request #884 from everbird/develop
Kenneth Reitz
2012-10-17
1
-5
/
+16
|
\
|
*
For the uniformity :)
Stephen Zhuang
2012-10-09
1
-10
/
+4
|
*
Support CJK parameters when post files
Stephen Zhuang
2012-10-08
1
-0
/
+17
|
*
Only register callable items in lists
Ian Cordasco
2012-10-01
1
-0
/
+4
*
|
Making the code more PEP8 compliant
Radu Voicilas
2012-10-09
5
-11
/
+19
*
|
Only register callable items in lists
Ian Cordasco
2012-10-09
1
-0
/
+4
|
/
*
Fix #785 & add regression test.
Ian Cordasco
2012-09-20
1
-0
/
+34
*
Fixed issue with empty proxies being passed
Eric Hansen
2012-09-11
1
-0
/
+27
*
fix some tests to correctly cover the API
Shivaram Lingamneni
2012-09-06
1
-4
/
+5
*
permissive implementation of iter_content
Shivaram Lingamneni
2012-09-02
1
-0
/
+18
*
Merge pull request #805 from Lukasa/develop
Kenneth Reitz
2012-08-25
1
-0
/
+10
|
\
|
*
Add a failing test for Issue #378.
Cory Benfield
2012-08-22
1
-0
/
+10
*
|
Removed Duplicate Import
Rhys Elsmore
2012-08-23
1
-1
/
+0
|
/
*
Merge pull request #789 from zigmonty/http_digest_fixes
Kenneth Reitz
2012-08-18
1
-0
/
+5
|
\
|
*
Extend digests test case to connect twice using the same auth and confirm the...
Peter Montagner
2012-08-18
1
-0
/
+5
*
|
Merge pull request #791 from sigmavirus24/key_val_lists
Kenneth Reitz
2012-08-18
1
-8
/
+49
|
\
\
|
*
|
Revert "Some pyflakes fixes."
Ian Cordasco
2012-08-18
1
-24
/
+11
|
*
|
Fix python3 tests.
Ian Cordasco
2012-08-18
1
-1
/
+1
|
*
|
All tests pass, time for a PR.
Ian Cordasco
2012-08-18
1
-2
/
+0
|
*
|
Merge branch 'develop' into key_val_lists
Ian Cordasco
2012-08-18
5
-23
/
+107
|
|
\
\
|
|
|
/
|
*
|
Merge branch 'develop' into key_val_lists
Ian Cordasco
2012-08-07
2
-4
/
+30
|
|
\
\
|
*
\
\
Merge branch 'develop' into key_val_lists
Ian Cordasco
2012-08-05
1
-0
/
+7
|
|
\
\
\
|
*
|
|
|
params now accepts a k/v list.
Ian Cordasco
2012-08-03
1
-0
/
+5
|
*
|
|
|
Better handling of invalid files.
Ian Cordasco
2012-08-02
1
-0
/
+5
|
*
|
|
|
Some pyflakes fixes.
Ian Cordasco
2012-08-02
1
-11
/
+24
|
*
|
|
|
Tests written for _encode_files new capability.
Ian Cordasco
2012-08-02
1
-5
/
+38
*
|
|
|
|
Typo fix in tests.
Cory Benfield
2012-08-18
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Whitespace fixes following PEP8.
Locker537
2012-08-16
5
-22
/
+18
*
|
|
|
Test for throwing useful exception on bad label.
Cory Benfield
2012-08-13
1
-0
/
+5
[next]