COMMITS
/ Objects/longobject.c December 7, 2017
V
PyLong_FromString(): fix Coverity CID 1424951 (#4738)
Victor Stinner committed
December 3, 2017
S
bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884)
Serhiy Storchaka committed
November 13, 2017
S
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376)
Sanyam Khurana committed
S
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka committed
November 2, 2017
October 3, 2017
S
bpo-31619: Fixed a ValueError when convert a string with large number of underscores (#3827)
Serhiy Storchaka committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
March 30, 2017
S
bpo-29816: Shift operation now has less opportunity to raise OverflowError. (#680)
Serhiy Storchaka committed
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
March 9, 2017
S
bpo-29749: Update int() docstring (GH-565)
svelankar committed
March 6, 2017
S
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
Serhiy Storchaka committed
O
remove 3 redundant casts in Objects/longobject.c (#445)
orenmn committed
March 5, 2017
S
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka committed
February 2, 2017
S
Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster
Serhiy Storchaka committed
February 1, 2017
S
Issue #20185: Converted the int class to Argument Clinic.
Serhiy Storchaka committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
November 8, 2016
S
Issue #28621: Sped up converting int to float by reusing faster bits counting
Serhiy Storchaka committed
September 17, 2016
M
Issue #27111: Minor simplication to long_add and long_sub fast path code. Thanks Oren Milman.
Mark Dickinson committed
M
Issue #27441: Remove some redundant assignments to ob_size in longobject.c. Thanks Oren Milman.
Mark Dickinson committed
M
Issue #27222: various cleanups in long_rshift. Thanks Oren Milman.
Mark Dickinson committed
September 10, 2016
M
Issue #25221: merge from 3.5.
Mark Dickinson committed
September 9, 2016
B
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
B
remove some silly defined() tests
Benjamin Peterson committed
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 29, 2016
M
M
M
Issue #27214: Fix potential bug and remove useless optimization in long_invert. Thanks Oren Milman.
Mark Dickinson committed
August 22, 2016
M
Issue #27792: force int return type for modulo operations involving bools.
Mark Dickinson committed
August 21, 2016
M
Untabify Objects/longobject.c.
Mark Dickinson committed
M
Issue #25604: Fix minor bug in integer true division, which could
Mark Dickinson committed
August 17, 2016
V
Issue #27786: Simplify x_sub()
Victor Stinner committed
July 28, 2016
M
Issue #27626: Merge spelling fixes from 3.5
Martin Panter committed
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
June 3, 2016
S
Issue #27073: Removed redundant checks in long_add and long_sub.
Serhiy Storchaka committed
May 12, 2016
S
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka committed
S
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Serhiy Storchaka committed
March 23, 2016
V
longobject.c: fix compilation warning on Windows 64-bit
Victor Stinner committed