Ivan Malison
3ca5529d26
Touch ups.
2015-04-01 15:38:59 -07:00
Sam Stavinoha
e3f2bc8369
fix with_current_defaults causing TypeError
...
The from_args() method in cassette.py was
throwing a TypeError when calling
use_cassette(..., with_current_defaults=True)
...
TypeError: from_args() takes exactly 3 arguments (4 given)
The path was then being passed to use() twice.
2015-03-31 21:08:26 -05:00
Edward Stone
fc4e985ee9
fallback to compat OrderedDict if collections.OrderedDict unavailable
2015-03-31 13:12:13 -07:00
Edward Stone
9038bc9066
fix docs for post data filter
2015-03-31 13:12:13 -07:00
Edward Stone
0def349420
Add ability to filter post data parameters
2015-03-31 13:12:13 -07:00
Ivan Malison
0dd7b05990
Get rid of all the constructor parameters that were removed in 0871c3b87c
2015-03-31 13:03:11 -07:00
Ivan Malison
630088599f
Update copyright.
2015-03-31 13:02:59 -07:00
Ivan Malison
870ab276c4
Possible fix for #140 .
2015-03-25 13:01:55 -07:00
Ivan 'Goat' Malison
779f3b0474
Merge pull request #141 from IvanMalison/post_files_through_requests
...
Add support for posting files through requests. closes #121
2015-03-24 16:43:13 -07:00
Ivan Malison
b948ed4857
Fix python3 support for requests file uploads.
2015-03-24 15:41:14 -07:00
Ivan Malison
c43e618635
Add mention of urllib3 support in readme.
2015-03-24 14:24:47 -07:00
Ivan Malison
5bd40a447a
Add setter to body on vcr's request.
2015-03-24 14:11:16 -07:00
Ivan Malison
4b4be7f661
Don't use 2.7+ style ',' separated with.
2015-03-24 14:11:16 -07:00
Ivan Malison
6602a449b1
Add support for posting files through requests. closes #121 . Possibly #134 .
2015-03-24 14:11:16 -07:00
Ivan Malison
7cd7264034
fix tox/urllib3 stuff.
2015-03-24 14:10:14 -07:00
Ivan Malison
e9c690b9e7
Version 1.3.0.
v1.3.0
2015-03-23 18:10:26 -07:00
Ivan Malison
bba5df2fbb
clarifying comment in patch.py.
2015-03-23 18:00:23 -07:00
Ivan Malison
39c3b15e02
unused imports.
2015-03-23 17:56:46 -07:00
Ivan Malison
c87e6d6f6a
Clarifying comments in patch.py.
2015-03-23 17:55:49 -07:00
Ivan Malison
5ab77e22db
Use suggested emacs style coding statements (see https://www.python.org/dev/peps/pep-0263/ ).
2015-03-23 17:55:49 -07:00
Ivan 'Goat' Malison
ec6f27bbad
Merge pull request #138 from aisch/patch-and-test-urllib3
...
update urllib3 patch/stub to be same as used for requests and add tests
2015-03-23 17:47:42 -07:00
aisch
8930c97ff7
rm unused imports
2015-03-23 13:56:48 -07:00
aisch
e6b43a0374
rename urllib3 patch method and rm unused imports from tests
2015-03-23 13:43:30 -07:00
aisch
63ec95be06
update urllib3 patch/stub to be same as used for requests and add tests
2015-03-23 12:12:49 -07:00
Kevin McCarthy
84c45b2742
Merge pull request #136 from abhinav/https-port-fix
...
Fix default port for HTTPS
2015-02-24 09:12:49 -10:00
Abhinav Gupta
87a25e9ab0
Fix httplib2 integration test.
2015-02-24 00:10:08 -08:00
Abhinav Gupta
2473bdb77a
Fix default port for HTTPS.
2015-02-23 23:37:04 -08:00
Ivan 'Goat' Malison
32831d4151
Merge pull request #135 from RomuloOliveira/patch-1
...
Fix missing quotes on Custom Response Filtering
2015-01-28 12:02:57 -08:00
Rômulo Oliveira
4991d6f1c8
Fix missing quotes on Custom Response Filtering
...
Missing quotes are bad
2015-01-28 11:34:47 -02:00
Ivan Malison
14ef1e87f7
Add custom_patches section to README.md
2015-01-08 14:02:41 -08:00
Ivan 'Goat' Malison
fb14739cc1
Merge pull request #133 from IvanMalison/custom_patches
...
Custom patches
v1.2.0
2015-01-08 11:08:55 -08:00
Ivan Malison
a7c7e4e279
Bump version to 1.2.0
2015-01-08 10:56:39 -08:00
Ivan Malison
c0a22df7ed
Add ability to add custom patches to vcr and cassettes.
2015-01-08 10:54:27 -08:00
Ivan Malison
83aed99058
Bump vesrsion to 1.1.4, add to release notes.
v1.1.4
2014-12-26 05:26:24 -05:00
Ivan Malison
e1f65bcbdc
Add force reset around calls to actual connection from stubs, to ensure
...
compatibility with version of httplib/urlib2 in python 2.7.9. Closes #130 .
2014-12-26 05:10:20 -05:00
Kevin McCarthy
5301149bd8
Merge pull request #128 from gazpachoking/patch-1
...
Update changelog to note requests 2.5 support
2014-12-09 08:55:52 -10:00
Chase Sterling
0297fcdde7
Update changelog to note requests 2.5 support
2014-12-09 13:26:46 -05:00
Kevin McCarthy
9480954c33
update release notes
v1.1.3
2014-12-08 17:10:35 -10:00
Kevin McCarthy
8432ad32f1
Merge pull request #127 from gazpachoking/1.1.3
...
Version bump to v1.1.3
2014-12-08 17:09:07 -10:00
Chase Sterling
fabef3d988
Version bump to v1.1.3
2014-12-08 21:43:01 -05:00
Ivan 'Goat' Malison
da45f46b2d
Merge pull request #125 from gazpachoking/pool_is_none
...
Fix crash with requests 2.5 where connectionpool was None
2014-12-08 13:20:36 -08:00
Ivan 'Goat' Malison
562a0ebadc
Merge pull request #126 from gazpachoking/116
...
Play back requests requests on windows. fix #116
2014-12-08 12:29:34 -08:00
Chase Sterling
ef8ba6d51b
Add requests 2.5 to testing list in .travis.yml and tox.ini
2014-12-08 14:40:55 -05:00
Chase Sterling
f6aa6eac84
Play back requests requests on windows. fix #116
2014-12-08 14:28:48 -05:00
Chase Sterling
821e148752
Fix crash with requests 2.5 where connectionpool was None
2014-12-07 13:49:23 -05:00
Ivan Malison
7306205b8a
Improve test_new_episodes_record_mode_two_times test.
2014-11-21 17:15:15 -08:00
Nithin Reddy
2a128893cc
Adds a test to ensure that the cassette created with "new_episodes" has different expected behavior when opened with "once".
2014-11-21 09:47:28 -08:00
Nithin Reddy
5162d183e5
Fixes #123 . When attempting to replay the same request twice using record_mode="new_episodes", vcr.py raises UnhandledHTTPRequestError.
2014-11-20 19:07:21 -08:00
Ivan Malison
9d52c3ed42
Remove warning message caused by lack of is_verified property on HTTPSConnection stub.
2014-11-13 16:32:38 -08:00
Ivan 'Goat' Malison
0e37759175
Merge pull request #118 from rtaboada/fix-response-stub-headers-field
...
Create headers field in VCRHTTPResponse. Fixes #117 .
2014-11-03 04:07:12 -08:00