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