summaryrefslogtreecommitdiffstats
path: root/Include/intobject.h
Commit message (Expand)AuthorAgeFilesLines
* The comments at the top of intobject.h say that it will be removed in 3.1.Mark Dickinson2009-04-181-36/+0
* Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.Mark Dickinson2009-02-111-3/+4
* The #warning directive is a gcc extension to standard C,Amaury Forgeot d'Arc2008-10-071-0/+4
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-021-46/+18
* Changed #ifdef 0 to #if 0.Christian Heimes2007-12-021-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-12/+13
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-4/+1
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-17/+14
* 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