1. d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 18 years ago
  2. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  3. c6f2f88 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
  4. 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  5. a027bac decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
  6. 33bb610 Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. by Martin v. Löwis · 18 years ago
  7. da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
  8. 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
  9. 1206a93 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  10. 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  11. 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  12. 9c9a9ab Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  13. ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
  14. 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  15. af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  16. bbcb281 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  17. 2b48f94 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
  18. 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 18 years ago
  19. bd42596 SF bug #1567976 : fix typo(backport from r52048) by George Yoshida · 18 years ago
  20. a4103a3 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
  21. c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
  22. 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
  23. b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 18 years ago
  24. edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  25. a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  26. 1f21578 Fix webbrowser.BackgroundBrowser on Windows. (backport from rev. 51991) by Georg Brandl · 18 years ago
  27. af4e3ee SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
  28. 6cc16be added itertools.count(-n) fix by Jack Diederich · 18 years ago
  29. 187e648 backport of r51950 by Jack Diederich · 18 years ago
  30. c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 18 years ago
  31. 7dcdeaf Tagging for release of Python 2.5 by Anthony Baxter · 18 years ago
  32. 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
  33. 347f3cc better wording by Anthony Baxter · 18 years ago
  34. cf783eb Mention that GCC 4.1 is also affected, and that adding -fwrapv helps. by Martin v. Löwis · 18 years ago
  35. 885d8e7 Discourage using GCC 4.2 for Python. by Martin v. Löwis · 18 years ago
  36. 736fc56 Workaround for bug #1558983 by Ronald Oussoren · 18 years ago
  37. 137c789 revise explanation of returns_unicode to reflect bool values by Fred Drake · 18 years ago
  38. 2e63dbe - fix module name in links in formatted documentation - minor markup cleanup by Fred Drake · 18 years ago
  39. 77aad9a Backport uuid doc cleanup from rev. 51883. by Georg Brandl · 18 years ago
  40. fe20482 Correct elementtree module index entry. (backport) by Georg Brandl · 18 years ago
  41. 44850ea Backport rev 51866-51868 from trunk (sqlite3 documentation fixes). by Georg Brandl · 18 years ago
  42. af22c52 Add sgml_input.html. by Martin v. Löwis · 18 years ago
  43. 29be054 Tagging for release of Python 2.5c2 by Anthony Baxter · 18 years ago
  44. 72345f2 remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion) by Anthony Baxter · 18 years ago
  45. 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
  46. 0bcafac Building with HP's cc on HP-UX turned up a couple of problems. by Neal Norwitz · 18 years ago
  47. ece448e Properly handle a NULL returned from PyArena_New(). by Neal Norwitz · 18 years ago
  48. 48829ba As mentioned on python-dev, reverting patch #1504333 because it introduced by Neal Norwitz · 18 years ago
  49. 2e488fd Add NEWS entries for ctypes backports. by Neal Norwitz · 18 years ago
  50. 5728c27 Backport rev 51820 from Thomas Heller by Neal Norwitz · 18 years ago
  51. 71e2aa0 Backport rev 51819 from Thomas Heller by Neal Norwitz · 18 years ago
  52. 19d76c5 Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. by Brett Cannon · 18 years ago
  53. b3304c1 Fix typo in example by Andrew M. Kuchling · 18 years ago
  54. 9cd0036 Use native SQLite types by Andrew M. Kuchling · 18 years ago
  55. f36ddda Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
  56. 62f19e4 Backport inspect.py fix from rev 51803 by Nick Coghlan · 18 years ago
  57. 8de403a Backport rev. 51798 from trunk: fix setobject.c refcounts and error checks. by Georg Brandl · 18 years ago
  58. 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 18 years ago
  59. d6872b1 Remove one glaring error and update several version numbers. by Ronald Oussoren · 18 years ago
  60. d83e799 No, the problem was actually because buildbot uses a StringIO in by Gustavo Niemeyer · 18 years ago
  61. d1b1b8c8 Fixed bug #1531862: Do not close standard file descriptors in subprocess. by Gustavo Niemeyer · 18 years ago
  62. 8a230b5 Backport bug fix for SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  63. 4dc0952 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  64. 291a1b8 Backport of r51379 from trunk: by Thomas Heller · 18 years ago
  65. ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  66. 37a9e57 Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  67. b20cb33 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  68. f3ce2ab Revert 51759 because it broke all the buildbots by Neal Norwitz · 18 years ago
  69. 63d675c Backporting fix for bug #1531862, committed in 51758, into 2.5, by Gustavo Niemeyer · 18 years ago
  70. d735779 Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz. by Sean Reifscheider · 18 years ago
  71. a8ed1b0 Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
  72. 08f6f47 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
  73. 9a24479 Add another NEWS entry for a fix already in 2.5c1 by Neal Norwitz · 18 years ago
  74. 24b6f20 Add some NEWS for fixes already in 2.5c1 by Neal Norwitz · 18 years ago
  75. 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
  76. 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  77. 541a48b Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  78. 716692f Backport fix from 51683. by Neal Norwitz · 18 years ago
  79. 7ae5f29 Backport fix for SF bug #1550714, itertools.tee raises SystemError by Neal Norwitz · 18 years ago
  80. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  81. 8dc71f2 This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  82. d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 18 years ago
  83. 8568752 Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 18 years ago
  84. cbdd350 i_divmod(): As discussed on Python-Dev, changed the overflow by Tim Peters · 18 years ago
  85. 3467352 SF patch #1551340 ] Updated spec file for 2.5 release (c2) by Neal Norwitz · 18 years ago
  86. 8bd1c0d Backport docos by Neal Norwitz · 18 years ago
  87. 665a3ae Backport doco by Neal Norwitz · 18 years ago
  88. 08c496d NEWS entry for decimal module changes by Nick Coghlan · 18 years ago
  89. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 18 years ago
  90. f07b590 Backport 51663: by Neal Norwitz · 18 years ago
  91. 38b9460 SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too by Neal Norwitz · 18 years ago
  92. 097bbea evalfile() should be execfile(). (backport from rev. 51677) by Georg Brandl · 18 years ago
  93. 2998a1c - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 18 years ago
  94. 58af7ef Patch #1545507: Exclude ctypes package in Win64 MSI file. by Martin v. Löwis · 18 years ago
  95. 7b3c031 Alexander Belopolsky pointed out that pos is a size_t by Neal Norwitz · 18 years ago
  96. ab7e5ef patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
  97. 19c35bb - Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  98. bebdc9e Backport 51443: Handle a few more error conditions. by Neal Norwitz · 18 years ago
  99. 47f0ffa Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 18 years ago
  100. 7443b80 Backport 51432: by Neal Norwitz · 18 years ago