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
/
Include
/
longobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-0/+5
*
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-1/+1
*
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-0/+2
*
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-6/+6
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
1
-2/+0
*
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI
Victor Stinner
2015-10-14
1
-1/+2
*
|
Optimize bytes.fromhex() and bytearray.fromhex()
Victor Stinner
2015-10-14
1
-1/+1
*
|
Issue #25349: Optimize bytes % int
Victor Stinner
2015-10-09
1
-0/+7
|
/
*
Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...
Serhiy Storchaka
2015-05-12
1
-0/+3
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
1
-0/+6
|
\
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
1
-0/+6
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-3/+3
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-3/+3
|
\
\
|
|
/
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-3/+3
*
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
1
-0/+1
|
\
\
|
|
/
|
*
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
1
-0/+1
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+3
|
|
\
|
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0/+3
*
|
|
Issue #17931: Resolve confusion on Windows between pids and process handles.
Richard Oudkerk
2013-06-05
1
-0/+13
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-14
1
-0/+3
|
/
/
*
|
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
1
-5/+13
*
|
Clean up a few tabs that went in with PEP393.
Ezio Melotti
2011-09-28
1
-8/+8
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-2/+4
|
/
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+8
*
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
Antoine Pitrou
2010-08-28
1
-9/+0
*
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson
2010-06-27
1
-1/+1
*
Fix naming inconsistency.
Mark Dickinson
2010-06-07
1
-2/+2
*
Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near
Mark Dickinson
2010-05-26
1
-0/+8
*
Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946).
Gregory P. Smith
2010-03-14
1
-3/+3
*
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith
2010-03-14
1
-0/+17
*
Merged revisions 77842 via svnmerge from
Mark Dickinson
2010-01-30
1
-0/+1
*
Merged revisions 77234 via svnmerge from
Mark Dickinson
2010-01-02
1
-7/+7
*
Issue #4258: Make it possible to use 30-bit digits for PyLongs:
Mark Dickinson
2009-03-18
1
-0/+1
*
Reduce the size of the _PyLong_DigitValue table.
Raymond Hettinger
2009-01-09
1
-1/+1
*
Refactor and clean up str.format() code (and helpers) in advance of optimizat...
Eric Smith
2008-05-30
1
-0/+6
*
Drop _PyLong_FitsInLong. Fixes #1666.
Martin v. Löwis
2007-12-20
1
-1/+0
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-2/+2
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-2/+0
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
1
-1/+1
*
I've moved the remains of PyInt_ to the longobject.h header file and removed ...
Christian Heimes
2007-12-02
1
-0/+9
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-0/+4
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
1
-0/+9
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+2
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-0/+5
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-2/+0
*
I assume this was supposed to be Py_ssize_t since there are no uses of plain ...
Neal Norwitz
2007-02-27
1
-1/+1
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
1
-1/+2
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-3/+5
[next]