summaryrefslogtreecommitdiffstats
path: root/Include/longintrepr.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #6713: Improve performance of str(n) and repr(n) for integers nMark Dickinson2009-09-161-0/+4
* Remove unused stdint.h includesMark Dickinson2009-06-281-4/+0
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-18/+53
* A few more minor fixes in longobject.cMark Dickinson2009-02-151-0/+1
* Issue #5260: Various portability and standards compliance fixes, optimizationsMark Dickinson2009-02-151-2/+1
* Thomas Herve explained to me that PyCrypto depends on the constants. I'm addi...Christian Heimes2008-02-251-1/+6
* Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...Christian Heimes2008-01-251-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