1. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  2. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  3. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
  4. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  5. bd03bfc Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  6. a90b23c One of the new prototypes was missing the "void" args. by Greg Stein · 24 years ago
  7. 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
  8. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  9. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  10. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  11. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  12. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  13. e92e610 Christian Tismer -- total rewrite on trashcan code. by Guido van Rossum · 24 years ago
  14. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  15. 0e12bcd Updated comment: in PyTypeObject: by Fred Drake · 24 years ago
  16. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  17. c6e87a2 Got rid of silly "123456789-..." lines in comments. by Guido van Rossum · 24 years ago
  18. cecb27a Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds by Guido van Rossum · 24 years ago
  19. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  20. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  21. 36eef3c Changes by Greg Stein (code) and GvR (design). by Guido van Rossum · 26 years ago
  22. a9c2d7a Add new spares to the end of the type object struct. by Guido van Rossum · 26 years ago
  23. 26d4ac3 Add prototypes for Py_Repr{Enter,Leave}. by Guido van Rossum · 26 years ago
  24. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 26 years ago
  25. 127b8dd Add declaration for PyNumber_CoerceEx(). by Guido van Rossum · 27 years ago
  26. 114c1ea #Added prototype for PyObject_HasAttr() -- must've been an oversight. by Guido van Rossum · 27 years ago
  27. 49bb0e3 Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference by Fred Drake · 27 years ago
  28. 1d529d1 Add a cast to the call to _Py_Dealloc in the expanded version of by Guido van Rossum · 27 years ago
  29. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  30. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  31. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. d86b380 Added extern declarations for reference count admin debug functions. by Guido van Rossum · 28 years ago
  34. 0693dd2 Added tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
  35. e1cd6c1 don't use NDEBUG by Guido van Rossum · 28 years ago
  36. 60be1db Added some visual enhancements of debugging ifdefs. Added PyNumber_Coerce decl. by Guido van Rossum · 28 years ago
  37. 454674d add forgotten PyObject_SetAttrString by Guido van Rossum · 29 years ago
  38. 884afd6 keyword arguments and faster function calls by Guido van Rossum · 29 years ago
  39. 107c747 DL_IMPORT needs an argument. by Sjoerd Mullender · 29 years ago
  40. 5dbc723 DL_IMPORT macro was called in a funny way (and MW barfed on it) by Jack Jansen · 29 years ago
  41. 91e7a0b Also count UNREF's as freeing an object (only relevant when by Sjoerd Mullender · 29 years ago
  42. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  43. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  44. 57836fe change in staticforward -- added statichere by Guido van Rossum · 29 years ago
  45. b13afdd added PyObject_IsTrue & PyCallable_Check to object interface by Guido van Rossum · 29 years ago
  46. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  47. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  48. 6fde390 new tp_str and tp_doc members in type object by Guido van Rossum · 30 years ago
  49. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  50. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  51. 75abc63 * Objects/{int,long,float}object.c, Include/object.h, by Guido van Rossum · 30 years ago
  52. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  53. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  54. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  55. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  56. ed18fdc * accessobject.c (ownercheck): allow a base class access to protected by Guido van Rossum · 31 years ago
  57. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  58. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  59. f2c8beb AOnly define NDEDBUG if DEBUG is not defined by Guido van Rossum · 32 years ago
  60. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  61. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  62. 7a6dfa7 Added shifting and masking ops to as_number struct by Guido van Rossum · 33 years ago
  63. d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
  64. cf7423a Added nonzero to number methods by Guido van Rossum · 33 years ago
  65. 97ad2d8 Added divmod and abs methods for numbers by Guido van Rossum · 33 years ago
  66. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  67. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  68. d5b70f5 Add UNREF macro if not tracing refs (see UNREF function in object.c). by Guido van Rossum · 34 years ago
  69. c8564cd Be more careful with negative reference counts. by Guido van Rossum · 34 years ago
  70. 85a5fbb Initial revision by Guido van Rossum · 34 years ago