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
*
Temporary fix for unicode literal breaking test.
Cory Benfield
2012-06-19
1
-1
/
+8
*
Fixes issue #669
Piotr Dobrogost
2012-06-10
1
-2
/
+6
*
fix test for python3
v0.13.1
Kenneth Reitz
2012-06-07
1
-2
/
+2
*
Merge pull request #659 from Bluehorn/develop
Kenneth Reitz
2012-06-07
1
-0
/
+21
|
\
|
*
Allow passing a file or file-like object as data.
Torsten Landschoff
2012-06-07
1
-0
/
+21
*
|
test that empty body text responses work
Kenneth Reitz
2012-06-07
1
-0
/
+7
|
/
*
Change the None check from self.assertIsNone to python style None Check, as b...
Arup Malakar
2012-05-23
1
-1
/
+1
*
Issue #505: Changed the store_cookie configuration to be part of the config d...
Arup Malakar
2012-05-23
1
-4
/
+6
*
Wrote tests for new CookieJar functionality and made them pass.
Josh Imhoff
2012-05-21
1
-0
/
+33
*
fix test for 2.6's unittest
Kenneth Reitz
2012-05-16
1
-1
/
+1
*
authors
Kenneth Reitz
2012-05-16
1
-0
/
+21
|
\
|
*
Issue #505: Allow disabling of cookie persistence/sending
Arup Malakar
2012-05-16
1
-0
/
+21
*
|
remove requests async tests
Kenneth Reitz
2012-05-10
1
-77
/
+0
|
/
*
Test async requests with Session cookies
Roman Haritonov
2012-05-08
1
-0
/
+10
*
Test if cookies are saving to session when session.request is called with ret...
Roman Haritonov
2012-05-08
1
-0
/
+10
*
adding test verifying data httpbin sees
barberj
2012-05-06
1
-0
/
+7
*
synatx error for python3. all strings are unicode
barberj
2012-05-06
1
-2
/
+2
*
added unicode strings
barberj
2012-05-06
1
-0
/
+9
*
added mutlipart file=strings
barberj
2012-05-06
1
-0
/
+15
*
Tests for persistent and secure cookies
Shivaram Lingamneni
2012-05-03
2
-2
/
+44
*
test for #458
Shivaram Lingamneni
2012-05-03
1
-2
/
+16
*
Merge pull request #577 from slingamn/redirects_537
Kenneth Reitz
2012-05-03
1
-0
/
+10
|
\
|
*
add a test for max_redirects in safe/normal modes
Shivaram Lingamneni
2012-05-03
1
-0
/
+10
*
|
remove fancy test assertions that are unavailable on 2.6
Shivaram Lingamneni
2012-05-02
1
-7
/
+7
|
/
*
add Python 3 compatibility
Shivaram Lingamneni
2012-05-01
1
-1
/
+1
*
add laurentb's test case for cookie handling on redirects
Shivaram Lingamneni
2012-05-01
1
-2
/
+21
*
remove unused import in test
Shivaram Lingamneni
2012-05-01
1
-1
/
+0
*
fix and test for a bug dhagrow reported
Shivaram Lingamneni
2012-05-01
1
-0
/
+5
*
add a test for redirection
Shivaram Lingamneni
2012-05-01
1
-0
/
+12
*
Further changes to move cookies to CookieJar
Shivaram Lingamneni
2012-05-01
2
-7
/
+166
*
httpbin weirdness
Kenneth Reitz
2012-05-01
1
-5
/
+0
*
Revert "Add failing tests for invalid %encodings"
Kenneth Reitz
2012-04-22
1
-7
/
+0
*
Revert "Reenable test_session_with_escaped_url test"
Kenneth Reitz
2012-04-22
1
-65
/
+65
*
Add a smoke test for https functionality
Shivaram Lingamneni
2012-04-16
1
-0
/
+31
*
fix #549 Add 'prefetch' to Session.__attrs__ and Requests.__init__
Roman Haritonov
2012-04-13
1
-0
/
+16
*
Merge branch 'develop' of https://github.com/catwell/requests into develop
Kenneth Reitz
2012-04-13
1
-0
/
+14
|
\
|
*
Fix infinite loop on wrong Digest Authentication
Pierre Chapuis
2012-04-12
1
-0
/
+14
*
|
A get with an invalid port should wrap urllib3's LocationParseError exception...
Chris Dary
2012-04-12
1
-0
/
+7
|
/
*
Add failing tests for invalid %encodings
Jonty Wareing
2012-04-11
1
-0
/
+7
*
Reenable test_session_with_escaped_url test
Jonty Wareing
2012-04-11
1
-65
/
+65
*
Fixing a silly typo in my test
Michael Newman
2012-04-08
1
-1
/
+1
*
If there is no content in a response don't throw an error the second time tha...
Michael Newman
2012-04-08
1
-0
/
+5
*
Removed unnecessary leading slashes in httpbin's endpoints
Piotr Dobrogost
2012-03-31
1
-5
/
+4
*
Excluding select from the monkey patching that gevent does to allow select.po...
Michael Newman
2012-03-15
1
-0
/
+6
*
merge conflict and fixes for python3
Kenneth Reitz
2012-03-09
1
-2
/
+50
*
Merge remote-tracking branch 'origin/develop' into develop
Kenneth Reitz
2012-03-09
2
-2
/
+6
|
\
|
*
Move chunked head redirect test to ext
Chris Dary
2012-03-08
2
-5
/
+6
|
*
Potential fix for #436
Chris Dary
2012-03-08
1
-1
/
+4
*
|
Merge branch 'iter_lines-fix' of https://github.com/fawek/requests into develop
Kenneth Reitz
2012-03-09
1
-7
/
+11
|
\
\
|
|
/
|
/
|
|
*
Considerably simplify and fix the iter_lines() function
Jakub Wieczorek
2012-03-05
1
-7
/
+11
[next]