1. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  2. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  3. 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  4. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  5. 93196eb Issue #17715: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  6. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago
  7. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 12 years ago
  8. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  9. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  10. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  11. f823da1 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  12. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  13. 3cd0e30 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  14. 1ef73d2 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  15. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  16. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
  17. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  18. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  19. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  20. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  21. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  22. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  23. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  24. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  25. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  26. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago