Next | Query returned 42 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2020-03-03 06:59:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.12

0.10.12
- Fixed incorrect content-type in `add_callback()` when headers are provided as \ 
a list of tuples.
   2020-02-25 10:06:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.11

0.10.11
- Fixed invalid README formatted.
- Fixed string formatting in error message.

0.10.10
- Added Python 3.8 support
- Remove Python 3.4 from test suite matrix.
- The `response.request` object now has a `params` attribute that contains the \ 
query string parameters from the request that was captured.
- `add_passthru` now supports `re` pattern objects to match URLs.
- ConnectionErrors raised by responses now include more details on the request \ 
that was attempted and the mocks registered.
   2019-12-30 18:51:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.9

0.10.9
- Fixed regression with `add_callback()` and content-type header.
- Fixed implicit dependency on urllib3>1.23.0
   2019-12-15 15:52:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.8

0.10.8
- Fixed cookie parsing and enabled multiple cookies to be set by using a list of
  tuple values.
   2019-12-03 18:08:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.7

Responses 0.10.7
Improved formatting of project description in pypi.
Unicode cookie values are now normalized to URL quoted encoding.
Module exports are statically defined improving code completion and IDE navigation.
Improved compatibility with pytest 5
   2019-03-18 14:01:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-responses: updated to 0.10.6

0.10.6
- Improved documentation.
- Improved installation requirements for py3
- ConnectionError's raised by responses now indicate which request
  path/method failed to match a mock.
- test_responses.py is no longer part of the installation targets.
   2018-12-18 11:03:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.5

Responses 0.10.5
Fix callback exception mocking.
Improve test coverage
Improve build configuration.
   2018-11-23 12:35:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.4

0.10.4
- Fixed generated wrapper when using @responses.activate in Python 3.6+
  when decorated functions use parameter and/or return annotations.
   2018-11-09 11:46:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.3

0.10.3:
- Fixed deprecation warnings in python 3.7 for inspect module usage.
   2018-11-04 23:26:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-responses: updated to 0.10.2

0.10.2
- Fixed build setup to use undeprecated pytest bin stub.
- Updated tox configuration.
- Added example of using responses with pytest.fixture
- Removed dependency on biscuits in py3. Instead http.cookies is being used.

0.10.1
- Packaging fix to distribute wheel

0.10.0
- Fix passing through extra settings
- Fix collections.abc warning on Python 3.7
- Use 'biscuits' library instead of 'cookies' on Python 3.4+

Next | Query returned 42 messages, browsing 31 to 40 | Previous