Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-01 07:22:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.9.3

1.9.3
* Release note for 1.9.3 type annotations
* Additional improvements to response matching type stubs
* Improve MockerCore type stubs
   2021-05-05 06:51:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.9.2

1.9.2
* Add release note for urlquote fix
* Simple tests to ensure character encoding works
* Use requests to quote URLs
* Remove circleci badge from README
   2021-04-29 09:44:58 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-requests-mock: updated to 1.9.1

1.9.1
* Restore py.typed file to enable types
   2021-04-28 12:27:09 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-requests-mock: updated to 1.9.0

1.9.0
=====

New Features
------------
- Add python type hints for python 3.

Bug Fixes
---------
- Issue 144 - When performing a read we handled an empty byte return as an \ 
indication to close the file pointer. This is not true when you actually ask for \ 
a zero byte read so we should allow it.

- Fix: When you have a non url-safe character in your URL it is quoted by \ 
requests however requests-mock just treated it as a normal string.
   2020-05-16 18:35:25 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
pytest from versioned deps.
   2020-05-13 16:37:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.8.0

1.8.0
* Remove requests 2.3 compatibility code
* Add release notes for reset function
* Add release note for session scoped mock
* Allow passing session as postiional argument
* Create bound method instead of a wrapper
* Added reset\_mock to \_RequestHistoryTracker and Adapter
* doc on session Mockers
* doc on nesting Mockers
* fix README.rst typo
* suggest Mocker for users unfamiliar with adapters
* update examples to mount adapter on 'mock://'
* fix global/session mock interactions and real\_http
* Added installation instructions
* Add release note for nested mocking
* fix redirects and mock nesting
* Mark IOReader object closed when using a stream
* Add the default response reason if not set
* Don't check that proxies are set in test
* Add StackOverflow tag to README
* Mention pytest fixture on the README
* Add background information to pytest doc
* docs: update examples to match Read the Docs
* Expose real\_http as a public property
* fix py27 error
* easier session scoped mock
   2019-10-21 23:45:40 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Switch sphinx to versioned deps.
   2019-09-02 09:34:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.7.0

1.7.0
* Keep blank values query string values on request history
* Add release notes for requests version pin
* Keep blank values
* Pin requests version to <3
* Add known issue for cookies in Sessions
* logger added to adapter.py
   2019-04-30 11:34:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.6.0

1.6.0
* Fix PEP8 failure in test\_adapter
* Respect user provided content encoding type
* Update minimum requests version to 2.3
* Added support for purl
* Add testing for Python 3.7 & PyPy3
* Drop \_matcher from request pickled state
* Clarify the pytest configuration documentation
* Update mocker.rst

Next | Query returned 25 messages, browsing 11 to 20 | Previous