1. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  2. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  3. 82cb124 Issue #25221: merge from 3.5. by Mark Dickinson · 8 years ago
  4. 36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. by Mark Dickinson · 8 years ago
  5. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  6. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  7. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  8. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  9. d953f8e remove some silly defined() tests by Benjamin Peterson · 8 years ago
  10. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  11. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  12. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  13. 82a9527 Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. by Mark Dickinson · 8 years ago
  14. 4e1de16 Issue #25402: in int-to-decimal-string conversion, reduce intermediate storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka. by Mark Dickinson · 8 years ago
  15. 583c6e8 Issue #27214: Fix potential bug and remove useless optimization in long_invert. Thanks Oren Milman. by Mark Dickinson · 8 years ago
  16. b820d7f Issue #27792: force int return type for modulo operations involving bools. by Mark Dickinson · 8 years ago
  17. 1dc3c89 Untabify Objects/longobject.c. by Mark Dickinson · 8 years ago
  18. dc590a4 Issue #25604: Fix minor bug in integer true division, which could by Mark Dickinson · 8 years ago
  19. 8bcf312 Issue #27786: Simplify x_sub() by Victor Stinner · 8 years ago
  20. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  21. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  22. e63e5d6 Issue #27073: Removed redundant checks in long_add and long_sub. by Serhiy Storchaka · 8 years ago
  23. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  24. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  25. f963c13 longobject.c: fix compilation warning on Windows 64-bit by Victor Stinner · 8 years ago
  26. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 8 years ago
  27. a0fcaca Issue #26288: Fix comment by Yury Selivanov · 8 years ago
  28. 186c30b Issue #26288: Optimize PyLong_AsDouble. by Yury Selivanov · 8 years ago
  29. bb6e4a0 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  30. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  31. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  32. 1285e5c Fix compiler warnings (uninitialized variables), false alarms in fact by Victor Stinner · 9 years ago
  33. 199c9a6 Fix long_format_binary() by Victor Stinner · 9 years ago
  34. be75b8c Issue #25349: Optimize bytes % int by Victor Stinner · 9 years ago
  35. 5783fd2 Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to by Victor Stinner · 9 years ago
  36. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  37. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  38. 20b39b2 Removed redundant casts to `char *`. by Serhiy Storchaka · 10 years ago
  39. 12174a5 Issue #22156: Fix "comparison between signed and unsigned integers" compiler by Victor Stinner · 10 years ago
  40. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 10 years ago
  41. 0c346d8 Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg. by Mark Dickinson · 10 years ago
  42. 1aca78d merge 3.3 by Benjamin Peterson · 10 years ago
  43. 45c9dce fix c89 declaration order by Benjamin Peterson · 10 years ago
  44. dfa8228 merge 3.3 by Benjamin Peterson · 10 years ago
  45. 041c38a don't do pointer arithmetic with signed numbers by Benjamin Peterson · 10 years ago
  46. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 10 years ago
  47. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 10 years ago
  48. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 10 years ago
  49. d3afe78 Silence expression result unused warnings with clang. by Christian Heimes · 10 years ago
  50. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  51. 9259c21 Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  52. 81a9315 Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  53. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  54. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  55. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  56. 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  57. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  58. 02515f7 Minor consistency fixes for some longobject.c exception messages: by Mark Dickinson · 11 years ago
  59. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  60. 08a80b1 longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on by Victor Stinner · 11 years ago
  61. 8aed6f1 Issue #18408: Rewrite NEGATE() macro in longobject.c to handle PyLong_FromLong() failure by Victor Stinner · 11 years ago
  62. 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 11 years ago
  63. 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 11 years ago
  64. 8ad5b07 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  65. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  66. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  67. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 11 years ago
  68. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  69. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  70. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  71. c819b07 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 11 years ago
  72. 00e2843 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 11 years ago
  73. 0b386d5 Issue #16761: Raise TypeError when int() called with base argument only. by Serhiy Storchaka · 11 years ago
  74. 513762f use more specific type by Benjamin Peterson · 11 years ago
  75. a689e52 Test for issue16772 and redoes the previous fix to accept __index__-aware by Gregory P. Smith · 11 years ago
  76. 4fbbf8c Fixes issue #16772: int() constructor second argument (base) must be an int. by Gregory P. Smith · 11 years ago
  77. e453e4c Issue 16280: Drop questionable special-casing of null pointer in PyLong_FromVoidPtr. by Mark Dickinson · 12 years ago
  78. 5cb6591 Issue #16277: merge fix from 3.3 by Mark Dickinson · 12 years ago
  79. 44362a8 Issue #16277: merge fix from 3.2 by Mark Dickinson · 12 years ago
  80. 9104479 Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long). by Mark Dickinson · 12 years ago
  81. 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
  82. 4a7df9a Issue #14783: Merge changes from 3.3. by Chris Jerdonek · 12 years ago
  83. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  84. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  85. cf46d62 Issue #16096: port fix from 3.3 by Mark Dickinson · 12 years ago
  86. fc9adb6 Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  87. 9cc98c9 long_to_decimal_string_internal() doesn't need to write the final NULL character by Victor Stinner · 12 years ago
  88. 5710c2a Issue 15959: Merge from 3.2. by Mark Dickinson · 12 years ago
  89. c286e58 Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka. by Mark Dickinson · 12 years ago
  90. 7ae251a Fix out of bounds read in long_new() for empty bytes with an explicit base. int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359 by Christian Heimes · 12 years ago
  91. 79b97ee Fix out of bounds read in long_new() for empty bytes with an explicit base. int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359 by Christian Heimes · 12 years ago
  92. 110ac16 Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails by Christian Heimes · 12 years ago
  93. e577ab3 Issue #14744: Fix compilation on Windows by Victor Stinner · 12 years ago
  94. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 12 years ago
  95. 3065093 long_to_decimal_string() and _PyLong_Format() check the consistency of newly by Victor Stinner · 12 years ago
  96. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  97. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 12 years ago
  98. e284654 Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). by Mark Dickinson · 12 years ago
  99. 8d48b43 Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  100. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago