1. 8de403a Backport rev. 51798 from trunk: fix setobject.c refcounts and error checks. by Georg Brandl · 18 years ago
  2. 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 18 years ago
  3. d6872b1 Remove one glaring error and update several version numbers. by Ronald Oussoren · 18 years ago
  4. d83e799 No, the problem was actually because buildbot uses a StringIO in by Gustavo Niemeyer · 18 years ago
  5. d1b1b8c Fixed bug #1531862: Do not close standard file descriptors in subprocess. by Gustavo Niemeyer · 18 years ago
  6. 8a230b5 Backport bug fix for SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  7. 4dc0952 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  8. 291a1b8 Backport of r51379 from trunk: by Thomas Heller · 18 years ago
  9. ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  10. 37a9e57 Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  11. b20cb33 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  12. f3ce2ab Revert 51759 because it broke all the buildbots by Neal Norwitz · 18 years ago
  13. 63d675c Backporting fix for bug #1531862, committed in 51758, into 2.5, by Gustavo Niemeyer · 18 years ago
  14. d735779 Fixing an improperly escaped grep in .spec file, pointed out by Neal Norwitz. by Sean Reifscheider · 18 years ago
  15. a8ed1b0 Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
  16. 08f6f47 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
  17. 9a24479 Add another NEWS entry for a fix already in 2.5c1 by Neal Norwitz · 18 years ago
  18. 24b6f20 Add some NEWS for fixes already in 2.5c1 by Neal Norwitz · 18 years ago
  19. 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
  20. 3b3aae0 Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  21. 541a48b Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  22. 716692f Backport fix from 51683. by Neal Norwitz · 18 years ago
  23. 7ae5f29 Backport fix for SF bug #1550714, itertools.tee raises SystemError by Neal Norwitz · 18 years ago
  24. 29a5fdb Fix str.rpartition(sep) when sep is not found in str. by Neal Norwitz · 18 years ago
  25. 8dc71f2 This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  26. d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 18 years ago
  27. 8568752 Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 18 years ago
  28. cbdd350 i_divmod(): As discussed on Python-Dev, changed the overflow by Tim Peters · 18 years ago
  29. 3467352 SF patch #1551340 ] Updated spec file for 2.5 release (c2) by Neal Norwitz · 18 years ago
  30. 8bd1c0d Backport docos by Neal Norwitz · 18 years ago
  31. 665a3ae Backport doco by Neal Norwitz · 18 years ago
  32. 08c496d NEWS entry for decimal module changes by Nick Coghlan · 18 years ago
  33. c48daf5 Backport of decimal module context management updates from rev 51694 to 2.5 release branch by Nick Coghlan · 18 years ago
  34. f07b590 Backport 51663: by Neal Norwitz · 18 years ago
  35. 38b9460 SF #1547931, fix typo (missing and). Backport candidate for 2.3/2.4 too by Neal Norwitz · 18 years ago
  36. 097bbea evalfile() should be execfile(). (backport from rev. 51677) by Georg Brandl · 18 years ago
  37. 2998a1c - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 18 years ago
  38. 58af7ef Patch #1545507: Exclude ctypes package in Win64 MSI file. by Martin v. Löwis · 18 years ago
  39. 7b3c031 Alexander Belopolsky pointed out that pos is a size_t by Neal Norwitz · 18 years ago
  40. ab7e5ef patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
  41. 19c35bb - Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  42. bebdc9e Backport 51443: Handle a few more error conditions. by Neal Norwitz · 18 years ago
  43. 47f0ffa Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 18 years ago
  44. 7443b80 Backport 51432: by Neal Norwitz · 18 years ago
  45. db232dc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 18 years ago
  46. d6f8629 SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro by Neal Norwitz · 18 years ago
  47. 3ba2478 Move initialization of interned strings to before allocating the by Neal Norwitz · 18 years ago
  48. 03ee62c Move assert to after NULL check, otherwise we deref NULL in the assert. by Neal Norwitz · 18 years ago
  49. e12b9f6 Minor edits by Andrew M. Kuchling · 18 years ago
  50. 1e8feed Typo in tp_clear docs. (backport from rev. 51368) by Georg Brandl · 18 years ago
  51. 595d9b6 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
  52. 2c3a256 Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago
  53. 5522624 Invoke debug mk1mf.pl after running Configure. by Martin v. Löwis · 18 years ago
  54. 9f04e6a Leave tk build directory to restore original path. by Martin v. Löwis · 18 years ago
  55. e1d4fe6 Tagging for release of Python 2.5c1 by Anthony Baxter · 18 years ago
  56. 86f5bf6 Branching release25-maint. All further 2.5 releases (including the release candidates, by Anthony Baxter · 18 years ago
  57. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 18 years ago
  58. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 18 years ago
  59. f5af05a Tutorial: by Thomas Heller · 18 years ago
  60. c13324e Grammar fix by Andrew M. Kuchling · 18 years ago
  61. dc075b9 SF#1534630 by Fredrik Lundh · 18 years ago
  62. 574cfea Add NEWS item mentioning the reverted distutils version number patch. by Marc-André Lemburg · 18 years ago
  63. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  64. f9b5b8e Wording/typo fixes by Andrew M. Kuchling · 18 years ago
  65. 213e764 Update bug/patch counts by Andrew M. Kuchling · 18 years ago
  66. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  67. 596fc9c Make cl build step compile-only (/c). Remove libs from source list. by Martin v. Löwis · 18 years ago
  68. ddf3788 Link to docs; remove an XXX comment by Andrew M. Kuchling · 18 years ago
  69. 115ea43 Bump document version to 1.0; remove pystone paragraph by Andrew M. Kuchling · 18 years ago
  70. efd68c7 Add UnicodeWarning by Andrew M. Kuchling · 18 years ago
  71. 5817959 news entry for 51307 by Anthony Baxter · 18 years ago
  72. d32e616 Add commented assert statements to check that the result of by Thomas Heller · 18 years ago
  73. a09fd6e Build _hashlib on Windows. Build OpenSSL with masm assembler code. by Martin v. Löwis · 18 years ago
  74. 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 18 years ago
  75. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 18 years ago
  76. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  77. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  78. 798ed8f preparing for 2.5c1 - no, really this time by Anthony Baxter · 18 years ago
  79. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  80. 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 18 years ago
  81. 4dc5dd1 Check for NULL return value from new_CArgObject calls. by Thomas Heller · 18 years ago
  82. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 18 years ago
  83. 6e48256 Update the docstring to use a version a little newer than 1999. This was by Neal Norwitz · 18 years ago
  84. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  85. bf8c195 Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. by Neal Norwitz · 18 years ago
  86. c02c1c8 Whitespace normalization. by Tim Peters · 18 years ago
  87. 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 18 years ago
  88. d76bd69 Cookie.py shouldn't "bogusly" use string._idmap. by Georg Brandl · 18 years ago
  89. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  90. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 18 years ago
  91. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  92. 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 18 years ago
  93. 26a07b5 Fix refleak introduced in rev. 51248. by Georg Brandl · 18 years ago
  94. 1ce433e News item for rev 51281. by Thomas Heller · 18 years ago
  95. ef8d513 Patch #1536908: Add support for AMD64 / OpenBSD. by Thomas Heller · 18 years ago
  96. 3a45779 Correct an accidentally removed previous patch. by Marc-André Lemburg · 18 years ago
  97. 4873fb2 Improve markup in PyUnicode_RichCompare. by Georg Brandl · 18 years ago
  98. 757ea27 Readd NEWS items that were accidentally removed by r51276. by Marc-André Lemburg · 18 years ago
  99. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  100. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago