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