1. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  2. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  3. 85c0b89 bpo-31619: Fixed a ValueError when convert a string with large number of underscores (#3827) 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 · 7 years ago
  5. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 7 years ago
  6. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  7. 54cd196 Issue #26984: int() now always returns an instance of exact int. by Serhiy Storchaka · 8 years ago
  8. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  9. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  10. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  11. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  12. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  13. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  14. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  15. 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  16. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  17. 93196eb Issue #17715: Merge fix from 3.3. by Mark Dickinson · 11 years ago
  18. c973448 Issue #17715: Add missing NULL Check to PyNumber_Long. by Mark Dickinson · 11 years ago
  19. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 11 years ago
  20. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  21. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  22. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 12 years ago
  23. f823da1 Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  24. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  25. 3cd0e30 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  26. 1ef73d2 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  27. 3b31704 Issue #16792: Mark small ints test as CPython-only. by Serhiy Storchaka · 12 years ago
  28. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 12 years ago
  29. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  30. 7c95bb3 Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  31. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  32. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  33. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  34. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  35. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  36. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  37. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  38. 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