1. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  2. 126b44c Fix a copy&paste typo. by Marc-André Lemburg · 20 years ago
  3. 1dffb12 .encode()/.decode() patch part 2. by Marc-André Lemburg · 20 years ago
  4. d2d4598 Allow string and unicode return types from .encode()/.decode() by Marc-André Lemburg · 20 years ago
  5. 739a8f8 Fix a couple of signed/unsigned comparison warnings by Neal Norwitz · 20 years ago
  6. 93468ea Remove unused macros in .c files by Neal Norwitz · 20 years ago
  7. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 20 years ago
  8. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  9. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  10. e7c0532 sizeof(char) is 1, by definition, so get rid of that expression in by Tim Peters · 20 years ago
  11. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  12. a006c37 SF bug #980419: int left-shift causes memory leak by Raymond Hettinger · 20 years ago
  13. 8d726ee Cosmetic spacing fix. by Raymond Hettinger · 20 years ago
  14. d56cbe5 Fix leak found by Eric Huss. by Raymond Hettinger · 20 years ago
  15. 9e1bfe7 Disabling end-of-loop code not reached warning on SunPro by Nicholas Bastin · 20 years ago
  16. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  17. 148a63f Remove a function no longer in use. by Raymond Hettinger · 20 years ago
  18. 47edb4b Remove unnecessary GC support. Sets cannot have cycles. by Raymond Hettinger · 20 years ago
  19. 6c7a00f * Factor out PyObject_SelfIter(). by Raymond Hettinger · 20 years ago
  20. 3ecdb25 Fix for bug #966623 - classes created with type() in an exec(, {}) don't by Anthony Baxter · 20 years ago
  21. 51ffac6 dump HAVE_FOPENRF stuff - obsolete by Skip Montanaro · 20 years ago
  22. c978633 Futher improvements to frozenset hashing (based on Yitz Gale's battery of by Raymond Hettinger · 20 years ago
  23. 27e403e Fixups to the hash function for frozensets. by Raymond Hettinger · 20 years ago
  24. 57c2d93 Add a final permutation step to the tuple hash function. by Raymond Hettinger · 20 years ago
  25. 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
  26. b5d7702 whoops, I wanted that commented out by default, will add doc to Misc by Neal Norwitz · 20 years ago
  27. 7eb3c91 SF bug 881641, make it easier to use valgrind by Neal Norwitz · 20 years ago
  28. 41627bf Reword message by Andrew M. Kuchling · 20 years ago
  29. 204d786 Fix exception wording by Andrew M. Kuchling · 20 years ago
  30. 4ec44e8 Replaced arbitrary addend in tuple_hash with one that is known to generate by Raymond Hettinger · 20 years ago
  31. 974ed7c - SF #962502: Add two more methods for unicode type; width() and by Hye-Shik Chang · 20 years ago
  32. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  33. 41bd022 SF bug #942952: Weakness in tuple hash by Raymond Hettinger · 20 years ago
  34. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  35. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  36. d70ad8a Update docstring for dict.update() to match the new realities. by Walter Dörwald · 20 years ago
  37. 08678a1 Remove float_compare as per by Michael W. Hudson · 20 years ago
  38. 10c6606 SF bug #952866: "can't multiply sequence *by* non-int" by Raymond Hettinger · 20 years ago
  39. fdfe618 Nits: by Raymond Hettinger · 20 years ago
  40. 0468e41 SF patch #947476: Apply freelist technique to lists by Raymond Hettinger · 20 years ago
  41. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  42. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  43. 45d0b5c Use Py_RETURN_NONE macro where applicable. by Raymond Hettinger · 20 years ago
  44. 501f02c Small refactoring saving one function() and eliminating some indirection. by Raymond Hettinger · 20 years ago
  45. 40a0382 * Specialize ins1() into app1() for appends. Saves several unnecessary by Raymond Hettinger · 20 years ago
  46. 4057483 SF Patch #926375: Remove a useless UTF-16 support code that is never by Hye-Shik Chang · 20 years ago
  47. ed9192e Improve previous checkin to use a slot check instead of equivalent by Raymond Hettinger · 20 years ago
  48. e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 20 years ago
  49. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  50. ff365c9 Get rid of gcc warning. by Hye-Shik Chang · 20 years ago
  51. 093c100 Correct code to advance ptr to be well-formed C. by Martin v. Löwis · 20 years ago
  52. 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 20 years ago
  53. 321c9ab Intern __name__. by Martin v. Löwis · 20 years ago
  54. 6fce78e Restored revision 2.87. by Armin Rigo · 20 years ago
  55. 1c3fd87 PyTuple_New(): vrbl i no longer referenced, so removed it (which kills by Tim Peters · 20 years ago
  56. 5671615 This is the fastest I could get on Intel GCC. I kept the memset() in to clear by Armin Rigo · 20 years ago
  57. abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 20 years ago
  58. 8183fa4 Fix typo in comment. by Raymond Hettinger · 20 years ago
  59. 93d4481 Add identity shortcut to PyObject_RichCompareBool. by Raymond Hettinger · 20 years ago
  60. 5f112eb recursive_isinstance(), recursive_issubclass(): New code here returned by Tim Peters · 20 years ago
  61. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  62. 70d172d Get rid of listextend_internal() and explain why the special case by Armin Rigo · 20 years ago
  63. 7cdf3e8 memset() hunt continuing. This is a net win. by Armin Rigo · 20 years ago
  64. 75be012 memset() with small memory sizes just kill us. by Armin Rigo · 20 years ago
  65. 09240f6 GCC was complaining that 'value' in dictiter_iternextvalue() wasn't by Guido van Rossum · 20 years ago
  66. 086a0f7 PyFile_WriteObject(): some of the local variables are only used when by Fred Drake · 20 years ago
  67. 0690512 Factor out a double lookup. by Raymond Hettinger · 20 years ago
  68. 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 20 years ago
  69. 0ce6dc8 Make the new dictionary iterators transparent with respect to length. by Raymond Hettinger · 20 years ago
  70. 019a148 Optimize dictionary iterators. by Raymond Hettinger · 20 years ago
  71. 4344278 Dictionary optimizations: by Raymond Hettinger · 20 years ago
  72. 969d8c0 Add missing decref by Raymond Hettinger · 20 years ago
  73. 9d5c443 Fix typos and add some elaborations by Raymond Hettinger · 20 years ago
  74. d4ff741 Revert last change. Found an application that was worse off with resize by Raymond Hettinger · 20 years ago
  75. 325d169 Eliminate an unnecessary test on a common code path. by Raymond Hettinger · 20 years ago
  76. 0e91643 list_resize() now has an "exact" option for bypassing the overallocation by Raymond Hettinger · 20 years ago
  77. 42bec93 Make PySequence_Fast_ITEMS public. (Thanks Skip.) by Raymond Hettinger · 20 years ago
  78. 6e058d7 * Eliminate duplicate call to PyObject_Size(). (Spotted by Michael Hudson.) by Raymond Hettinger · 20 years ago
  79. c1e4f9d Use a new macro, PySequence_Fast_ITEMS to factor out code common to by Raymond Hettinger · 20 years ago
  80. 57c4542 Now that list.extend() is at the root of many list operations, it becomes by Raymond Hettinger · 20 years ago
  81. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 20 years ago
  82. 97bc618 list_inplace_concat() is now expressed in terms of list_extend() which by Raymond Hettinger · 20 years ago
  83. 4252a7a Make buffer objects based on mutable objects (like array) safe. by Neil Schemenauer · 20 years ago
  84. 0eadcd9 Document one of the many problems with the buffer object. by Neil Schemenauer · 20 years ago
  85. 5e3a675 Rename static functions, they should not have the _Py prefix. by Neil Schemenauer · 20 years ago
  86. 66d31f8 Use memcpy() instead of memmove() when the buffers are known to be distinct. by Raymond Hettinger · 20 years ago
  87. ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 20 years ago
  88. d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 20 years ago
  89. a6366fe Optimize inner loops for subscript, repeat, and concat. by Raymond Hettinger · 20 years ago
  90. f889e10 Optimize slice assignments. by Raymond Hettinger · 20 years ago
  91. 3fd500b The copy module now handles sets directly. The __copy__ methods are no by Raymond Hettinger · 20 years ago
  92. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 20 years ago
  93. 99842b6 Small optimizations for list_slice() and list_extend_internal(). by Raymond Hettinger · 20 years ago
  94. ebedb2f Factor out code common to PyDict_Copy() and PyDict_Merge(). by Raymond Hettinger · 20 years ago
  95. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  96. 6bee23c Oops, didn't mean to commit the removal of float_compare! by Michael W. Hudson · 20 years ago
  97. 957f977 Pass a variable that actually exists to PyFPE_END_PROTECT in by Michael W. Hudson · 20 years ago
  98. d3b33b5 "Fix" (for certain configurations of the planets, including by Michael W. Hudson · 20 years ago
  99. fa6c6f8 Keep the list.pop() optimization while restoring the many possibility by Raymond Hettinger · 20 years ago
  100. 7083bb7 Oops. Return -1 to distinguish error from empty dict. by Jeremy Hylton · 20 years ago