summaryrefslogtreecommitdiff
path: root/Include/longintrepr.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-12/+12
* replace Python aliases for standard integer types with the standard integer t...Benjamin Peterson2016-09-061-4/+4
* require standard int types to be defined (#17884)Benjamin Peterson2016-09-061-4/+0
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-3/+3
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-1/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-161-0/+4
* Merged revisions 73660 via svnmerge fromMark Dickinson2009-06-281-4/+0
* Add ..versionadded for sys.int_info, update py3k version ofMark Dickinson2009-03-201-1/+1
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-181-15/+53
* A few more type fixes for py3k that were missed in r69635Mark Dickinson2009-02-151-0/+1
* Merged revisions 69634 via svnmerge fromMark Dickinson2009-02-151-2/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+4
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* SF patch 936813: fast modular exponentiationTim Peters2004-08-301-1/+6
* SF patch 936813: fast modular exponentiationTim Peters2004-08-291-1/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-2/+2
* For clarity, change _longobject to build directly from PyObject_VAR_HEADTim Peters2002-03-021-3/+6
* SF bug #460020: bug or feature: unicode() and subclasses.Tim Peters2001-09-101-0/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Cray J90 fixes for long ints.Tim Peters2000-07-081-3/+4
* Some cleanup of longs in prepartion for Cray J90 fixes: gotTim Peters2000-07-071-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* make newvarobj's size arg signedGuido van Rossum1995-02-101-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-2/+2
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * 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
* Move the longobject typedef to longobject.h.Guido van Rossum1992-01-191-9/+4
* Added wdigit and stwodigits typedefs, and changed prototypes.Guido van Rossum1991-05-141-6/+5
* Initial revisionGuido van Rossum1991-05-051-0/+69