summaryrefslogtreecommitdiffstats
path: root/Objects/boolobject.c
Commit message (Collapse)AuthorAgeFilesLines
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-2/+2
| | | | | | | raising an exception. This is consistent with calling the constructors for the other builtin types -- called without argument they all return the false value of that type. (SF patch #724135) Thanks to Alex Martelli.
* Make more functions staticNeal Norwitz2002-08-061-2/+2
|
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-2/+2
|
* Clean up the layout of the bool_as_number struct initializer.Guido van Rossum2002-04-251-38/+38
|
* As Neal pointed out, bool_print was an order of magnitude too complex.Guido van Rossum2002-04-041-12/+1
|
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+212