Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • upstream/master
  • 4.0.0b1
  • 3.0.5
  • 3.0.4
  • 3.0.3
  • 3.0.2
  • 3.0.1
  • 3.0.0
  • 2.0.0
  • 1.3.0
  • 1.2.0
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 0.8.0
  • release-0.5.0
20 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.02May130Apr272624Dec2330Nov2916Sep25Jul8May26Apr19Jan928Oct917Mar12Dec1126Sep116Apr423Mar2123Sep24Aug31Jul2924181715141110979Apr18Mar7Nov57Oct13Jul11Jun10923May523Apr21141329Mar282625201817151413854313Feb12107628Jan2726252423221615131110985432131Dec30291323Nov22129Oct121110987626Sep25241215Aug1211109865432127Jul262523222120191817161513121187432130Jun27212019181413631May30292827262423remove jython support for now, we can bring it back if there's demandmove to .readthedocs.ymllatest sync pointMock 100% coverage (GH-13045)remove jython support from unittest.mock (GH#13033)latest sync pointAutomate lastsync.txt maintenance.Don't report deleted attributes in __dir__ (GH#10148)Backports: d5d2b4546939b98244708e5bb0cfccd55b99d244, skipped: getfullargspec still needed for Python 2.7release script.version_info is more useful as a tuple of ints.Trim ready for the release script.move setup.cfg to current setuptools standardsfix python_requires spellingremove pbr and replace with simpler to understand and discover code.Merge pull request #454 from hroncok/patch-1tox.ini: Typo (missing comma)simplify and clean up docsrecord where 2.0.0 landed.Deferring fixing this into https://github.com/testing-cabal/mock/issues/452latest sync pointno subtest on Py2.bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613)bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790)bpo-36366: Return None on stopping unstarted patch object (GH-12472)bpo-21269: Provide args and kwargs attributes on mock call objects GH11807Autospec functions should propagate mock calls to parent GH-11273bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000bpo-35500: align expected and actual calls on mock.assert_called_with error message. (GH-11804)Py2-compatible super callbpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)Fix mock_open docstring to use readline (#11176)These appear to be unsued.fix double patching on Py2.Add test for double patching instance methods (#11085)Have to use the funcsigs backport on Py2.move python 3-only code to its own file.Flip to pytest so we can exclude files that won't parse on Py2.bpo-17185: Add __signature__ to mock that can be used by inspect for signature (GH11048)bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973)
Loading