Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d66c0ee76ebda143ff838cc62c0356701d5709e5
/
Lib
/
test
/
test_bool.py
152d61a
Fix tests now that the callable warning is gone.
by Ezio Melotti
· 14 years ago
8f66efe
Fix small error in r79502
by Antoine Pitrou
· 15 years ago
6032c25
Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
by Antoine Pitrou
· 15 years ago
0762788
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
by Florent Xicluna
· 15 years ago
e3467d5
Remove e assertIs definitions and use correct assert* methods.
by Ezio Melotti
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
478c105
Whitespace normalization.
by Tim Peters
· 22 years ago
7ff55e6
Add tests for __nonzero__() problems.
by Jeremy Hylton
· 22 years ago
c2659cf
Whitespace normalization.
by Tim Peters
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
90437c0
Consistently use test_support.foo everywhere.
by Walter Dörwald
· 22 years ago
9dcbbea
Factor out common boilerplate for test_support
by Raymond Hettinger
· 22 years ago
dbcede5
Port test_bool.py to PyUnit. From SF patch #662807.
by Walter Dörwald
· 22 years ago
aa86e35
- bool() called without arguments now returns False rather than
by Guido van Rossum
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
5efaf7e
This is my nearly two year old patch
by Michael W. Hudson
· 23 years ago
7c6a4ad
More mindless --disable-unicode proofing.
by Michael W. Hudson
· 23 years ago
2f6d4da
Patch #542569: tp_print tp_repr tp_str in test_bool.py.
by Martin v. Löwis
· 23 years ago
d1bfe5e
Add tests for binary pickles.
by Guido van Rossum
· 23 years ago
e276339
Implement an idea by Paul Rubin:
by Guido van Rossum
· 23 years ago
5f82036
Oops. Here are the new files. My apologies.
by Guido van Rossum
· 23 years ago