summaryrefslogtreecommitdiff
path: root/Include/longobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-0/+6
|\
| * Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-0/+6
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-3/+3
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-3/+3
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-3/+3
* | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-0/+13
|\ \ | |/ |/|
| * Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-051-0/+13
* | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-0/+1
|/
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-9/+19
|\
| * Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...Victor Stinner2012-05-291-5/+13
| * Clean up a few tabs that went in with PEP393.Ezio Melotti2011-09-291-8/+8
| * Implement PEP 393.Martin v. Löwis2011-09-281-2/+4
* | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+3
|/
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+8
* Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() privateAntoine Pitrou2010-08-281-9/+0
* Issue #9089: Remove references to intobject.c and intobject.h from comments.Mark Dickinson2010-06-271-1/+1
* Fix naming inconsistency.Mark Dickinson2010-06-071-2/+2
* Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_NearMark Dickinson2010-05-261-0/+8
* Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946).Gregory P. Smith2010-03-141-3/+3
* * Replaces the internals of the subprocess module from fork through exec onGregory P. Smith2010-03-141-0/+17
* Merged revisions 77842 via svnmerge fromMark Dickinson2010-01-301-0/+1
* Merged revisions 77234 via svnmerge fromMark Dickinson2010-01-021-7/+7
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-181-0/+1
* Reduce the size of the _PyLong_DigitValue table.Raymond Hettinger2009-01-091-1/+1
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-0/+6
* Drop _PyLong_FitsInLong. Fixes #1666.Martin v. Löwis2007-12-201-1/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+0
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-1/+1
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-021-0/+9
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-0/+4
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-0/+9
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+5
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-2/+0
* I assume this was supposed to be Py_ssize_t since there are no uses of plain ...Neal Norwitz2007-02-271-1/+1
* Merged revisions 53875-53911 via svnmerge fromThomas Wouters2007-02-251-1/+2
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-3/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+6
* Removed redundant declaration of _PyLong_NumBits().Tim Peters2004-09-231-1/+0
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+2
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-4/+4
* _PyLong_NumBits(): The definition of this was too specific to the quirkyTim Peters2003-01-311-5/+11
* Added new private API function _PyLong_NumBits. This will be used at theTim Peters2003-01-281-0/+11
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-18/+18
* HAVE_LIMITS_H -- raise #error if not defined; limits.h is std CTim Peters2002-07-121-12/+0
* SF bug #460020: bug or feature: unicode() and subclasses.Tim Peters2001-09-101-0/+1
* Introduce new private API function _PyLong_AsScaledDouble. Not used yet,Tim Peters2001-09-041-0/+9
* Make the PyXXX_Check() macros for the numeric types inheritance-aware.Guido van Rossum2001-08-291-1/+1