1. ef01d82 Implement PEP 366 by Nick Coghlan · 17 years ago
  2. dfdfaab Feature #1534 by Christian Heimes · 17 years ago
  3. ede3a32 Spaces vs. Tabs. by Georg Brandl · 17 years ago
  4. 31645ba Fix bug #1517, a segfault in lookdict(). by Guido van Rossum · 17 years ago
  5. 715ec18 Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of by Guido van Rossum · 17 years ago
  6. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  7. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
  8. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 17 years ago
  9. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
  10. 6f7e6fb Made _ParseTupleFinds only defined to unicodeobject.c by Facundo Batista · 17 years ago
  11. 292a069 Fix for stupid error (I need to remember to do a full 'make clean + make' by Facundo Batista · 17 years ago
  12. 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 17 years ago
  13. abfe453 Re-word sentence by Andrew M. Kuchling · 17 years ago
  14. 3d4c316 Added new decorator syntax to property.__doc__ Guido prefers _x over __x. by Christian Heimes · 17 years ago
  15. d1ef789 Issue 1416. Add getter, setter, deleter methods to properties that can be by Guido van Rossum · 17 years ago
  16. 3444879 Optimize common case for dict.fromkeys(). by Raymond Hettinger · 17 years ago
  17. e8d58ba Reposition the decref (spotted by eagle-eye norwitz). by Raymond Hettinger · 17 years ago
  18. 1760c8a Add set.isdisjoint() by Raymond Hettinger · 17 years ago
  19. cdcf887 Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example. by Raymond Hettinger · 17 years ago
  20. 9b847b4 Add missing "return NULL" in overflow check in PyObject_Repr(). by Guido van Rossum · 17 years ago
  21. 1c1ac38 Backport fixes for the code that decodes octal escapes (and for PyString by Guido van Rossum · 17 years ago
  22. a1e42e1 Fix the overflow checking of list_repeat. by Armin Rigo · 17 years ago
  23. 77ae87c Remove file-level typedefs that were inconsistently used throughout the file. by Brett Cannon · 17 years ago
  24. 6ba1a5f Coverity #151: Remove deadcode. by Neal Norwitz · 17 years ago
  25. 8f66937 enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possibility of overflow was sending some newsgroup posters into a tizzy. by Raymond Hettinger · 17 years ago
  26. 31ba848 Fix error introduced by r58288; if a tuple is length 0 return its repr and by Brett Cannon · 17 years ago
  27. 0b14f24 tuple.__repr__ did not consider a reference loop as it is not possible from by Brett Cannon · 17 years ago
  28. ad8fb0d Patch # 188 by Philip Jenvey. by Guido van Rossum · 17 years ago
  29. d544df7 Issue #1772851. Alters long.__hash__ from being *almost* completely by Facundo Batista · 17 years ago
  30. bbaff4c Properly indent two lines. (Spotted because it caused merge conflicts in the by Thomas Wouters · 17 years ago
  31. 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
  32. 4c20bc4 Generators had their throw() method allowing string exceptions. That's a no-no. by Brett Cannon · 17 years ago
  33. b559113 Patch # 1026 by Benjamin Aranguren (with Alex Martelli): by Guido van Rossum · 17 years ago
  34. a0c0551 Fix a possible segfault from recursing too deep to get the repr of a list. by Brett Cannon · 17 years ago
  35. 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 17 years ago
  36. 9d04542 Set startinpos before calling the error handler. by Walter Dörwald · 17 years ago
  37. 8757878 Rewrap line. by Walter Dörwald · 17 years ago
  38. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 17 years ago
  39. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 17 years ago
  40. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 17 years ago
  41. 9ab80a9 Move another variable declaration up. by Walter Dörwald · 17 years ago
  42. 20b40d3 Move variable declaration up. by Walter Dörwald · 17 years ago
  43. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  44. 9efd9b6 Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  45. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  46. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 17 years ago
  47. 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 17 years ago
  48. 5c9a81a Fix a bug when there was a newline in the string expandtabs was called on. by Neal Norwitz · 17 years ago
  49. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  50. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  51. 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 17 years ago
  52. c792629 Whitespace cleanup by Neal Norwitz · 17 years ago
  53. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 17 years ago
  54. a84dcd7 Stop using METH_OLDARGS implicitly by Neal Norwitz · 17 years ago
  55. 5cd0fca Complete deprecation of BaseException.message. Some subclasses were directly by Brett Cannon · 17 years ago
  56. d501d1f Port rev 55353 from Guido: by Neal Norwitz · 17 years ago
  57. 360496d Fix a bug in test_c_api() that caused a negative refcount. by Guido van Rossum · 17 years ago
  58. abe1d48 As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present. by Kristján Valur Jónsson · 17 years ago
  59. 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 17 years ago
  60. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  61. 8b267b5 Remove dead code. This code couldn't be reached because earlier in by Neal Norwitz · 17 years ago
  62. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 17 years ago
  63. 0a440d4 Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile. by Kristján Valur Jónsson · 17 years ago
  64. 796fc99 Fix a usage of the dangerous pattern decref - modify field - incref. by Armin Rigo · 18 years ago
  65. c0ba52d Revert r53997 as per by Armin Rigo · 18 years ago
  66. f64c900 Silence a compiler warning about incompatible pointer types. by Brett Cannon · 18 years ago
  67. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
  68. 2f2f579 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 · 18 years ago
  69. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
  70. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  71. c02e131 Add some missing NULL checks which trigger crashes on low-memory conditions. by Georg Brandl · 18 years ago
  72. f102e24 Add a type.__init__() method that enforces the same signature as by Guido van Rossum · 18 years ago
  73. 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 18 years ago
  74. e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 18 years ago
  75. 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  76. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
  77. 26ca925 Remove warning: funcion declaration isn't a prototype by Jeremy Hylton · 18 years ago
  78. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 18 years ago
  79. 20f43d3 Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  80. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  81. 8f032cb Patch #1642844: comments to clarify the complexobject constructor. by Georg Brandl · 18 years ago
  82. 3bb1567 Typo and grammar fixes. by Georg Brandl · 18 years ago
  83. 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
  84. 8903208 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
  85. e38051d Patch #1491866: change the complex() constructor to allow parthensized forms. This means complex(repr(x)) now works instead of raising a ValueError. by Collin Winter · 18 years ago
  86. 0593de3 Fix SF #1676971, Complex OverflowError has a typo by Neal Norwitz · 18 years ago
  87. 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
  88. fa95569 Add checking for a number of metaclass error conditions. by Jeremy Hylton · 18 years ago
  89. 2d1f5c9 whitespace normalization by Jeremy Hylton · 18 years ago
  90. 18623e2 tabify by Jeremy Hylton · 18 years ago
  91. a892554 Fix assertion. by Jeremy Hylton · 18 years ago
  92. 759410b Do not copy free variables to locals in class namespaces. by Jeremy Hylton · 18 years ago
  93. 10a4b0e Backport from Py3k branch: fix refleak in PyString_Format. by Georg Brandl · 18 years ago
  94. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 18 years ago
  95. 7218c2d Whitespace only changes by Neal Norwitz · 18 years ago
  96. 1c1a1c5 Add more details when releasing interned strings by Neal Norwitz · 18 years ago
  97. 15cade0 Fixup set/dict interoperability. by Raymond Hettinger · 18 years ago
  98. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  99. 13a9828 Patch #1397848: add the reasoning behind no-resize-on-shrinkage. by Martin v. Löwis · 18 years ago
  100. fd96326 Bug #1653736: Properly discard third argument to slot_nb_inplace_power. by Martin v. Löwis · 18 years ago