index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Objects
/
boolobject.c
Commit message (
Expand
)
Author
Age
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-06
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
*
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson
2009-01-17
*
Remove outdated comment. Reviewed by Antoine.
Georg Brandl
2008-08-30
*
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson
2008-06-11
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
*
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum
2007-08-07
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
*
Add interning of unicode strings by copying the functionality from
Walter Dörwald
2007-05-25
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
*
- bool() called without arguments now returns False rather than
Guido van Rossum
2003-04-19
*
Make more functions static
Neal Norwitz
2002-08-06
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
*
Clean up the layout of the bool_as_number struct initializer.
Guido van Rossum
2002-04-25
*
As Neal pointed out, bool_print was an order of magnitude too complex.
Guido van Rossum
2002-04-04
*
Oops. Here are the new files. My apologies.
Guido van Rossum
2002-04-03