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