1. 114c1ea #Added prototype for PyObject_HasAttr() -- must've been an oversight. by Guido van Rossum · 27 years ago
  2. 49bb0e3 Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference by Fred Drake · 27 years ago
  3. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  4. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  5. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  6. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  7. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  8. d86b380 Added extern declarations for reference count admin debug functions. by Guido van Rossum · 28 years ago
  9. 0693dd2 Added tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
  10. e1cd6c1 don't use NDEBUG by Guido van Rossum · 28 years ago
  11. 60be1db Added some visual enhancements of debugging ifdefs. Added PyNumber_Coerce decl. by Guido van Rossum · 28 years ago
  12. 454674d add forgotten PyObject_SetAttrString by Guido van Rossum · 29 years ago
  13. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
  14. 107c747 DL_IMPORT needs an argument. by Sjoerd Mullender · 29 years ago
  15. 5dbc723 DL_IMPORT macro was called in a funny way (and MW barfed on it) by Jack Jansen · 29 years ago
  16. 91e7a0b Also count UNREF's as freeing an object (only relevant when by Sjoerd Mullender · 29 years ago
  17. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  18. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  19. 57836fe change in staticforward -- added statichere by Guido van Rossum · 29 years ago
  20. b13afdd added PyObject_IsTrue & PyCallable_Check to object interface by Guido van Rossum · 29 years ago
  21. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  22. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  23. 6fde390 new tp_str and tp_doc members in type object by Guido van Rossum · 30 years ago
  24. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  25. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  26. 75abc63 * Objects/{int,long,float}object.c, Include/object.h, by Guido van Rossum · 30 years ago
  27. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  28. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  29. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  30. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  31. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  32. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  33. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  34. f2c8beb AOnly define NDEDBUG if DEBUG is not defined by Guido van Rossum · 32 years ago
  35. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  36. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  37. 7a6dfa7 Added shifting and masking ops to as_number struct by Guido van Rossum · 33 years ago
  38. d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
  39. cf7423a Added nonzero to number methods by Guido van Rossum · 33 years ago
  40. 97ad2d8 Added divmod and abs methods for numbers by Guido van Rossum · 33 years ago
  41. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  42. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  43. d5b70f5 Add UNREF macro if not tracing refs (see UNREF function in object.c). by Guido van Rossum · 34 years ago
  44. c8564cd Be more careful with negative reference counts. by Guido van Rossum · 34 years ago
  45. 85a5fbb Initial revision by Guido van Rossum · 34 years ago