Sign in
android
/
platform
/
external
/
python
/
mock
/
refs/heads/android11-qpr1-c-release
/
docs
66381c0
Note about changelog entries for changes not in cpython.
by Chris Withers
· 6 years ago
a9c087d
New release instructions.
by Chris Withers
· 6 years ago
d52cb78
note about how to mark uncalled functions used in tests such that coverage ignores them.
by Chris Withers
· 6 years ago
0459be2
remove jython support for now, we can bring it back if there's demand
by Chris Withers
· 6 years ago
4dcbc56
remove pbr and replace with simpler to understand and discover code.
by Chris Withers
· 6 years ago
b793c6a
simplify and clean up docs
by Chris Withers
· 6 years ago
a2e00f4
move python 3-only code to its own file.
by Chris Withers
· 6 years ago
a137eb0
mention --skip-reason in backporting docs.
by Chris Withers
· 6 years ago
d656380
python-2 spelling is assertRaisesRegexp
by Chris Withers
· 6 years ago
e684d67
backport note that f-strings should be re-written.
by Chris Withers
· 6 years ago
a336518
add the ability to skip an unneeded patch.
by Chris Withers
· 6 years ago
871b526
opportunistically update lastsync.txt
by Chris Withers
· 6 years ago
b0b839f
add note about changes needed to make patches work in the backport
by Chris Withers
· 6 years ago
8a5e0c3
update backporting docs.
by Chris Withers
· 6 years ago
fb1f5b3
script for backporting patches from cpython.
by Chris Withers
· 6 years ago
51239e4
Move last sync point to its own file.
by Chris Withers
· 6 years ago
0f46913
fix another license url
by Chris Withers
· 6 years ago
cec8afe
Merge branch 'master' into pypi
by Chris Withers
· 6 years ago
27cd147
Merge pull request #435 from jdufresne/unittest2
by Chris Withers
· 6 years ago
1fc10d2
Merge pull request #436 from jdufresne/sphinx-warnings
by Chris Withers
· 6 years ago
0f7f20f
Fix Sphinx warnings
by Jon Dufresne
· 6 years ago
89123d5
Drop dependency of unittest2; use stdlib unittest instead
by Jon Dufresne
· 6 years ago
59130a4
Drop support for EOL Python 3.3
by Hugo
· 7 years ago
34e5101
Update all pypi.python.org URLs to pypi.org
by Jon Dufresne
· 7 years ago
b67fe8a
Drop support for EOL Python <= 2.6 & 3.0-3.2, add 3.5 & 3.6
by Hugo
· 7 years ago
74eae17
Update sync point.
by Robert Collins
· 9 years ago
456473c
Add version info in the docs
by lord63
· 9 years ago
cc94c66
Drop support for Python 3.2.
by Robert Collins
· 9 years ago
05a0ef0
Fix typo in docs/index.txt
by lord63
· 9 years ago
dff3a7b
Be clearer about Python version compat
by Robert Collins
· 10 years ago
e34a7cb
Update sync point.
by Robert Collins
· 10 years ago
133e3bb
Record sync point.
by Robert Collins
· 10 years ago
0cba1ba
Support python 2.6
by Darragh Bailey
· 10 years ago
cce4e5b
Update sync point and sync docs.
by Robert Collins
· 10 years ago
e795a4a
Cleanup version number handling.
by Robert Collins
· 10 years ago
18c9bbd
Overhaul docs.
by Robert Collins
· 10 years ago
0666b04
Doc update
by Michael Foord
· 12 years ago
8344adf
Restore Python 2.4 warning in the changelog
by Michael Foord
· 12 years ago
b107953
Proper compatibility with functools.wraps
by Michael Foord
· 12 years ago
320cfad
Typo fixes
by Michael Foord
· 12 years ago
3860ed4
Add __wrapped__ to functions decorated with patch variants
by Michael Foord
· 12 years ago
2df6611
Doc updates for 1.0
by Michael Foord
· 12 years ago
b14e284
Updates for the 1.0 release
by Michael Foord
· 12 years ago
ac5ec18
Minor doc tweak
by Michael Foord
· 13 years ago
8147475
Date update
by Michael Foord
· 13 years ago
481fb54
Updated version number
by Michael Foord
· 13 years ago
2bfaa5e
Doc update
by Michael Foord
· 13 years ago
99dc7a5
Adding patch.stopall method
by Michael Foord
· 13 years ago
9e6246d
MagicMock.reset_mock on an autospec created mock no longer crashes
by Michael Foord
· 13 years ago
6836efb
CHANGELOG update
by Michael Foord
· 13 years ago
d8a78f4
Minor doc changes for new alpha release
by Michael Foord
· 13 years ago
3978796
Add example of exceptions on attribute access to docs
by Michael Foord
· 13 years ago
c8dddba
Support keyword only arguments in Python 3
by Michael Foord
· 13 years ago
70b4ef6
Exceptions in iterable side_effect will be raised
by Michael Foord
· 13 years ago
446d332
Changelog update
by Michael Foord
· 13 years ago
06d4f2e
Doc fixes
by Michael Foord
· 13 years ago
7dad0f6
create_autospec now works with attributes that can't be fetched
by Michael Foord
· 13 years ago
926543d
Minor update for mock_open docs
by Michael Foord
· 13 years ago
95b4b37
PropertyMock attributes and return values are standard MagicMocks
by Michael Foord
· 13 years ago
fa6f9ac
Doc typo fix
by Michael Foord
· 13 years ago
5b0c6b1
Update patch example in docs
by Michael Foord
· 13 years ago
c4448af
Updated example to patch documentation
by Michael Foord
· 13 years ago
87d01c5
Add example to patch documentation
by Michael Foord
· 13 years ago
06fb5c6
Doc / docstring improvement for patch
by Michael Foord
· 13 years ago
d040198
Bump version number
by Michael Foord
· 13 years ago
0db9faf
Changes for 1.0.0a1 release
by Michael Foord
· 13 years ago
5c241d5
A mock created by patch with a spec as the list argument will be callable if __call__ is in the spec
by Michael Foord
· 13 years ago
fbfc7f5
Update CHANGELOG
by Michael Foord
· 13 years ago
08f4755
Fix various bugs around spec arguments to patchers
by Michael Foord
· 13 years ago
06ee8ec
CHANGELOG update
by Michael Foord
· 13 years ago
7c2570e
Propagate exception info in _patch.__exit__
by Michael Foord
· 13 years ago
ef310bf
Minor doc and docstring updates
by Michael Foord
· 13 years ago
dff59d9
More documentation updates
by Michael Foord
· 13 years ago
54c522b
Whitespace in doc changes
by Michael Foord
· 13 years ago
2a7a506
More documentation updates
by Michael Foord
· 13 years ago
8e7aed5
Documentation updates
by Michael Foord
· 13 years ago
62dd80f
Change comparison methods on MagicMock to return NotImplemented
by Michael Foord
· 13 years ago
ab5fef7
Further removal of mocksignature references
by Michael Foord
· 13 years ago
4b4c915
Adding PropertyMock
by Michael Foord
· 13 years ago
8f1cda0
Make __class__ assignable
by Michael Foord
· 13 years ago
af78a50
Removing mocksignature documentation
by Michael Foord
· 13 years ago
afc98d4
Adding mock_open helper
by Michael Foord
· 13 years ago
a9a8bb9
mocksignature and tests removed
by Michael Foord
· 13 years ago
2c6eea6
Merge
by Michael Foord
· 13 years ago
a7e202a
Removed failing test for spec inheritance - should not be on by default
by Michael Foord
· 13 years ago
b0a12be
Doc updates
by Michael Foord
· 13 years ago
a87f30c
Failing test for create_autospec and unbound methods
by Michael Foord
· 13 years ago
1e68bec
Failing test and changelog entry for spec inheritance
by Michael Foord
· 13 years ago
2f9d810
Minor doc wording change
by Michael Foord
· 13 years ago