Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f18a5daadd6dc9d43a673a6f363d0116bee20210
/
Objects
/
boolobject.c
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 14 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 16 years ago
8055afd
Issue #4910, patch 3/3: rename nb_long to nb_reserved
by Mark Dickinson
· 16 years ago
069094bc
Remove outdated comment. Reviewed by Antoine.
by Georg Brandl
· 16 years ago
4f92ca4
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
by Benjamin Peterson
· 16 years ago
16c7075
Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved.
by Neil Schemenauer
· 17 years ago
04dbf3b
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
by Guido van Rossum
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
1680713
Add interning of unicode strings by copying the functionality from
by Walter Dörwald
· 17 years ago
1ab8330
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
by Walter Dörwald
· 17 years ago
ddefaf3
Merged the int/long unification branch, by very crude means (sorry Thomas!).
by Guido van Rossum
· 18 years ago
4dafcc4
- patch #1600346 submitted by Tomer Filiba
by Jack Diederich
· 18 years ago
3cf5b1e
Get rid of most of the flags (in tp_flags) that keep track of various
by Guido van Rossum
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
bcc0db8
Get rid of remnants of integer division
by Neal Norwitz
· 19 years ago
15e6274
Revert backwards-incompatible const changes.
by Martin v. Löwis
· 19 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 19 years ago
aa86e35
- bool() called without arguments now returns False rather than
by Guido van Rossum
· 22 years ago
657d222
Make more functions static
by Neal Norwitz
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
c95cc87
Clean up the layout of the bool_as_number struct initializer.
by Guido van Rossum
· 23 years ago
645a22e
As Neal pointed out, bool_print was an order of magnitude too complex.
by Guido van Rossum
· 23 years ago
5f82036
Oops. Here are the new files. My apologies.
by Guido van Rossum
· 23 years ago