1. db93516 Instead of "attribute-less object", issue an error message that by Guido van Rossum · 27 years ago
  2. 24e62e2 Modified quicksort by Raymund Galvin, after studying the GNU libg++ by Guido van Rossum · 27 years ago
  3. b7f1afe Change the default repr() and str() of class instance objects to look by Guido van Rossum · 27 years ago
  4. 242c642 Add a new function PyNumber_CoerceEx() which works just like by Guido van Rossum · 27 years ago
  5. 3931df9 Undo another glitch of the automatic not-so-Grand Renaming; some local by Guido van Rossum · 27 years ago
  6. f518154 Fix problem discovered by Barry: if you hit ^C to by Guido van Rossum · 27 years ago
  7. 6345ac6 Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) by Guido van Rossum · 27 years ago
  8. 3c03fa8 Hack suggested by Matthias Klose to pull in all relevant entry points by Guido van Rossum · 27 years ago
  9. 1f84449 New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and by Guido van Rossum · 27 years ago
  10. 4a2a621 Write a str() function for class objects that returns by Guido van Rossum · 27 years ago
  11. 6fcfa72 Correct Barry's fix -- take care of {}.get(0). by Guido van Rossum · 27 years ago
  12. 320ac33 dict_get(): Fixed a couple of stupid mistakes which caused crashes. by Barry Warsaw · 27 years ago
  13. 04d73c4 Check that all base classes are indeed class objects, rather than by Guido van Rossum · 27 years ago
  14. c38c5da dict_get(): New method for item access with different semantics than by Barry Warsaw · 27 years ago
  15. 4f3bf1e Don't intern the key string for getitem and delitem. by Guido van Rossum · 27 years ago
  16. 7cc56eb When creating a class, set its __module__ attribute to the module by Guido van Rossum · 27 years ago
  17. 045e688 Patch submitted by Brad Howes (with one bug fixed by me): allow by Guido van Rossum · 27 years ago
  18. b2173c3 Allow assignments to instance.__dict__ and instance.__class__. The by Guido van Rossum · 27 years ago
  19. a27d112 Rename roundup() to roundupsize(), as there's a macro roundup() in the by Guido van Rossum · 27 years ago
  20. 36f8e2d Use lseek instead of ftell; compensate by adding BUFSIZE by Guido van Rossum · 27 years ago
  21. fd7a0b8 Made lookdict nearly twice as fast, resulting in a 5% overall by Guido van Rossum · 27 years ago
  22. 787bdd3 PyTuple_SetItem should require that the tuple's refcnt is one! by Guido van Rossum · 27 years ago
  23. ea46e4d Fix mixup about PyErr_NoMemory() prototype. by Guido van Rossum · 27 years ago
  24. 83f9ad8 Fix bug in comparing function objects detected by Sjoerd: by Guido van Rossum · 27 years ago
  25. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  26. 971a7aa Change the Fini function to only remove otherwise unreferenced strings by Guido van Rossum · 27 years ago
  27. 1f39c5c Added separate free list for cfunction (builtin method) objects, for a by Guido van Rossum · 27 years ago
  28. 404b95d Provide a dummy empty directory as f_builtins instead of failing, when by Guido van Rossum · 27 years ago
  29. a0d349f Added separate free list for instance method objects, for a few by Guido van Rossum · 27 years ago
  30. e09fb55 Added _Py_ResetReferences(), if tracing references. by Guido van Rossum · 27 years ago
  31. eb46d67 Avoid function calls to access the current thread state and builtins by Guido van Rossum · 27 years ago
  32. 8cf0476 Added internal routine PyString_Fini() which deletes all interned by Guido van Rossum · 27 years ago
  33. f6ca6aa New build procedure. by Guido van Rossum · 27 years ago
  34. 5d8123f Reordered list of methods to hopefully put the most frequently used by Guido van Rossum · 27 years ago
  35. 74ba247 Reordered list of methods to hopefully put the most frequently used by Guido van Rossum · 27 years ago
  36. 71160aa Use #include "mymath.h" instead of declaring fabs() explicitly. by Guido van Rossum · 27 years ago
  37. a8d5131 Renamed dict.absorb() (too spungy) to dict.update(). by Guido van Rossum · 27 years ago
  38. 80c2a16 American spelling in doc string. by Guido van Rossum · 27 years ago
  39. e3f5b9c Added dict.absorb() and dict.copy(). by Guido van Rossum · 27 years ago
  40. c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 27 years ago
  41. 5b2121b PyObject_Compare can now return an error. Unfortunately, there are a by Guido van Rossum · 27 years ago
  42. 27a60b1 PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  43. e9eec54 Fix typo in error checking spotted by Just... by Guido van Rossum · 27 years ago
  44. a9040ec Renamed a local variable from 'PyCFunction' (which is also a typedef by Guido van Rossum · 27 years ago
  45. 037b220 Moved PyObject_{Get,Set}Attr to object.c. by Guido van Rossum · 27 years ago
  46. 98ff96a Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. by Guido van Rossum · 27 years ago
  47. 9678394 Got rid of c_error in favor of errno (and EDOM/ERANGE). by Guido van Rossum · 27 years ago
  48. 3cca245 Got rid of all the last_name_* bogosities. I don't think the by Guido van Rossum · 27 years ago
  49. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  50. e61093c Fix reversed test for failure in PySequence_List() and PySequence_Tuple(). by Guido van Rossum · 27 years ago
  51. 9637432 Renamed mappingobject.c to dictobject.c. by Guido van Rossum · 27 years ago
  52. a9e7a81 Renamed from mappingobject.c to dictobject.c. by Guido van Rossum · 27 years ago
  53. 93ad0df Faster floating point allocator, same idea as the int allocator. by Guido van Rossum · 27 years ago
  54. 789a161 Add optional 'sizehint' argument to readlines(). After approximately by Guido van Rossum · 27 years ago
  55. 6263d54 Rewrite readlines() to speed it up -- about a factor of 2 on my by Guido van Rossum · 27 years ago
  56. 5449b6e Speed up read() (i.e. read till EOF) considerably by doing a stat() to by Guido van Rossum · 27 years ago
  57. 0add15f removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. by Guido van Rossum · 27 years ago
  58. b819914 Fix by Mark Hammond to enable truncate() on Windows. by Guido van Rossum · 27 years ago
  59. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  60. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  61. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  62. 1875247 Quickly renamed. by Guido van Rossum · 27 years ago
  63. 3648884 (Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined. by Guido van Rossum · 27 years ago
  64. 2095d24 Tweaks to keep the Microsoft compiler quiet. by Guido van Rossum · 27 years ago
  65. 8017767 Remove unused variable. by Guido van Rossum · 27 years ago
  66. 6191551 Remove a redundant XINCREF(value). This caused the reference count of by Guido van Rossum · 27 years ago
  67. 4669fb4 Several fixes reported by jim F. by Guido van Rossum · 27 years ago
  68. c054d70 Get rid of .conj pseudo data attribute for complex numbers. by Guido van Rossum · 27 years ago
  69. fb8f1ca Add clear() method to dictionary objects. by Guido van Rossum · 27 years ago
  70. f2e499b New long_lshift, without restriction on size of shift count, by Tim Peters. by Guido van Rossum · 27 years ago
  71. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  72. 19700b6 Add casts to CMPERROR macro to silence SunPro compiler warnings about by Guido van Rossum · 27 years ago
  73. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  74. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  75. 36b9f79 Slight tweak: in string_hash(), if the hash hasn't been computed yet, by Guido van Rossum · 27 years ago
  76. 7582bfb Kill all local variables when the frame is deallocated (moved here by Guido van Rossum · 27 years ago
  77. efb4609 Small lookmapping nits: by Guido van Rossum · 27 years ago
  78. 4acdc23 Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding by Guido van Rossum · 27 years ago
  79. 9e5656c Final three poly table entries corrected by Tim Peters. by Guido van Rossum · 27 years ago
  80. 16e93a8 Changed the lookup algorithm again, based on Reimer Behrends's post. by Guido van Rossum · 27 years ago
  81. 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 27 years ago
  82. ca756f2 Forget keeping track of whether a dictionary contains all interned by Guido van Rossum · 27 years ago
  83. e0e6962 Added PyCObject_Import. by Guido van Rossum · 27 years ago
  84. a04d47b Don't use static buffers internally for formatstring(). by Guido van Rossum · 28 years ago
  85. 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 28 years ago
  86. f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 28 years ago
  87. a412d24 Intern the various string objects created to speed up lookups. by Guido van Rossum · 28 years ago
  88. b56933e Intern the strings "__builtins__". by Guido van Rossum · 28 years ago
  89. c6d0670 Intern the strings created in getattr() and setattr(). by Guido van Rossum · 28 years ago
  90. 2a61e74 String interning. by Guido van Rossum · 28 years ago
  91. 792fd43 Comment out extend_stack() -- it is no longer needed. by Guido van Rossum · 28 years ago
  92. 7d18159 Rewrote lookmapping() according to suggestions by Jyrki Alakuijala. by Guido van Rossum · 28 years ago
  93. 6f72f97 Increased buffer sizes used by hex() and oct() -- on 64-bit or 128-bit by Guido van Rossum · 28 years ago
  94. ebee025 Changed hex() and oct() again, to never emit a '-' sign. by Guido van Rossum · 28 years ago
  95. 919cf1a New, better hash for floating point and complex by Guido van Rossum · 28 years ago
  96. 80dd9b6 Subtle change to hex/oct formatting so the largest negative number by Guido van Rossum · 28 years ago
  97. 541cdd8 Fix overflow test for multiply to catch some cases it missed. by Guido van Rossum · 28 years ago
  98. 53756b1 Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). by Guido van Rossum · 28 years ago
  99. babab68 Removed all traces of accessobject.c. by Guido van Rossum · 28 years ago
  100. f90edde PySequence_Index(): set exception when object is not found in by Barry Warsaw · 28 years ago