Cory Benfield
|
90a166d44a
|
Release note.
|
2016-03-11 09:57:59 +00:00 |
|
kennethreitz
|
3a26d13b52
|
Merge pull request #3041 from bsandrow/patch-2
Fix autofunction Reference
|
2016-03-09 03:59:44 -05:00 |
|
kennethreitz
|
fe475f5d46
|
Merge pull request #3042 from bsandrow/patch-1
Fix api.rst References
|
2016-03-09 00:35:45 -05:00 |
|
Brandon Sandrowicz
|
f0d5a1f230
|
Fix autofunction Reference
`request.codes` is a class (`LookupDict`), not a function.
|
2016-03-08 23:57:54 -05:00 |
|
Brandon Sandrowicz
|
ee060ba7f3
|
Fix api.rst References
api.rst references `requests.ConnectTimeout` and `requests.ReadTimeout`, but they aren't imported into the top-level of the package.
|
2016-03-08 23:51:46 -05:00 |
|
Braulio Valdivielso Martínez
|
b473440cc1
|
Fix tests in python 3
|
2016-03-07 18:33:06 +01:00 |
|
Cory Benfield
|
6cc0b56d51
|
Switch to treat files without tell() as zero-length
|
2016-03-07 09:05:43 +00:00 |
|
Cory Benfield
|
e034dd1140
|
Allow for exceptions from tell()
|
2016-03-07 08:31:23 +00:00 |
|
Cory Benfield
|
4f378b0e1a
|
Merge pull request #3032 from davidsoncasey/master
Changes for #3028
|
2016-03-06 18:07:59 +00:00 |
|
Casey Davidson
|
f74a6707af
|
Verify that cookie can be properly accessed if domain is specified, and that error is raised otherwise. Refs #3028.
|
2016-03-05 20:37:56 -08:00 |
|
Casey Davidson
|
c53a685e7d
|
Fix typo.
|
2016-03-05 20:30:36 -08:00 |
|
Braulio Valdivielso Martínez
|
03743b15ed
|
Added docstrings to tests in test_testserver.py
|
2016-03-05 23:50:11 +01:00 |
|
Braulio Valdivielso Martínez
|
0dff06a7b9
|
Add blank line in test_requests.py
|
2016-03-05 23:28:32 +01:00 |
|
Braulio Valdivielso Martínez
|
c4abb4c9fb
|
Remove unwanted changes in test_utils.py
|
2016-03-05 23:26:36 +01:00 |
|
Braulio Valdivielso Martínez
|
94d4818fde
|
Remove unwanted change in test_requests.py
|
2016-03-05 23:22:52 +01:00 |
|
Braulio Valdivielso Martínez
|
eeafdc143b
|
Move test_chunked_upload to test_lowlevel.py
|
2016-03-05 23:21:00 +01:00 |
|
Braulio Valdivielso Martínez
|
66c52c3ce0
|
Leave two lines of separation between top level definitions
|
2016-03-05 23:11:31 +01:00 |
|
Braulio Valdivielso Martínez
|
3c3bde5381
|
Remove unwanted changes
|
2016-03-05 23:10:13 +01:00 |
|
Braulio Valdivielso Martínez
|
4edf1ae55f
|
Compare response bodies with unicode strings
|
2016-03-05 23:05:36 +01:00 |
|
Braulio Valdivielso Martínez
|
7088c06d8d
|
Changed tests to use socket.sendall instead of socket.send
|
2016-03-05 22:45:26 +01:00 |
|
Casey Davidson
|
b9517a58bc
|
Assert that both cookies were added in test. Refs #3028.
|
2016-03-04 15:59:13 -08:00 |
|
Casey Davidson
|
d8b36c1718
|
Override __contains__ method of RequestsCookieJar to catch CookieConflictError. Refs #3028
|
2016-03-04 15:55:43 -08:00 |
|
Casey Davidson
|
1185d65202
|
Add tests to specify when CookieConflicError should be raised. References #3028.
|
2016-03-04 15:55:43 -08:00 |
|
Braulio Valdivielso Martínez
|
44161ac373
|
Moved TestTestServer to its own file
|
2016-03-04 19:35:46 +01:00 |
|
Braulio Valdivielso Martínez
|
0d1a779030
|
Fixed style issues
|
2016-03-04 19:33:58 +01:00 |
|
Braulio Valdivielso Martínez
|
bf026e3c31
|
Removed unittest execution chunk
|
2016-03-04 19:24:15 +01:00 |
|
Braulio Valdivielso Martínez
|
e3ad31f3be
|
Added test_chunked_upload to test_requests.py
|
2016-03-04 19:21:32 +01:00 |
|
Braulio Valdivielso Martínez
|
f17ef753d2
|
Moved test_chunked_upload to test_requests.py
|
2016-03-03 22:13:47 +01:00 |
|
Braulio Valdivielso Martínez
|
567b31080e
|
Fixed formatting error in python2.6
|
2016-03-03 22:00:27 +01:00 |
|
Braulio Valdivielso Martínez
|
75a9a981b5
|
Removed unnecessary files
|
2016-03-03 22:00:08 +01:00 |
|
Braulio Valdivielso Martínez
|
ca35c847a2
|
Moved testserver to tests/
|
2016-03-03 21:52:59 +01:00 |
|
Braulio Valdivielso Martínez
|
141db281d1
|
Merged master
|
2016-03-03 21:44:21 +01:00 |
|
Braulio Valdivielso Martínez
|
9ac5a6e4ae
|
Fixed encoding issues, added timeouts to event waits and refactored Server
|
2016-03-03 21:11:17 +01:00 |
|
Braulio Valdivielso Martínez
|
241656355b
|
Changed whitespace in docstring
|
2016-03-03 20:09:13 +01:00 |
|
Braulio Valdivielso Martínez
|
fa91b0ab7c
|
Fixed style
|
2016-03-03 20:07:42 +01:00 |
|
kennethreitz
|
46184236dc
|
docs2
|
2016-02-21 23:02:10 -05:00 |
|
kennethreitz
|
7c5d703466
|
docs
|
2016-02-21 23:01:41 -05:00 |
|
kennethreitz
|
f8798a253a
|
http://pep8.org
|
2016-02-21 23:00:42 -05:00 |
|
kennethreitz
|
7de1495bf5
|
add httpbin.org
|
2016-02-21 22:54:04 -05:00 |
|
kennethreitz
|
c4adf614a6
|
translate all the pages
|
2016-02-21 22:35:38 -05:00 |
|
kennethreitz
|
f90c311851
|
peeps be stealin'!
|
2016-02-21 22:04:52 -05:00 |
|
kennethreitz
|
f2ec732ce8
|
stay informed
|
2016-02-21 20:45:45 -05:00 |
|
kennethreitz
|
e47e80b92f
|
&bsp;
|
2016-02-21 20:34:15 -05:00 |
|
kennethreitz
|
5f06b8196e
|
updated sidebars
|
2016-02-21 20:32:42 -05:00 |
|
kennethreitz
|
41c26ce1f5
|
improvements to index
|
2016-02-21 20:32:36 -05:00 |
|
kennethreitz
|
75096a167c
|
transcendental meditation
|
2016-02-19 09:26:21 -05:00 |
|
kennethreitz
|
b366ef039c
|
improved presentation of style guide
|
2016-02-19 09:11:09 -05:00 |
|
kennethreitz
|
fc1e9b46a1
|
lyrics, er, docstrings
|
2016-02-19 09:08:29 -05:00 |
|
kennethreitz
|
a7b5e3191d
|
pass go, yay $200
|
2016-02-19 08:51:36 -05:00 |
|
kennethreitz
|
ca303cda0a
|
letters
|
2016-02-19 06:14:51 -05:00 |
|