summaryrefslogtreecommitdiffstats
path: root/Include/longobject.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial revisionGuido van Rossum1991-05-051-0/+32