1. c1c7b1a Slight rearrangement of code in lookdict() by Vladimir Marangozov, to by Guido van Rossum · 26 years ago
  2. 9d904b9 Believe it or not, Solaris 2.6 strtod() can move the end pointer by Guido van Rossum · 26 years ago
  3. 07d7800 Typo reported by Greg Stein: "modifiable" is the correct spelling. by Guido van Rossum · 26 years ago
  4. 67906af In PyFrame_New(), don't set extras to something derived from code by Guido van Rossum · 26 years ago
  5. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  6. 065ce5a Undo victim of careless global substitute ("long long_hash" was by Guido van Rossum · 26 years ago
  7. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  8. 2130824 Better error messages when a sequence is indexed with a non-integer. by Guido van Rossum · 26 years ago
  9. bd3a527 Two patches by Jason Harper: by Guido van Rossum · 26 years ago
  10. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  11. ac6a37a Fix a potential problem in PyLong_FromString(): could fall through the by Guido van Rossum · 26 years ago
  12. df3d875 Better error messages when raising ValueError for int and long by Guido van Rossum · 26 years ago
  13. 152d817 Fix a memory leak -- the cached values of __getattr__ etc. were never freed. by Guido van Rossum · 26 years ago
  14. 52ddc0e PyFile_FromString(): If an exception occurs, pass in the filename that by Barry Warsaw · 26 years ago
  15. b4db194 When comparing objects, always check that tp_compare is not NULL by Guido van Rossum · 26 years ago
  16. 0fd0033 Avoid using calloc(). This triggered an obscure bug on multiprocessor by Guido van Rossum · 26 years ago
  17. 5dba9e8 Add special case to PySequence_List() so that list() of a list is by Guido van Rossum · 26 years ago
  18. bfc725b Changed PySequence_List() and PySequence_Tuple() to support by Guido van Rossum · 26 years ago
  19. d4ba73c Move the definition of PyMethodObject to classobject.h, so it can define by Guido van Rossum · 26 years ago
  20. 9223351 Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject by Guido van Rossum · 26 years ago
  21. 7859f87 Marc-Andre Lemburg's patch to support instance methods with other by Guido van Rossum · 26 years ago
  22. 7ba3043 Recompute the special getattr/setattr/delattr cache slots after by Guido van Rossum · 26 years ago
  23. 3dd7f3f Added doc strings for methods and a new pop() method. by Guido van Rossum · 26 years ago
  24. 8a92c62 New feature: if the object's type has a non-NULL tp_doc field, that by Guido van Rossum · 26 years ago
  25. 1bb2687 Slight rearrangement of some code to make it faster, by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  26. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  27. 3b2b347 Fix the tests for various anomalies in the string-to-numbers by Guido van Rossum · 26 years ago
  28. 4281258 Minor cleanup by Tim after my changes: by Guido van Rossum · 26 years ago
  29. 4c4e7df Tim's latest, with some of my changes (also a TP suggestion) added: by Guido van Rossum · 26 years ago
  30. e0fdf6f Keep Microsoft's compiler happy. by Guido van Rossum · 26 years ago
  31. cd5a5f6 When comparing objects of different types (which is done by comparing by Guido van Rossum · 26 years ago
  32. 4a0144c Should check that PyObject_Str() really returned a string! by Guido van Rossum · 26 years ago
  33. a63eff6 Allow assignments to special class attributes -- with typechecks, and by Guido van Rossum · 26 years ago
  34. a119c0d Tim's revision of the previous patch. He also added some sparts to by Guido van Rossum · 26 years ago
  35. ed6219b Fix a whole bunch of error return NULL that should be return -1. by Guido van Rossum · 26 years ago
  36. ae621ff Guard against changes in the list size during a compare or sort. by Guido van Rossum · 26 years ago
  37. 617c1b0 Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). by Guido van Rossum · 26 years ago
  38. 08570de Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). by Guido van Rossum · 26 years ago
  39. 9be6283 Tim's quicksort on May 25. by Guido van Rossum · 26 years ago
  40. f753181 Subject: Buglet in PyLong_AsLong by Guido van Rossum · 26 years ago
  41. fa0b6ab Address some gcc -Wall warnings (e.g. include <ctype.h>). by Guido van Rossum · 26 years ago
  42. 0dabace Make function objects somewhat mutable -- the members func_code, by Guido van Rossum · 26 years ago
  43. 1c4f458 In PyObject_IsTrue(), don't call function pointers that are NULL by Guido van Rossum · 26 years ago
  44. cea1c8c Completely reformatted, standardizing indentation as well as programming style. by Guido van Rossum · 26 years ago
  45. e23eb57 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
  46. 474b19e Make sure that PyDict_GetItem[String]() *never* raises an exception. by Guido van Rossum · 26 years ago
  47. 4180cf1 Remove a redundant statement from halfbinop(). by Guido van Rossum · 26 years ago
  48. ed7adcf Tim's quicksort on May 13. by Guido van Rossum · 26 years ago
  49. b705764 Tim's quicksort on May 10. by Guido van Rossum · 26 years ago
  50. 8530ef6 Add check to conjugate() that there are no excess arguments. by Guido van Rossum · 26 years ago
  51. 91aaa92 Ugly band-aid to work around a bug in Linux ftell(). by Guido van Rossum · 26 years ago
  52. e32907d Get rid of the unused ifdefed-out old sort code. by Guido van Rossum · 26 years ago
  53. 9b00dfa If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str by Guido van Rossum · 26 years ago
  54. f2044e1 Enable ftruncate() on the Mac. (Jack) by Guido van Rossum · 26 years ago
  55. 82e6a8f Quicksort retuned by Tim Peters. by Guido van Rossum · 26 years ago
  56. d30dc0a Clear the error condition set by ftell(). by Guido van Rossum · 26 years ago
  57. 565798d Be less naive about null characters in an object's repr(). by Guido van Rossum · 27 years ago
  58. eb90946 Some robustness checks in Py_ReprLeave() in the unlikely event someone by Guido van Rossum · 27 years ago
  59. fb376de Use Py_Repr{Enter,Leave} to display recursive lists in finite space. by Guido van Rossum · 27 years ago
  60. 255443b Use Py_Repr{Enter,Leave} to display recursive dictionaries in finite space. by Guido van Rossum · 27 years ago
  61. 8661036 Add implementations of Py_Repr{Enter,Leave}. by Guido van Rossum · 27 years ago
  62. 1109fbc Make new gcc -Wall happy by Guido van Rossum · 27 years ago
  63. c3d3f96 Add PyObject_Not(). by Guido van Rossum · 27 years ago
  64. f7d590c This was the reason a numeric array to a real power was not working. by Guido van Rossum · 27 years ago
  65. 240c35a Subtle fix in the read() code which could cause a read broken up in by Guido van Rossum · 27 years ago
  66. f8b4de0 When we have no setvbuf(), make the file totally unbuffered using by Guido van Rossum · 27 years ago
  67. dcb5e7f Of course, I shouldn't have used lseek() to find out the file's by Guido van Rossum · 27 years ago
  68. 044b9dc Add back some safeguards on the index elements that were lost in the by Guido van Rossum · 27 years ago
  69. f1dc061 Add internal routine _PyModule_Clear(), which does approximately what by Guido van Rossum · 27 years ago
  70. bde6ff7 Vladimir Marangozov' performance hack: copy f_builtins from ancestor by Guido van Rossum · 27 years ago
  71. 3da3fce Check ferror(), not errno, for fread() error. by Guido van Rossum · 27 years ago
  72. db93516 Instead of "attribute-less object", issue an error message that by Guido van Rossum · 27 years ago
  73. 24e62e2 Modified quicksort by Raymund Galvin, after studying the GNU libg++ by Guido van Rossum · 27 years ago
  74. b7f1afe Change the default repr() and str() of class instance objects to look by Guido van Rossum · 27 years ago
  75. 242c642 Add a new function PyNumber_CoerceEx() which works just like by Guido van Rossum · 27 years ago
  76. 3931df9 Undo another glitch of the automatic not-so-Grand Renaming; some local by Guido van Rossum · 27 years ago
  77. f518154 Fix problem discovered by Barry: if you hit ^C to by Guido van Rossum · 27 years ago
  78. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  79. 3c03fa8 Hack suggested by Matthias Klose to pull in all relevant entry points by Guido van Rossum · 27 years ago
  80. 1f84449 New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and by Guido van Rossum · 27 years ago
  81. 4a2a621 Write a str() function for class objects that returns by Guido van Rossum · 27 years ago
  82. 6fcfa72 Correct Barry's fix -- take care of {}.get(0). by Guido van Rossum · 27 years ago
  83. 320ac33 dict_get(): Fixed a couple of stupid mistakes which caused crashes. by Barry Warsaw · 27 years ago
  84. 04d73c4 Check that all base classes are indeed class objects, rather than by Guido van Rossum · 27 years ago
  85. c38c5da dict_get(): New method for item access with different semantics than by Barry Warsaw · 27 years ago
  86. 4f3bf1e Don't intern the key string for getitem and delitem. by Guido van Rossum · 27 years ago
  87. 7cc56eb When creating a class, set its __module__ attribute to the module by Guido van Rossum · 27 years ago
  88. 045e688 Patch submitted by Brad Howes (with one bug fixed by me): allow by Guido van Rossum · 27 years ago
  89. b2173c3 Allow assignments to instance.__dict__ and instance.__class__. The by Guido van Rossum · 27 years ago
  90. a27d112 Rename roundup() to roundupsize(), as there's a macro roundup() in the by Guido van Rossum · 27 years ago
  91. 36f8e2d Use lseek instead of ftell; compensate by adding BUFSIZE by Guido van Rossum · 27 years ago
  92. fd7a0b8 Made lookdict nearly twice as fast, resulting in a 5% overall by Guido van Rossum · 27 years ago
  93. 787bdd3 PyTuple_SetItem should require that the tuple's refcnt is one! by Guido van Rossum · 27 years ago
  94. ea46e4d Fix mixup about PyErr_NoMemory() prototype. by Guido van Rossum · 27 years ago
  95. 83f9ad8 Fix bug in comparing function objects detected by Sjoerd: by Guido van Rossum · 27 years ago
  96. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  97. 971a7aa Change the Fini function to only remove otherwise unreferenced strings by Guido van Rossum · 27 years ago
  98. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  99. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  100. a0d349f Added separate free list for instance method objects, for a few by Guido van Rossum · 27 years ago