Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-python-testing-cabal-mock
Graph
2f9d810f746294919acc4a0c2266302f0ff63bd8
Select Git revision
Branches
2
master
default
upstream/master
Tags
18
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.
Begin with the selected commit
Created with Raphaël 2.2.0
2
May
1
30
Apr
27
26
24
Dec
23
30
Nov
29
16
Sep
25
Jul
8
May
26
Apr
19
Jan
9
28
Oct
9
17
Mar
12
Dec
11
26
Sep
11
6
Apr
4
23
Mar
21
23
Sep
2
4
Aug
31
Jul
29
24
18
17
15
14
11
10
9
7
9
Apr
18
Mar
7
Nov
5
7
Oct
13
Jul
11
Jun
10
9
23
May
5
23
Apr
21
14
13
29
Mar
28
26
25
20
18
17
15
14
13
8
5
4
3
13
Feb
12
10
7
6
28
Jan
27
26
25
24
23
22
16
15
13
11
10
9
8
5
4
3
2
1
31
Dec
30
29
13
23
Nov
22
1
29
Oct
12
11
10
9
8
7
6
26
Sep
25
24
12
15
Aug
12
11
10
9
8
6
5
4
3
2
1
27
Jul
26
25
23
22
21
20
19
18
17
16
15
13
12
11
8
7
4
3
2
1
30
Jun
27
21
20
19
18
14
13
6
31
May
30
29
28
27
26
24
23
remove jython support for now, we can bring it back if there's demand
move to .readthedocs.yml
latest sync point
Mock 100% coverage (GH-13045)
remove jython support from unittest.mock (GH#13033)
latest sync point
Automate lastsync.txt maintenance.
Don't report deleted attributes in __dir__ (GH#10148)
Backports: d5d2b4546939b98244708e5bb0cfccd55b99d244, skipped: getfullargspec still needed for Python 2.7
release script.
version_info is more useful as a tuple of ints.
Trim ready for the release script.
move setup.cfg to current setuptools standards
fix python_requires spelling
remove pbr and replace with simpler to understand and discover code.
Merge pull request #454 from hroncok/patch-1
tox.ini: Typo (missing comma)
simplify and clean up docs
record where 2.0.0 landed.
Deferring fixing this into https://github.com/testing-cabal/mock/issues/452
latest sync point
no 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 GH11807
Autospec functions should propagate mock calls to parent GH-11273
bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000
bpo-35500: align expected and actual calls on mock.assert_called_with error message. (GH-11804)
Py2-compatible super call
bpo-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