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 #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.
Stefan Krah
2011-09-12
1
-3/+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
*
|
Merged revisions 80961 via svnmerge from
Mark Dickinson
2010-05-08
1
-5/+2
*
|
Merged revisions 79885 via svnmerge from
Stefan Krah
2010-04-07
1
-7/+7
*
|
Merged revisions 79856 via svnmerge from
Mark Dickinson
2010-04-06
1
-1/+1
*
|
Merged revisions 79843-79844 via svnmerge from
Mark Dickinson
2010-04-06
1
-14/+6
*
|
Remove out-of-date comment about making ints and longs hash equal.
Mark Dickinson
2010-03-19
1
-3/+0
*
|
Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an
Mark Dickinson
2010-03-13
1
-5/+20
*
|
Move docstrings for long.to_bytes and long.from_bytes after the corresponding...
Mark Dickinson
2010-01-30
1
-27/+27
*
|
Merged revisions 77842 via svnmerge from
Mark Dickinson
2010-01-30
1
-0/+96
*
|
simplify string comparison of from_bytes/to_bytes
Benjamin Peterson
2010-01-09
1
-20/+6
*
|
Issue #1023290: Added API for the conversion of longs to bytes and vice-versa.
Alexandre Vassalotti
2010-01-09
1
-0/+199
*
|
Merged revisions 77234 via svnmerge from
Mark Dickinson
2010-01-02
1
-221/+146
*
|
Merged revisions 77062 via svnmerge from
Mark Dickinson
2009-12-27
1
-30/+250
*
|
Keep PyLong_AsLongAndOverflow documentation and implementation in sync
Mark Dickinson
2009-12-21
1
-9/+10
*
|
Fix error message, for consistency with messages for % and //, and for consis...
Mark Dickinson
2009-12-07
1
-1/+1
*
|
Merge in the new GIL.
Antoine Pitrou
2009-11-10
1
-4/+1
*
|
Merged revisions 75697 via svnmerge from
Mark Dickinson
2009-10-25
1
-66/+100
*
|
Merged revisions 75110 via svnmerge from
Mark Dickinson
2009-09-28
1
-7/+7
*
|
Silence compiler warning
Mark Dickinson
2009-09-24
1
-1/+2
*
|
Merged revisions 75003 via svnmerge from
Mark Dickinson
2009-09-21
1
-2/+3
*
|
Issue #6713 (continued): remove unused arbitrary-base conversion code
Mark Dickinson
2009-09-18
1
-99/+34
*
|
Revert accidental changes to Objects/longobject.c
Mark Dickinson
2009-09-17
1
-44/+104
*
|
Add some more module maintainers.
Mark Dickinson
2009-09-17
1
-104/+44
*
|
Bypass long_repr and _PyLong_Format for str(n), repr(n)
Mark Dickinson
2009-09-17
1
-8/+2
*
|
Issue #6713: Improve performance of str(n) and repr(n) for integers n
Mark Dickinson
2009-09-16
1
-0/+116
*
|
Merged revisions 74769 via svnmerge from
Mark Dickinson
2009-09-13
1
-7/+10
*
|
Merged revisions 74689 via svnmerge from
Mark Dickinson
2009-09-06
1
-1/+0
|
/
*
Merged revisions 72202 via svnmerge from
Mark Dickinson
2009-05-02
1
-10/+15
*
Typo fix. Thanks Damien Diederen.
Mark Dickinson
2009-04-27
1
-1/+1
[next]