index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
longobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-2/+2
|
\
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-2/+2
*
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+18
|
\
\
|
|
/
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+18
*
|
Issue #16761: Raise TypeError when int() called with base argument only.
Serhiy Storchaka
2012-12-28
1
-2/+8
|
\
\
|
|
/
|
*
Issue #16761: Raise TypeError when int() called with base argument only.
Serhiy Storchaka
2012-12-28
1
-2/+8
*
|
Issue #16277: merge fix from 3.2
Mark Dickinson
2012-10-18
1
-0/+8
|
\
\
|
|
/
|
*
Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= ...
Mark Dickinson
2012-10-18
1
-0/+8
*
|
Issue #14783: Merge changes from 3.2.
Chris Jerdonek
2012-10-07
1
-6/+13
|
\
\
|
|
/
|
*
Issue #14783: Improve int() docstring and also str(), range(), and slice().
Chris Jerdonek
2012-10-07
1
-6/+13
*
|
Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Sto...
Mark Dickinson
2012-10-06
1
-3/+2
*
|
Issue 15959: Merge from 3.2.
Mark Dickinson
2012-09-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Sto...
Mark Dickinson
2012-09-20
1
-1/+1
*
|
Fix out of bounds read in long_new() for empty bytes with an explicit base. i...
Christian Heimes
2012-09-12
1
-2/+2
|
\
\
|
|
/
|
*
Fix out of bounds read in long_new() for empty bytes with an explicit base. i...
Christian Heimes
2012-09-12
1
-2/+2
*
|
Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails
Christian Heimes
2012-09-10
1
-1/+3
*
|
Issue #14744: Fix compilation on Windows
Victor Stinner
2012-05-29
1
-2/+2
*
|
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
1
-88/+219
*
|
long_to_decimal_string() and _PyLong_Format() check the consistency of newly
Victor Stinner
2012-04-25
1
-0/+2
*
|
Issue #14630: Merge fix from 3.2.
Mark Dickinson
2012-04-20
1
-3/+1
|
\
\
|
|
/
|
*
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of a...
Mark Dickinson
2012-04-20
1
-3/+1
*
|
Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy St...
Mark Dickinson
2012-04-20
1
-26/+31
*
|
Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks S...
Mark Dickinson
2011-10-23
1
-15/+23
*
|
Use the new Py_ARRAY_LENGTH macro
Victor Stinner
2011-09-28
1
-2/+1
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-44/+38
*
|
Merge fix for issue #12963.
Stefan Krah
2011-09-12
1
-3/+3
|
\
\
|
|
/
|
*
Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.
Stefan Krah
2011-09-12
1
-3/+3
*
|
Issue #12909: Make PyLong_As* functions consistent in their use of exceptions.
Nadeem Vawda
2011-09-07
1
-2/+10
*
|
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-11
1
-6/+3
|
/
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-2/+2
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
\
|
|
/
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-3334/+3334
|
*
Issue #8328: Silence Visual Studio warnings.
Stefan Krah
2010-04-07
1
-2/+2
|
*
Merged revisions 78918,78920 via svnmerge from
Mark Dickinson
2010-04-06
1
-5/+20
|
*
Merged revisions 74771 via svnmerge from
Mark Dickinson
2009-09-13
1
-7/+10
|
*
Merged revisions 74691 via svnmerge from
Mark Dickinson
2009-09-06
1
-1/+0
*
|
Fix indentation in Objects/longobject.c
Mark Dickinson
2010-12-04
1
-3/+3
*
|
Issue #10557: Fixed error messages from float() and other numeric
Alexander Belopolsky
2010-12-04
1
-7/+24
*
|
Include structseq.h in Python.h, and remove now-redundant includes in individ...
Georg Brandl
2010-11-30
1
-1/+0
*
|
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson
2010-10-23
1
-3/+3
*
|
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-2/+2
*
|
Fix naming inconsistency.
Mark Dickinson
2010-06-07
1
-2/+2
*
|
Issue #2844: Make int('42', n) consistently raise ValueError for
Mark Dickinson
2010-05-26
1
-9/+20
*
|
Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near
Mark Dickinson
2010-05-26
1
-111/+140
*
|
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson
2010-05-23
1
-10/+29
*
|
Merged revisions 81037 via svnmerge from
Mark Dickinson
2010-05-10
1
-33/+39
*
|
Merged revisions 81036 via svnmerge from
Mark Dickinson
2010-05-10
1
-102/+101
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-3745/+3745
[next]