1. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  2. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  3. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  4. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 8 years ago
  5. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 8 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  8. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  9. 069094bc Remove outdated comment. Reviewed by Antoine. by Georg Brandl · 16 years ago
  10. 4f92ca4 Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods by Benjamin Peterson · 16 years ago
  11. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  12. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  13. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  14. 1680713 Add interning of unicode strings by copying the functionality from by Walter Dörwald · 17 years ago
  15. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  16. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  17. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  18. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  19. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  20. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
  21. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  22. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  23. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 22 years ago
  24. 657d222 Make more functions static by Neal Norwitz · 22 years ago
  25. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  26. c95cc87 Clean up the layout of the bool_as_number struct initializer. by Guido van Rossum · 22 years ago
  27. 645a22e As Neal pointed out, bool_print was an order of magnitude too complex. by Guido van Rossum · 23 years ago
  28. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 23 years ago