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
9ad633a68e71b4769391d44371da4959b69ab778
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
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
20
18
17
16
15
14
Spelling fixes (#2902)
Backports: 856cbcc12f2e4cca93af5dc7ed6bcea4dd942f10, skipped: code already present
bpo-28961: Address my comments from earlier code review (#305)
Backports: 0be894b2f6ca17204922399d6982f0b8a9dc59a1, skipped: Already handled before
Fixes issue28380: unittest.mock Mock autospec functions now properly support
bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)
Record skips as backports so we can ignore them if they crop up in the git log command we're using again.
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Serhiy's approach didn't work on Python 2 or 3.4
python 2 has no subtest
Issue #20804: The unittest.mock.sentinel attributes now preserve their
Fix unittest.mock._Call: don't ignore name
Backports: 161a4dd495dbf5cb12364e8f6e2d113cfd0633fc, skipped: code already in backport
skip ac5084b6c760ff5e6469854373fe6c3c81804f87, code already in backport
add the ability to skip an unneeded patch.
skip 0be894b2f6ca17204922399d6982f0b8a9dc59a1, it has no changes needed here.
empty file
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Issue #26750: use inspect.isdatadescriptor instead of our own
clarify this message
Issue #26750: unittest.mock.create_autospec() now works properly
English spelling and grammar fixes
opportunistically update lastsync.txt
Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes.
These can't be keyword-only until 2.7 support is dropped.
clean up some old files that aren't needed anymore.
add note about changes needed to make patches work in the backport
Issue #21271: Adds new keyword only parameters in reset_mock call
Issue #26807: mock_open 'files' no longer error on readline at end of file.
skip e437a10d15ddfd21d406e591acccf12ff443194e as it has no changes needed.
skip 1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b as it requires no changes here.
update backporting docs.
Issue #25195: Fix a regression in mock.MagicMock
script for backporting patches from cpython.
Don't ignore rejected patches.
Move last sync point to its own file.
remove a copy of the version that's likely to get out of date
Merge pull request #445 from tirkarthi/skip-pypy2
Skip failure test on pypy2 and make pypy2 mandatory
functools.partial has no func_defaults on Py2
Loading