1. c261e48 Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7(). by Guido van Rossum · 16 years ago
  2. 3c08e45 Revert patch for #1706039, as it can crash the interpreter. by Martin v. Löwis · 16 years ago
  3. 084486b Issue #1706039: Support continued reading from a file even after EOF was hit. by Martin v. Löwis · 16 years ago
  4. 42fe1a2 backport r67246 from the trunk by Benjamin Peterson · 16 years ago
  5. b50f992 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 16 years ago
  6. afa0d58 Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 16 years ago
  7. 45c33ce - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 16 years ago
  8. 4f3be8a Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 16 years ago
  9. 83ac014 Backport code from r65182: by Neal Norwitz · 16 years ago
  10. c8e4bed #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 16 years ago
  11. 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 16 years ago
  12. 9e6649f Backport r61468 from trunk: Improves the text of the IOError raised by Gregory P. Smith · 16 years ago
  13. 0f1653e Correct previous checkin, probably a svn merge issue. by Amaury Forgeot d'Arc · 16 years ago
  14. aa97543 - Issue #1686386: Tuple's tp_repr did not take into account the possibility of by Guido van Rossum · 16 years ago
  15. a6add69 backport r62271 from trunk. remove the now obsoleted assertion. by Gregory P. Smith · 16 years ago
  16. 14acde3 Backport r62261 from trunk: by Gregory P. Smith · 16 years ago
  17. a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 16 years ago
  18. b3635f9 Backport r61458: by Neal Norwitz · 17 years ago
  19. 44a93e5 Fix the overflows in expandtabs(). "This time for sure!" (Exploit at request.) by Guido van Rossum · 17 years ago
  20. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 17 years ago
  21. 6bf585e Fix typo in constant name. by Thomas Wouters · 17 years ago
  22. d92272e Use the right (portable) definition of the max of a Py_ssize_t. by Thomas Wouters · 17 years ago
  23. ee6bab0 Rewrite the list_inline_repeat overflow check slightly differently. by Guido van Rossum · 17 years ago
  24. 1859f5b Backport r60246. Fix issue #1303614, test67.py. by Guido van Rossum · 17 years ago
  25. 03706d2 Backport r55080: by Guido van Rossum · 17 years ago
  26. d187381 Fix an edge case whereby the __del__() method of a classic class could by Guido van Rossum · 17 years ago
  27. 03acd85 merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError by Christian Heimes · 17 years ago
  28. a5463ab Spaces vs. Tabs. (backport from rev. 59224) by Georg Brandl · 17 years ago
  29. dbe97b3 Fix bug #1517, a possible segfault in lookup(). by Guido van Rossum · 17 years ago
  30. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  31. 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 17 years ago
  32. e6a6f39 Backport r58892. Add missing "return NULL" in overflow check in PyString_Repr(). by Guido van Rossum · 17 years ago
  33. 1dcb9c9 Backport r58709 from trunk: by Georg Brandl · 17 years ago
  34. 13bfa3a Cause passing a string to generator.throw() to raise a deprecation warning. by Brett Cannon · 17 years ago
  35. b4d100c Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  36. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  37. 8355dd5 Backport 55874: by Neal Norwitz · 17 years ago
  38. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  39. 897704d Bug #1733488: Fix compilation of bufferobject.c on AIX. by Martin v. Löwis · 17 years ago
  40. 5ece2fb Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC() by Neal Norwitz · 17 years ago
  41. a1392d5 Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed. by Kristján Valur Jónsson · 17 years ago
  42. dffe9a2 the nb_long slot on classobject instances now defaults to call the nb_int slot member if there is no __long__ attribute found. This is in accordance with a suggestion from Armin Rigo, and allows the test_getargs2.py test in the testsuite for x64 by Kristján Valur Jónsson · 17 years ago
  43. f4601d8 Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator. by Kristján Valur Jónsson · 17 years ago
  44. 1dfa8ac Backport r54757 - missing NULL checks. by Georg Brandl · 17 years ago
  45. 87b5d91 Revert 53667 by Raymond Hettinger · 17 years ago
  46. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 17 years ago
  47. 03c566a Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 17 years ago
  48. 9d9fbb4 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 17 years ago
  49. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  50. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  51. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  52. 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  53. ad3d2c2 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
  54. e788155 Fix SF #1676971, Complex OverflowError has a typo by Neal Norwitz · 18 years ago
  55. ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  56. 5f79586 Backport from Py3k branch: fix refleak in PyString_Format. by Georg Brandl · 18 years ago
  57. d621a6e Fixup set/dict interoperability. by Raymond Hettinger · 18 years ago
  58. 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  59. b4af42a Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 18 years ago
  60. fdf7bf8 Bypass set specific optimizations for set and frozenset subclasses. by Raymond Hettinger · 18 years ago
  61. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
  62. bbe9288 Silence compiler warning by Raymond Hettinger · 18 years ago
  63. 127ef44 Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict. by Raymond Hettinger · 18 years ago
  64. 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 18 years ago
  65. 21191f4 Bug #1648179: set.update() not recognizing __iter__ overrides in dict subclasses. by Raymond Hettinger · 18 years ago
  66. 75ba075 If you created a weakref in an object's __del__ method to itself it would by Brett Cannon · 18 years ago
  67. e471317 Backport trunk revision 53527: by Thomas Wouters · 18 years ago
  68. 535989e SF #1486663 -- Allow keyword args in subclasses of set() and frozenset(). by Raymond Hettinger · 18 years ago
  69. 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 18 years ago
  70. 775ebe2 Backport fixes to set objects: by Raymond Hettinger · 18 years ago
  71. a1e3422 Correctly forward exception in instance_contains(). by Martin v. Löwis · 18 years ago
  72. ae6b841 Fix refleak by Neal Norwitz · 18 years ago
  73. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
  74. ca63121 Backport 52506: Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. by Neal Norwitz · 18 years ago
  75. e0cf624 Backport 52505: Prevent crash if alloc of garbage fails. Found by Typo.pl. by Neal Norwitz · 18 years ago
  76. 7e3ec04 Backport 52502: by Neal Norwitz · 18 years ago
  77. a0a50fe WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
  78. dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
  79. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  80. 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  81. 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  82. af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  83. c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 18 years ago
  84. 19d76c5 Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. by Brett Cannon · 18 years ago
  85. 8de403a Backport rev. 51798 from trunk: fix setobject.c refcounts and error checks. by Georg Brandl · 18 years ago
  86. ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  87. fe50f8e Backport 51669: Make sure memory is properly cleaned up in file_init (even though this should not be able to happen since we already parsed the args) by Neal Norwitz · 18 years ago
  88. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  89. d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 18 years ago
  90. cbdd350 i_divmod(): As discussed on Python-Dev, changed the overflow by Tim Peters · 18 years ago
  91. 19c35bb - Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  92. 47f0ffa Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 18 years ago
  93. 3ba2478 Move initialization of interned strings to before allocating the by Neal Norwitz · 18 years ago
  94. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 18 years ago
  95. 26a07b5 Fix refleak introduced in rev. 51248. by Georg Brandl · 18 years ago
  96. 3a45779 Correct an accidentally removed previous patch. by Marc-André Lemburg · 18 years ago
  97. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  98. af33f2d Can't return NULL from a void function. If there is a memory error, by Neal Norwitz · 18 years ago
  99. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 18 years ago
  100. b09f4f5 Handle a whole lot of failures from PyString_FromInternedString(). by Neal Norwitz · 18 years ago