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