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