summaryrefslogtreecommitdiffstats
path: root/Objects/boolobject.c
Commit message (Expand)AuthorAgeFilesLines
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-1/+1
* Kill all uses and definitions of tp_print under Objects/. (Others will follow.)Guido van Rossum2007-08-071-10/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-6/+5
* Add interning of unicode strings by copying the functionality fromWalter Dörwald2007-05-251-2/+2
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-2/+2
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-22/+21
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-1/+1
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-36/+36
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-2/+0
* 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