index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
boolobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher
2023-05-16
1
-7/+1
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
1
-1/+17
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-3/+7
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-2/+7
*
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson
2023-02-05
1
-2/+4
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
1
-4/+4
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Victor Stinner
2022-11-10
1
-2/+1
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-1/+2
*
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney
2022-04-19
1
-1/+1
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
1
-13/+2
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner
2021-09-21
1
-2/+2
*
bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
Victor Stinner
2021-08-31
1
-1/+8
*
bpo-41870: Avoid the test when nargs=0 (GH-22462)
Dong-hee Na
2020-10-01
1
-3/+3
*
bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)
Dong-hee Na
2020-09-28
1
-0/+25
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-1/+1
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-1/+1
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
1
-8/+3
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
1
-0/+6
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-113/+113
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson
2009-01-17
1
-1/+1
*
Remove outdated comment. Reviewed by Antoine.
Georg Brandl
2008-08-30
1
-1/+0
*
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson
2008-06-11
1
-3/+0
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
1
-1/+1
*
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum
2007-08-07
1
-10/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-6/+5
*
Add interning of unicode strings by copying the functionality from
Walter Dörwald
2007-05-25
1
-2/+2
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-2/+2
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-22/+21
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-1/+1
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-36/+36
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
1
-2/+0
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-1/+1
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1/+1
*
- bool() called without arguments now returns False rather than
Guido van Rossum
2003-04-19
1
-2/+2
*
Make more functions static
Neal Norwitz
2002-08-06
1
-2/+2
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-2/+2
*
Clean up the layout of the bool_as_number struct initializer.
Guido van Rossum
2002-04-25
1
-38/+38
*
As Neal pointed out, bool_print was an order of magnitude too complex.
Guido van Rossum
2002-04-04
1
-12/+1
*
Oops. Here are the new files. My apologies.
Guido van Rossum
2002-04-03
1
-0/+212