- bcbfa64 The #warning directive is a gcc extension to standard C, by Amaury Forgeot d'Arc · 17 years ago
- f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 18 years ago
- b27ce7e Changed #ifdef 0 to #if 0. by Christian Heimes · 18 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
- ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 21 years ago
- a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 22 years ago
- dc392e3 Move _PyInt_Init() into pythonrun.h, since all the other _Init() by Neal Norwitz · 23 years ago
- b2501f4 Since the *_Init() are private, prefix with _, suggested by Skip by Neal Norwitz · 23 years ago
- c91ed40 SF #561244, Micro optimizations by Neal Norwitz · 23 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 24 years ago
- c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 24 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 25 years ago
- ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 25 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 25 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
- 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
- c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 25 years ago
- 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 26 years ago
- cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 27 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 27 years ago
- 7a2d611 Add cast to PyInt_AS_LONG macro, as suggested by Marc Lemburg. by Guido van Rossum · 28 years ago
- 5617f32 Added decl for PyInt_GetMax(). by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 29 years ago
- 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 31 years ago
- 5799b52 Added 1995 copyright. by Guido van Rossum · 31 years ago
- e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 31 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 31 years ago
- a330996 * Added support for X11 modules. by Guido van Rossum · 32 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 5113f5f Copyright for 1992 added by Guido van Rossum · 33 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 85a5fbb Initial revision by Guido van Rossum · 35 years ago