summaryrefslogtreecommitdiff
path: root/Objects/boolobject.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-124/+124
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Add a bunch of GIL release/acquire points in tp_print implementations and forBrett Cannon2007-09-171-0/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+1
* Remove unnecessary casts in type object initializers.Georg Brandl2006-03-301-38/+38
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-1/+1
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-1/+1
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-191-2/+2
* 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