summaryrefslogtreecommitdiffstats
path: root/Include/intobject.h
Commit message (Expand)AuthorAgeFilesLines
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-061-1/+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/+6
* Patch #1953Christian Heimes2008-02-041-0/+3
* Variation of patch # 1624059 to speed up checking if an object is a subclassNeal Norwitz2007-02-251-1/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+4
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-1/+1
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+5
* Move _PyInt_Init() into pythonrun.h, since all the other _Init()Neal Norwitz2003-01-011-1/+0
* Since the *_Init() are private, prefix with _, suggested by SkipNeal Norwitz2002-12-311-1/+1
* SF #561244, Micro optimizationsNeal Norwitz2002-12-301-0/+1
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-9/+9
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-15/+0
* SF bug #460020: bug or feature: unicode() and subclasses.Tim Peters2001-09-101-0/+1
* 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
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-15/+15
* 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
* Got rid of silly "123456789-..." lines in comments.Guido van Rossum2000-03-011-4/+0
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-121-0/+1
* Add prototypes for PyOS_strto[u]l -- Chris Herborth.Guido van Rossum1998-12-101-0/+9
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-3/+3
* Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg.Guido van Rossum1997-08-021-1/+1
* Added decl for PyInt_GetMax().Guido van Rossum1997-07-191-0/+1
* 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-2/+2
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-15/+15
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-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
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Initial revisionGuido van Rossum1990-10-141-0/+48