summaryrefslogtreecommitdiffstats
path: root/Include/longobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+1
* Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDoubleMark Dickinson2010-01-021-7/+7
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+1
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+1
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-0/+6
* Added PyNumber_ToBase and supporting routines _PyInt_Format andEric Smith2008-02-101-0/+7
* Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...Christian Heimes2008-01-251-3/+6
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+2
* Variation of patch # 1624059 to speed up checking if an object is a subclassNeal Norwitz2007-02-251-1/+2
* A new table to help string->integer conversion was added yesterday toTim Peters2006-05-251-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
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-0/+2
* Two new private longobject API functions,Tim Peters2001-06-111-0/+40
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-7/+0
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Moved LONG_LONG #define from here to pyport.h.Barry Warsaw2000-08-181-3/+0
* Some cleanup of longs in prepartion for Cray J90 fixes: gotTim Peters2000-07-071-14/+14
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-051-0/+1
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-0/+19
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-13/+13
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-181-0/+2
* Patch by Mark Hammond to support 64-bit ints on MS platforms.Guido van Rossum1998-08-251-4/+7
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+7
* Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong().Guido van Rossum1997-01-031-0/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* new names for lots of new functionsGuido van Rossum1995-01-171-2/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-9/+9
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+2
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-1/+0
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added typedef for longobject and declarations for long_{format,scan}.Guido van Rossum1992-01-191-0/+5
* Added declarations for dnewlongobject and dgetlongvalue.Guido van Rossum1991-06-031-0/+2