index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_bool.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
*
As discussed on python-dev, remove several operator functions
Raymond Hettinger
2009-01-26
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Format bools properly in %d.
Martin v. Löwis
2007-08-14
*
Getting rid of cPickle. Mmm, feels good!
Guido van Rossum
2007-07-20
*
Fix test_bool and test_bufio.
Guido van Rossum
2007-05-24
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Fix the picklevalue test; it broke due to the change in default protocol.
Guido van Rossum
2007-05-15
*
Add two more space tests.
Walter Dörwald
2007-05-05
*
Remove duplicate tests.
Walter Dörwald
2007-05-05
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Remove isCallable() and sequenceIncludes() from the operator module.
Collin Winter
2007-03-21
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
*
Whitespace normalization.
Tim Peters
2003-06-29
*
Add tests for __nonzero__() problems.
Jeremy Hylton
2003-06-27
*
Whitespace normalization.
Tim Peters
2003-05-12
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Consistently use test_support.foo everywhere.
Walter Dörwald
2003-05-01
*
Factor out common boilerplate for test_support
Raymond Hettinger
2003-04-27
*
Port test_bool.py to PyUnit. From SF patch #662807.
Walter Dörwald
2003-04-25
*
- bool() called without arguments now returns False rather than
Guido van Rossum
2003-04-19
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
*
More mindless --disable-unicode proofing.
Michael W. Hudson
2002-05-20
*
Patch #542569: tp_print tp_repr tp_str in test_bool.py.
Martin v. Löwis
2002-04-14
*
Add tests for binary pickles.
Guido van Rossum
2002-04-05
*
Implement an idea by Paul Rubin:
Guido van Rossum
2002-04-05
*
Oops. Here are the new files. My apologies.
Guido van Rossum
2002-04-03