1. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  2. 336c699 Fix subtle bug detected by Jim F. by Guido van Rossum · 28 years ago
  3. 2404858 Oops... Need to clear c_error before calling c_quot(). by Guido van Rossum · 28 years ago
  4. 3be12e9 Properly(?) implemented remainder and divmod (Tim Hochberg) by Guido van Rossum · 28 years ago
  5. d4ab3cd Raise exception instead of dropping imag part for conversion to int, by Guido van Rossum · 28 years ago
  6. 22a85e5 More detailed error message about exception in __del__ by Guido van Rossum · 28 years ago
  7. b7fc304 Correct typo in setattr: return -1 for error, not NULL by Guido van Rossum · 28 years ago
  8. eddcb3b Multiply by 1000003 instead of 3 in string hach by Guido van Rossum · 28 years ago
  9. b23a60f Get rid of bogus MSC_VER undef of CHECK() by Guido van Rossum · 28 years ago
  10. ee09fc1 Don't dump core on complex % or divmod -- raise a TypeError exception. by Guido van Rossum · 28 years ago
  11. e5920bc Use getstringsize where available instead of strlen. by Guido van Rossum · 28 years ago
  12. ad89978 Be a bit more careful with printing a warning for a failed __del__. by Guido van Rossum · 28 years ago
  13. 6cdc6f4 Added PyObject_DelItem and PySequence_Del{Item,Slice}. by Guido van Rossum · 28 years ago
  14. 019f424 More efficient handling of "__doc__" lookup. by Guido van Rossum · 28 years ago
  15. 89227eb Write warning about exception in __del__ to stderr, not stdout. by Guido van Rossum · 28 years ago
  16. 926518b Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). by Guido van Rossum · 28 years ago
  17. c13bcca Test for negative # to the nonintegral float power here. by Guido van Rossum · 28 years ago
  18. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  19. aacdc9d Define reference count admin debug functions to return void. by Guido van Rossum · 28 years ago
  20. 2878a69 Optimizations by Sjoerd: by Guido van Rossum · 28 years ago
  21. d8eb1b3 Support for tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
  22. 929f1b8 Use pre-created string objects for most common exceptions by Guido van Rossum · 28 years ago
  23. 86c04c2 Correct wrong calculation of pow(0.0, 0.0, negative_number) by Guido van Rossum · 28 years ago
  24. cee555b Allow compilation by K&R C compiler. by Guido van Rossum · 28 years ago
  25. fd4904c repr("...") -> "Ellipses" by Guido van Rossum · 28 years ago
  26. f2d125b Added sliceobject.c by Guido van Rossum · 28 years ago
  27. 310968d Speedup suggested by Sjoerd by Guido van Rossum · 28 years ago
  28. 6c02a2f Use NEWOBJ() macro instead of calling newobject() directly. by Guido van Rossum · 28 years ago
  29. 9e720e3 complex -> Py_complex by Guido van Rossum · 28 years ago
  30. f5030ab Hacks for MS_COREDLL by Guido van Rossum · 28 years ago
  31. 3cb4868 Only __dict__ and __class__ are read-only instance attributes by Guido van Rossum · 28 years ago
  32. 9d81b55 Different logic for defining CHECK(); 16-bit MSC specific define. by Guido van Rossum · 28 years ago
  33. ded690f rename printrefs, getobjects to _Py_ prefix by Guido van Rossum · 28 years ago
  34. 363078a make some things static by Guido van Rossum · 28 years ago
  35. 441e4ab new debugger symbol names by Guido van Rossum · 28 years ago
  36. 84a9032 TRACE_REFS -> Py_TRACE_REFS. by Guido van Rossum · 28 years ago
  37. f976326 Plug memory leak in the previous fix :-( by Guido van Rossum · 28 years ago
  38. 993952b Fix obscure bug in string%mapping where the mapping creates its items by Guido van Rossum · 28 years ago
  39. 6dabc98 Added __name__ attribute to class instance method objects. by Guido van Rossum · 28 years ago
  40. 7241879 use 'j' instead of 'i' for imaginary constants by Guido van Rossum · 29 years ago
  41. 1e7b2aa Removed unused var by Jack Jansen · 29 years ago
  42. d8b4925 added complex and c objects by Guido van Rossum · 29 years ago
  43. 97ead3f Hack to force loading of cobject.o by Guido van Rossum · 29 years ago
  44. 39739ea better power implementation by Guido van Rossum · 29 years ago
  45. cf3d108 Added PyComplex_AsCComplex by Guido van Rossum · 29 years ago
  46. f9fca92 complex numbers a la Konrad Hinsen by Guido van Rossum · 29 years ago
  47. 77654a7 opaque C object a la Jim Fulton by Guido van Rossum · 29 years ago
  48. 992ded8 fix free memory reads in dictlookup et al by Guido van Rossum · 29 years ago
  49. 8ba873b adapted to K&R C by Guido van Rossum · 29 years ago
  50. 6f011d7 Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise by Sjoerd Mullender · 29 years ago
  51. 6ec3c65 Implemented two new functions in sys: by Sjoerd Mullender · 29 years ago
  52. 740f357 Fixed calling of __del__ method with TRACE_REFS defined. by Sjoerd Mullender · 29 years ago
  53. ac21f6a class objects are read-only in restricted mode by Guido van Rossum · 29 years ago
  54. 055968c better err checks in resizetuple by Guido van Rossum · 29 years ago
  55. a83f270 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  56. bdd207a better policy regarding NULL locals by Guido van Rossum · 29 years ago
  57. 2271bf7 changes for keyword arguments and fast function call; added abstract.c by Guido van Rossum · 29 years ago
  58. e15dee5 Generic Abstract Object Interface by Guido van Rossum · 29 years ago
  59. 1311e3c args to call_object must be tuple or NULL by Guido van Rossum · 29 years ago
  60. d3f9a1a fix read(0), readline(0); make tuple for call_object args by Guido van Rossum · 29 years ago
  61. e08dea19 MW does not always set errno on failing fopen() by Jack Jansen · 29 years ago
  62. e9df727 change comparing instance methods by Guido van Rossum · 29 years ago
  63. d8953cb change in counting freed objects by Guido van Rossum · 29 years ago
  64. 5b7f3cd Use mappinglookup instead of dictlookup for looking up __builtin__. by Sjoerd Mullender · 29 years ago
  65. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  66. 5fe6058 a few peephole optimizations by Guido van Rossum · 29 years ago
  67. 687ec18 changes for MPW by Guido van Rossum · 29 years ago
  68. 07e3a7e for MPW __SC__ compiler by Guido van Rossum · 29 years ago
  69. caeaafc don't complain about too many args if arg is a dict by Guido van Rossum · 29 years ago
  70. 295d171 explicitly init flags in methodlists by Guido van Rossum · 29 years ago
  71. 67ca701 NeXT/Sparc 3.3 fix by Guido van Rossum · 29 years ago
  72. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  73. 2497ead make size arg signed by Guido van Rossum · 29 years ago
  74. a46d51d round up list item counts to improve realloc performance by Guido van Rossum · 30 years ago
  75. 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 30 years ago
  76. e95d92b removed unused vars by Guido van Rossum · 30 years ago
  77. 27e916f apply dictclear to dict of deleted modules by Guido van Rossum · 30 years ago
  78. 49b11fe move callable() here by Guido van Rossum · 30 years ago
  79. e9c6bcd fix leak in func_dealloc (forgot to decref name) by Guido van Rossum · 30 years ago
  80. 7874d1f Fix NULL dereference in case of out-of-memory condition by Jack Jansen · 30 years ago
  81. 32b582b fix strobject() behavior by Guido van Rossum · 30 years ago
  82. b0fe3a9 added reverselist; free recycling bin on error exit by Guido van Rossum · 30 years ago
  83. 3535f6e long_scan is no longer used by Guido van Rossum · 30 years ago
  84. ce00509 make a few things static by Guido van Rossum · 30 years ago
  85. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 30 years ago
  86. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  87. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 30 years ago
  88. ae7bf1a fix reentrancy bug in slice assignment by Guido van Rossum · 30 years ago
  89. 2056684 properly implement cmp() for class instances by Guido van Rossum · 30 years ago
  90. 5524a59 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently by Guido van Rossum · 30 years ago
  91. 879c581 implement coercions involving instances properly by Guido van Rossum · 30 years ago
  92. c206c76 fix memory leak and null pointer dereference by Guido van Rossum · 30 years ago
  93. 10393b1 add restrictions in restricted mode by Guido van Rossum · 30 years ago
  94. c113482 add builtins handling and restricted flag by Guido van Rossum · 30 years ago
  95. e7d444f * Objects/classobject.c: added 5th (function) parameter to by Guido van Rossum · 30 years ago
  96. cab650d * Objects/methodobject.c: changed drastically, the object now by Guido van Rossum · 30 years ago
  97. 5bd3805 Added __doc__ attribute (alias func_doc), initialized from first by Guido van Rossum · 30 years ago
  98. 8b14b4c initialize __doc__ to None by Guido van Rossum · 30 years ago
  99. 29ca26e added getattr(), supporting __doc__ and _name__ by Guido van Rossum · 30 years ago
  100. 016564a attribute-less object is AttributeError, not TypeError by Guido van Rossum · 30 years ago